You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Miscellaneous fixes:
- `hSecondsBackup` -> `hUnusedBackup` - `ld bc, hBGMapAddress + 1` -> `bccoord -1, -2, 0` - Identify some `.asm_XXX` labels
This commit is contained in:
@@ -1128,7 +1128,7 @@ PokegearPhoneContactSubmenu:
|
||||
ld h, a
|
||||
inc de
|
||||
push hl
|
||||
ld bc, hBGMapAddress + 1
|
||||
bccoord -1, -2, 0
|
||||
add hl, bc
|
||||
ld a, [de]
|
||||
inc de
|
||||
|
Reference in New Issue
Block a user