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/movie | |
| 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/movie')
| -rw-r--r-- | engine/movie/intro_yellow.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/movie/intro_yellow.asm b/engine/movie/intro_yellow.asm index 78dcdf0a..043ff068 100644 --- a/engine/movie/intro_yellow.asm +++ b/engine/movie/intro_yellow.asm @@ -847,7 +847,7 @@ InitYellowIntroGFXAndMusic: call CopyVideoData call ClearObjectAnimationBuffers call LoadYellowIntroObjectAnimationDataPointers - ld b, $8 + ld b, SET_PAL_GENERIC call RunPaletteCommand xor a ld hl, wYellowIntroCurrentScene |
