Closed SimpleTease closed 3 years ago
PS: what about a "submarine" theme for the new level?
I'm not sure if it's done correctly so needs rechecking.
PS: what about a "submarine" theme for the new level?
That would be a welcome change to the jukebox.
I'm not sure if it's done correctly so needs rechecking.
Meaning removal of dword ptr
. I don't know if we need to keep word ptr
or not.
not sure I understand, but for example if you change this.
to
cmp team3_sauve,4
or
cmp [team3_sauve],4
then regenerate mrboom.c, there will be no difference in mrboom.c, because asm2c will figure out the variable size.
Oh! Okay. I'll experiment.
Generates same C file with most data ptr
removed.
asm2c generated.