You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
oops, make MapScriptHeader and others show up again
This commit is contained in:
@ -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:
|
||||||
|
Reference in New Issue
Block a user