From 28dc5686b05477e13a9cc078975315140bee9800 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sun, 3 Jan 2016 14:17:10 -0500 Subject: Fix game time labels --- scripts/victoryroad1.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/victoryroad1.asm') 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 -- cgit v1.3.1-sl0p