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 /engine/predefs7.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 'engine/predefs7.asm')
| -rwxr-xr-x | engine/predefs7.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/predefs7.asm b/engine/predefs7.asm index a2c08171..c336eaa9 100755 --- a/engine/predefs7.asm +++ b/engine/predefs7.asm @@ -19,7 +19,7 @@ DisplayElevatorFloorMenu: ; 1c9c6 (7:49c6) ld a, b ld [wListScrollOffset], a ret c - ld hl, wd126 + ld hl, wCurrentMapScriptFlags set 7, [hl] ld hl, wElevatorWarpMaps ld a, [wWhichPokemon] |
