hidden palace restoration error
Opened this issue · 24 comments
hello! so i am trying to restore hidden palace zone by clownacys tutorial, all of the stuff i did correctly until this:
i swear i did everything right so what is going on
You wrote a '1' instead of a 'l' for the operand size. The size denotes whether it is word sized (2 bytes) or longword sized (4 bytes).
no i swear in the tutorial you putted a 1
(Level_HPZ1_FG).1,A1 is what i typed
If I did, then that was a mistake: it should be an 'l'.
so i type: (Level_HPZ1_FG).I,A1
Yes.
alright
Why must 'l' and 'I' look the same in so many fonts? I mean a lowercase 'L', not an uppercase 'i'. The 'l' is short for 'longword'.
ohh lmao
ok that got rid of it
i use kenssharp frontend to decompress
what
theres a new disasm update????????
edit:i was talking abt knuckles in sonic 2,not sonic 2
theres a new disasm update???????? edit:i was talking abt knuckles in sonic 2,not sonic 2
It has not been updated in the last fourth months, but since you mentioned it, I have now brought it up to date with the the main disassembly.
ok ill try it
You have an 'endif' on line 21061 of s2.asm that does not have a corresponding 'if' before it. Every 'if' must be terminated with an 'endif', and every 'endif' be preceded by an 'if'. A section of your code must be missing.
um ok ill redo everything
is this still on?