diff options
| author | dannye <33dannye@gmail.com> | 2023-11-21 21:54:53 -0600 |
|---|---|---|
| committer | dannye <33dannye@gmail.com> | 2023-11-21 21:54:53 -0600 |
| commit | 0ebc2025bc34123193bdf4057cbe18222cde802a (patch) | |
| tree | 8bf23069539bdd9b4f2d48ff86a8828388983569 /engine/link | |
| parent | Don't list unidentified labels in webhook right now (diff) | |
| download | pokeyellow-0ebc2025bc34123193bdf4057cbe18222cde802a.tar.gz pokeyellow-0ebc2025bc34123193bdf4057cbe18222cde802a.tar.xz pokeyellow-0ebc2025bc34123193bdf4057cbe18222cde802a.zip | |
Rename pikachu palette packets
Diffstat (limited to 'engine/link')
| -rw-r--r-- | engine/link/cable_club.asm | 8 |
1 files changed, 4 insertions, 4 deletions
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 |
