diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2016-01-03 14:17:10 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2016-01-03 14:18:33 -0500 |
commit | 28dc5686b05477e13a9cc078975315140bee9800 (patch) | |
tree | f242eec26b51c08505ecb5b8d39bfe5eaac14cd5 /scripts/victoryroad1.asm | |
parent | 1a5a108bdf6904423bfa80cc7bcb5582331740cb (diff) |
Fix game time labels
Diffstat (limited to 'scripts/victoryroad1.asm')
-rwxr-xr-x | scripts/victoryroad1.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/victoryroad1.asm b/scripts/victoryroad1.asm index e66cc375..af0c3c3e 100755 --- a/scripts/victoryroad1.asm +++ b/scripts/victoryroad1.asm @@ -1,5 +1,5 @@ VictoryRoad1Script: ; 5da0a (17:5a0a) - ld hl, wd126 + ld hl, wCurrentMapScriptFlags bit 5, [hl] res 5, [hl] call nz, .next @@ -29,7 +29,7 @@ VictoryRoad1Script0: ; 5da40 (17:5a40) ld hl, CoordsData_5da5c call CheckBoulderCoords jp nc, CheckFightingMapTrainers - ld hl, wd126 + ld hl, wCurrentMapScriptFlags set 5, [hl] SetEvent EVENT_VICTORY_ROAD_1_BOULDER_ON_SWITCH ret |