You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Update some routine labels, including unreferenced ones
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
; Functions to copy data from ROM.
|
||||
|
||||
Get2bpp_2::
|
||||
Get2bppViaHDMA::
|
||||
ldh a, [rLCDC]
|
||||
bit rLCDC_ENABLE, a
|
||||
jp z, Copy2bpp
|
||||
@@ -9,7 +9,7 @@ Get2bpp_2::
|
||||
|
||||
ret
|
||||
|
||||
Get1bpp_2::
|
||||
Get1bppViaHDMA::
|
||||
ldh a, [rLCDC]
|
||||
bit rLCDC_ENABLE, a
|
||||
jp z, Copy1bpp
|
||||
@@ -31,7 +31,7 @@ FarCopyBytesDouble_DoubleBankSwitch::
|
||||
rst Bankswitch
|
||||
ret
|
||||
|
||||
OldDMATransfer:
|
||||
UnreferencedOldDMATransfer:
|
||||
dec c
|
||||
ldh a, [hBGMapMode]
|
||||
push af
|
||||
|
@@ -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
|
||||
|
@@ -48,8 +48,8 @@ Divide::
|
||||
pop hl
|
||||
ret
|
||||
|
||||
SubtractSigned::
|
||||
; Return a - b, sign in carry.
|
||||
UnreferencedSubtractAbsolute::
|
||||
; Return |a - b|, sign in carry.
|
||||
sub b
|
||||
ret nc
|
||||
cpl
|
||||
|
@@ -417,7 +417,7 @@ YesNoBox::
|
||||
PlaceYesNoBox::
|
||||
jr _YesNoBox
|
||||
|
||||
PlaceGenericTwoOptionBox::
|
||||
UnreferencedPlaceGenericTwoOptionBox::
|
||||
call LoadMenuHeader
|
||||
jr InterpretTwoOptionMenu
|
||||
|
||||
|
@@ -128,7 +128,7 @@ SpeechTextbox::
|
||||
ld c, TEXTBOX_INNERW
|
||||
jp Textbox
|
||||
|
||||
TestText::
|
||||
UnreferencedTestText::
|
||||
text "ゲームフりーク!"
|
||||
done
|
||||
|
||||
|
@@ -256,7 +256,7 @@ SetClock::
|
||||
call CloseSRAM ; unlatch clock, disable clock r/w
|
||||
ret
|
||||
|
||||
ClearRTCStatus::
|
||||
UnreferencedClearRTCStatus::
|
||||
; clear sRTCStatusFlags
|
||||
xor a
|
||||
push af
|
||||
|
@@ -203,7 +203,7 @@ FacingPlayerDistance::
|
||||
and a
|
||||
ret
|
||||
|
||||
CheckTrainerFlag::
|
||||
UnreferencedCheckTrainerFlag::
|
||||
push bc
|
||||
ld hl, OBJECT_MAP_OBJECT_INDEX
|
||||
add hl, bc
|
||||
|
Reference in New Issue
Block a user