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/mansion3.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/mansion3.asm')
| -rwxr-xr-x | scripts/mansion3.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mansion3.asm b/scripts/mansion3.asm index 0aec82b3..e49667ef 100755 --- a/scripts/mansion3.asm +++ b/scripts/mansion3.asm @@ -13,7 +13,7 @@ Mansion3Script_52204: ; 52204 (14:6204) bit 5, [hl] res 5, [hl] ret z - CheckEvent EVENT_278 + CheckEvent EVENT_MANSION_SWITCH_ON jr nz, .asm_52224 ld a, $e ld bc, $207 |
