diff options
author | YamaArashi <shadow962@live.com> | 2015-07-21 14:21:14 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-07-21 14:21:14 -0700 |
commit | dcc7f3bc9f41f2d5e0f7448b4688c1058da0040b (patch) | |
tree | 7f9cbc30a08550b4e5b37b28810887472672610b /scripts/lorelei.asm | |
parent | 5ce58a048cecba5435d74b14652c58004d3f95b1 (diff) |
named more constants
Diffstat (limited to 'scripts/lorelei.asm')
-rwxr-xr-x | scripts/lorelei.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lorelei.asm b/scripts/lorelei.asm index fe136784..4a245d93 100755 --- a/scripts/lorelei.asm +++ b/scripts/lorelei.asm @@ -13,7 +13,7 @@ LoreleiScript_76191: ; 76191 (1d:6191) bit 5, [hl] res 5, [hl] ret z - ld hl, wd734 + ld hl, wBeatLorelei set 1, [hl] CheckEvent EVENT_BEAT_LORELEIS_ROOM_TRAINER_0 jr z, .asm_761a9 |