From 0ebc2025bc34123193bdf4057cbe18222cde802a Mon Sep 17 00:00:00 2001 From: dannye <33dannye@gmail.com> Date: Tue, 21 Nov 2023 21:54:53 -0600 Subject: Rename pikachu palette packets --- engine/link/cable_club.asm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'engine/link') diff --git a/engine/link/cable_club.asm b/engine/link/cable_club.asm index 32acfb3d..3c8ffcc2 100644 --- a/engine/link/cable_club.asm +++ b/engine/link/cable_club.asm @@ -277,7 +277,7 @@ CableClub_DoBattleOrTradeAgain: ld [wCurOpponent], a call ClearScreen call Delay3 - ld b, $9 + ld b, SET_PAL_OVERWORLD call RunPaletteCommand ld hl, wOptions res 7, [hl] @@ -316,7 +316,7 @@ CallCurrentTradeCenterFunction: TradeCenter_SelectMon: call ClearScreen call Delay3 - ld b, $9 + ld b, SET_PAL_OVERWORLD call RunPaletteCommand call LoadTrainerInfoTextBoxTiles call TradeCenter_DrawPartyLists @@ -633,7 +633,7 @@ TradeCenter_DisplayStats: predef StatusScreen predef StatusScreen2 call Delay3 - ld b, $9 + ld b, SET_PAL_OVERWORLD call RunPaletteCommand call GBPalNormal call LoadTrainerInfoTextBoxTiles @@ -859,7 +859,7 @@ TradeCenter_Trade: ld c, 40 call DelayFrames call Delay3 - ld b, $9 + ld b, SET_PAL_OVERWORLD call RunPaletteCommand hlcoord 0, 12 lb bc, 4, 18 -- cgit v1.3.1-sl0p