Remove Predef_ prefix from routines listed in PredefPointers

This commit is contained in:
Remy Oukaour
2018-01-16 14:30:10 -05:00
parent 2b82338920
commit 8048082114
81 changed files with 530 additions and 527 deletions

View File

@@ -2362,7 +2362,7 @@ HasVisitedSpawn: ; 91c50
ld hl, wVisitedSpawns
ld b, CHECK_FLAG
ld d, 0
predef Predef_SmallFarFlagAction
predef SmallFarFlagAction
ld a, c
ret
@@ -2471,7 +2471,7 @@ FlyMap: ; 91c90
; 91d11
Predef_Pokedex_GetArea: ; 91d11
Pokedex_GetArea: ; 91d11
; e: Current landmark
ld a, [wTownMapPlayerIconLandmark]
push af