You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Replace "Unreferenced" labels with "; unreferenced" comments
This commit is contained in:
@@ -113,12 +113,12 @@ EnableTextAcceleration:
|
||||
ret
|
||||
|
||||
ActivateMapAnims:
|
||||
ld a, $1
|
||||
ld a, TRUE
|
||||
ldh [hMapAnims], a
|
||||
ret
|
||||
|
||||
SuspendMapAnims:
|
||||
xor a
|
||||
xor a ; FALSE
|
||||
ldh [hMapAnims], a
|
||||
ret
|
||||
|
||||
|
||||
Reference in New Issue
Block a user