diff options
Diffstat (limited to 'engine/movie/intro_yellow.asm')
| -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 4e8282bc..47203580 100644 --- a/engine/movie/intro_yellow.asm +++ b/engine/movie/intro_yellow.asm @@ -15,7 +15,7 @@ PlayIntroScene: jr nz, .go_to_title_screen call JoypadLowSensitivity ldh a, [hJoyPressed] - and A_BUTTON | B_BUTTON | START + and PAD_A | PAD_B | PAD_START jr nz, .go_to_title_screen call Func_f98fc ld a, $0 |
