You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
use db instead of item_frag on ItemFragment remote chunks
This commit is contained in:
@ -443,7 +443,7 @@ def macro_translator(macro, token, line):
|
||||
# "db" is a macro because of TextEndingCommand
|
||||
# rgbasm can handle "db" so no preprocessing is required
|
||||
# (don't check its param count)
|
||||
if macro.macro_name == "db" and macro == TextEndingCommand:
|
||||
if macro.macro_name == "db" and macro in [TextEndingCommand, ItemFragment]:
|
||||
sys.stdout.write(original_line)
|
||||
return
|
||||
|
||||
|
Reference in New Issue
Block a user