diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2016-01-03 14:21:56 -0500 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2016-01-03 14:21:56 -0500 |
| commit | 115fba107d6e319e2a047a17f5c0dfca723a8d05 (patch) | |
| tree | f242eec26b51c08505ecb5b8d39bfe5eaac14cd5 /scripts/rockethideout1.asm | |
| parent | Label elite four scripts more completely. (diff) | |
| parent | Fix game time labels (diff) | |
| download | pokeyellow-115fba107d6e319e2a047a17f5c0dfca723a8d05.tar.gz pokeyellow-115fba107d6e319e2a047a17f5c0dfca723a8d05.tar.xz pokeyellow-115fba107d6e319e2a047a17f5c0dfca723a8d05.zip | |
Merge pull request #120 from PikalaxALT/master
Fix game time labels, wCurrentMapScriptFlags
Diffstat (limited to 'scripts/rockethideout1.asm')
| -rwxr-xr-x | scripts/rockethideout1.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rockethideout1.asm b/scripts/rockethideout1.asm index 7802c89f..d821434d 100755 --- a/scripts/rockethideout1.asm +++ b/scripts/rockethideout1.asm @@ -9,7 +9,7 @@ RocketHideout1Script: ; 44bca (11:4bca) ret RocketHideout1Script_44be0: ; 44be0 (11:4be0) - ld hl, wd126 + ld hl, wCurrentMapScriptFlags bit 5, [hl] res 5, [hl] ret z |
