summaryrefslogtreecommitdiff
path: root/engine/new_pokedex_entry.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/new_pokedex_entry.asm')
-rw-r--r--engine/new_pokedex_entry.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/new_pokedex_entry.asm b/engine/new_pokedex_entry.asm
index 012052530..acf9fca7b 100644
--- a/engine/new_pokedex_entry.asm
+++ b/engine/new_pokedex_entry.asm
@@ -15,11 +15,11 @@ NewPokedexEntry: ; fb877
ld [hSCX], a
xor a
ld [wPokedexStatus], a
- callba _NewPokedexEntry
+ farcall _NewPokedexEntry
call WaitPressAorB_BlinkCursor
ld a, $1
ld [wPokedexStatus], a
- callba DisplayDexEntry
+ farcall DisplayDexEntry
call WaitPressAorB_BlinkCursor
pop af
ld [wPokedexStatus], a
@@ -38,9 +38,9 @@ NewPokedexEntry: ; fb877
call ClearTileMap
call LoadFontsExtra
call LoadStandardFont
- callba Pokedex_PlaceFrontpicTopLeftCorner
+ farcall Pokedex_PlaceFrontpicTopLeftCorner
call WaitBGMap2
- callba GetEnemyMonDVs
+ farcall GetEnemyMonDVs
ld a, [hli]
ld [TempMonDVs], a
ld a, [hl]