diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-31 14:17:20 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-31 14:17:20 -0400 |
commit | 39d56456103403d9a224908eafb2ecb08c1f2b9f (patch) | |
tree | f205457fdf8fd9972a3c14a27b5e593b13c8e1f1 /scripts | |
parent | 9298c87bc6d689e23f910ca97991760984dbd4f9 (diff) |
Victory Road 1F
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/victoryroad1.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/victoryroad1.asm b/scripts/victoryroad1.asm index 11f5d5db..ee88d393 100755 --- a/scripts/victoryroad1.asm +++ b/scripts/victoryroad1.asm @@ -29,6 +29,9 @@ VictoryRoad1Script0: ; 5da40 (17:5a40) ld hl, CoordsData_5da5c call CheckBoulderCoords jp nc, CheckFightingMapTrainers + ld a, [H_SPRITEINDEX] + cp $f + jp z, CheckFightingMapTrainers ld hl, wd126 set 5, [hl] SetEvent EVENT_VICTORY_ROAD_1_BOULDER_ON_SWITCH |