summaryrefslogtreecommitdiff
path: root/src/engine/home.asm
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/home.asm')
-rw-r--r--src/engine/home.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/engine/home.asm b/src/engine/home.asm
index 05a5cdc..0b60609 100644
--- a/src/engine/home.asm
+++ b/src/engine/home.asm
@@ -9303,12 +9303,12 @@ DrawPlayersPrizeAndBenchCards: ; 30d7 (0:30d7)
call BankswitchROM
ret
-Func_30e7: ; 30e7 (0:30e7)
+HandlePeekSelection: ; 30e7 (0:30e7)
ldh a, [hBankROM]
push af
- ld a, BANK(Func_8764)
+ ld a, BANK(_HandlePeekSelection)
call BankswitchROM
- call Func_8764
+ call _HandlePeekSelection
ld b, a
pop af
call BankswitchROM