diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2019-07-04 23:50:41 +0100 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2019-07-04 23:50:41 +0100 |
commit | ced986e050b539e94a087fb7ad3834fb4c77b1d1 (patch) | |
tree | 5fa6bd7d916aca05d57edfdbf538840b9493a519 /src/engine/home.asm | |
parent | 62521e80a6a44e80ea816ff579572f49b3eb3c0c (diff) |
Label Check menu functions
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 0101028..4043ff5 100644 --- a/src/engine/home.asm +++ b/src/engine/home.asm @@ -9276,12 +9276,12 @@ CompareDEtoBC: ; 3090 (0:3090) cp c ret -Func_3096: ; 3096 (0:3096) +CallDuelCheckInterface: ; 3096 (0:3096) ldh a, [hBankROM] push af - ld a, BANK(Func_8000) + ld a, BANK(DuelCheckInterface) call BankswitchROM - call Func_8000 + call DuelCheckInterface pop af call BankswitchROM ret |