You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Fix unnecessary white space and retire add_n_times
This commit is contained in:
@ -3144,7 +3144,9 @@ ExitScriptSubroutine: ; 0x97b9a
|
||||
ld e, [hl]
|
||||
ld d, $0
|
||||
ld hl, wd43d
|
||||
add_n_times hl, de, 3
|
||||
rept 3
|
||||
add hl,de
|
||||
endr
|
||||
ld a, [hli]
|
||||
ld b, a
|
||||
and " "
|
||||
|
Reference in New Issue
Block a user