You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Update some routine labels, including unreferenced ones
This commit is contained in:
@@ -574,12 +574,12 @@ _GetMovementByte::
|
||||
ld a, h
|
||||
ret
|
||||
|
||||
SetVramState_Bit0::
|
||||
UnreferencedSetVramState_Bit0::
|
||||
ld hl, wVramState
|
||||
set 0, [hl]
|
||||
ret
|
||||
|
||||
ResetVramState_Bit0::
|
||||
UnreferencedResetVramState_Bit0::
|
||||
ld hl, wVramState
|
||||
res 0, [hl]
|
||||
ret
|
||||
|
||||
Reference in New Issue
Block a user