You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Consistent predef function names
This commit is contained in:
@@ -2331,7 +2331,7 @@ HasVisitedSpawn: ; 91c50
|
||||
ld hl, wVisitedSpawns
|
||||
ld b, CHECK_FLAG
|
||||
ld d, 0
|
||||
predef FlagPredef
|
||||
predef Predef_Flag
|
||||
ld a, c
|
||||
ret
|
||||
|
||||
@@ -2440,7 +2440,7 @@ FlyMap: ; 91c90
|
||||
|
||||
; 91d11
|
||||
|
||||
Pokedex_GetArea: ; 91d11
|
||||
Predef_Pokedex_GetArea: ; 91d11
|
||||
; e: Current landmark
|
||||
ld a, [wTownMapPlayerIconLandmark]
|
||||
push af
|
||||
|
||||
Reference in New Issue
Block a user