mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
oops, make MapScriptHeader and others show up again
This commit is contained in:
parent
759c55d3f2
commit
c8cdbdede1
@ -4691,7 +4691,10 @@ class Asm:
|
|||||||
current_requested_newlines_before = 0
|
current_requested_newlines_before = 0
|
||||||
current_requested_newlines_after = 1
|
current_requested_newlines_after = 1
|
||||||
elif isinstance(each, AsmSection) or isinstance(each, Incbin) or hasattr(each, "to_asm"):
|
elif isinstance(each, AsmSection) or isinstance(each, Incbin) or hasattr(each, "to_asm"):
|
||||||
asm = each.to_asm()
|
if isinstance(each, AsmSection) or isinstance(each, Incbin):
|
||||||
|
asm = each.to_asm()
|
||||||
|
else:
|
||||||
|
asm = to_asm(each)
|
||||||
current_requested_newlines_before = 2
|
current_requested_newlines_before = 2
|
||||||
current_requested_newlines_after = 2
|
current_requested_newlines_after = 2
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user