diff options
| author | YamaArashi <shadow962@live.com> | 2015-07-21 10:36:03 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2015-07-21 10:36:03 -0700 |
| commit | 73171bfff573fa8900563319c014f3e626db6b3e (patch) | |
| tree | 402ca266578eb759a30f52e05b031bad93d45ee6 /scripts/lorelei.asm | |
| parent | move event macros to separate file (diff) | |
| download | pokeyellow-73171bfff573fa8900563319c014f3e626db6b3e.tar.gz pokeyellow-73171bfff573fa8900563319c014f3e626db6b3e.tar.xz pokeyellow-73171bfff573fa8900563319c014f3e626db6b3e.zip | |
named most of the used events
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 a8e0cb5b..fe136784 100755 --- a/scripts/lorelei.asm +++ b/scripts/lorelei.asm @@ -70,7 +70,7 @@ LoreleiScript0: ; 761e2 (1d:61e2) ld a, [wCoordIndex] cp $3 jr c, .asm_76206 - CheckAndSetEvent EVENT_8E6 + CheckAndSetEvent EVENT_AUTOWALKED_INTO_LORELEIS_ROOM jr z, LoreleiScript_761c6 .asm_76206 ld a, $2 |
