mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
fix MapEventHeader asm formatting
This commit is contained in:
parent
c33c15befb
commit
c8b4c3203c
@ -4217,6 +4217,7 @@ def to_asm(some_object):
|
|||||||
asmr = some_object.to_asm()
|
asmr = some_object.to_asm()
|
||||||
asmr = asmr.replace("\n", "\n"+spacing)
|
asmr = asmr.replace("\n", "\n"+spacing)
|
||||||
asmr = asmr.replace("\n"+spacing+"\n", "\n\n"+spacing)
|
asmr = asmr.replace("\n"+spacing+"\n", "\n\n"+spacing)
|
||||||
|
asmr = asmr.replace("\n\n"+spacing+spacing, "\n\n"+spacing)
|
||||||
asm += spacing + asmr
|
asm += spacing + asmr
|
||||||
#show the address of the next byte below this
|
#show the address of the next byte below this
|
||||||
asm += "\n; " + hex(last_address) + "\n"
|
asm += "\n; " + hex(last_address) + "\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user