diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-03 09:09:36 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-03 09:09:36 -0400 |
commit | 02dc94721b85443d5cf61b811f1ea0050ae219ef (patch) | |
tree | f8789bf5fd9ca42482363f119a56dd3220587429 /scripts | |
parent | 0a2b8a28eb46a7595cb4f3794ab4187bafd331b4 (diff) |
Victory Road 3F
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/victoryroad3.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/victoryroad3.asm b/scripts/victoryroad3.asm index 22e6813a..72e13775 100755 --- a/scripts/victoryroad3.asm +++ b/scripts/victoryroad3.asm @@ -36,6 +36,9 @@ VictoryRoad3Script0: ; 449b7 (11:49b7) ld a, [wCoordIndex] cp $1 jr nz, .asm_449dc + ld a, [hSpriteIndexOrTextID] + cp $f ; Pikachu + jp z, .asm_449fe ld hl, wd126 set 5, [hl] SetEvent EVENT_VICTORY_ROAD_3_BOULDER_ON_SWITCH1 |