diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2019-07-19 19:51:33 +0100 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2019-07-19 19:51:33 +0100 |
commit | 53ad70b112d47ffa2536ee179fd136df900018a3 (patch) | |
tree | 94c3e2375ff69163739a8270ccea711c092dd947 /src/engine/home.asm | |
parent | cd3ec421cb23b6414ed3976c6bca394dec8d84c2 (diff) |
Apply corrections
Diffstat (limited to 'src/engine/home.asm')
-rw-r--r-- | src/engine/home.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/engine/home.asm b/src/engine/home.asm index 47f28f3..10298fe 100644 --- a/src/engine/home.asm +++ b/src/engine/home.asm @@ -9279,12 +9279,12 @@ CompareDEtoBC: ; 3090 (0:3090) cp c ret -DuelCheckInterface: ; 3096 (0:3096) +OpenDuelCheckMenu: ; 3096 (0:3096) ldh a, [hBankROM] push af - ld a, BANK(_DuelCheckInterface) + ld a, BANK(_OpenDuelCheckMenu) call BankswitchROM - call _DuelCheckInterface + call _OpenDuelCheckMenu pop af call BankswitchROM ret |