You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Identify more WRAM labels, and start a <X>_DummyFunction label convention
This commit is contained in:
@@ -92,7 +92,7 @@ PokeGear:
|
||||
ld [wJumptableIndex], a ; POKEGEARSTATE_CLOCKINIT
|
||||
ld [wPokegearCard], a ; POKEGEARCARD_CLOCK
|
||||
ld [wPokegearMapRegion], a ; JOHTO_REGION
|
||||
ld [wcf66], a
|
||||
ld [wUnusedPokegearByte], a
|
||||
ld [wPokegearPhoneScrollPosition], a
|
||||
ld [wPokegearPhoneCursorPosition], a
|
||||
ld [wPokegearPhoneSelectedPerson], a
|
||||
@@ -2038,7 +2038,7 @@ _FlyMap:
|
||||
lb bc, BANK(FlyMapLabelBorderGFX), 6
|
||||
call Request1bpp
|
||||
call FlyMap
|
||||
call ret_91c8f
|
||||
call Pokegear_DummyFunction
|
||||
ld b, SCGB_POKEGEAR_PALS
|
||||
call GetSGBLayout
|
||||
call SetPalettes
|
||||
@@ -2243,7 +2243,7 @@ HasVisitedSpawn:
|
||||
|
||||
INCLUDE "data/maps/flypoints.asm"
|
||||
|
||||
ret_91c8f:
|
||||
Pokegear_DummyFunction:
|
||||
ret
|
||||
|
||||
FlyMap:
|
||||
|
Reference in New Issue
Block a user