You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Consistent if/else/endc (matches rept/endr) and DEF (matches BANK/HIGH/LOW)
This commit is contained in:
@@ -1442,9 +1442,9 @@ copy_box_data: MACRO
|
||||
jr .loop\@
|
||||
|
||||
.done\@
|
||||
IF \1
|
||||
if \1
|
||||
call CloseSRAM
|
||||
ENDC
|
||||
endc
|
||||
ld a, -1
|
||||
ld [de], a
|
||||
ld a, [wd004]
|
||||
|
||||
Reference in New Issue
Block a user