mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
add two filler bytes to MapEventHeader asm output
This commit is contained in:
parent
70cf2554a1
commit
6c5b5d2b57
@ -3257,7 +3257,9 @@ class MapEventHeader:
|
||||
|
||||
def to_asm(self):
|
||||
xspacing = "" #was =spacing
|
||||
output = ""
|
||||
output = "; filler\n"
|
||||
output += "db %d, %d\n\n" % (self.fillers[0], self.fillers[1])
|
||||
|
||||
output += xspacing + "; warps\n"
|
||||
output += xspacing + "db %d"%(self.warp_count)
|
||||
if len(self.warps) > 0:
|
||||
|
Loading…
Reference in New Issue
Block a user