diff options
Diffstat (limited to 'engine/cgb_layouts.asm')
-rw-r--r-- | engine/cgb_layouts.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/cgb_layouts.asm b/engine/cgb_layouts.asm index 18fda6170..05834d35f 100644 --- a/engine/cgb_layouts.asm +++ b/engine/cgb_layouts.asm @@ -156,7 +156,7 @@ _CGB_FinishBattleScreenLayout: ; 8e23 InitPartyMenuBGPal7: ; 8e85 - callba Function100dc0 + farcall Function100dc0 Mobile_InitPartyMenuBGPal7: ; 8e8b ld hl, Palette_b311 jr nc, .not_mobile @@ -170,7 +170,7 @@ Mobile_InitPartyMenuBGPal7: ; 8e8b ; 8e9f InitPartyMenuBGPal0: ; 8e9f - callba Function100dc0 + farcall Function100dc0 ld hl, Palette_b311 jr nc, .not_mobile ld hl, Palette_b309 |