diff options
| author | YamaArashi <shadow962@live.com> | 2015-07-24 20:27:59 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2015-07-24 20:27:59 -0700 |
| commit | 7f6d0d49b61a77cfba76057d99881634b882486b (patch) | |
| tree | afb152986ff34039cb64e3101dd2b2b1e3293552 /scripts/silphco1.asm | |
| parent | named more functions (diff) | |
| download | pokeyellow-7f6d0d49b61a77cfba76057d99881634b882486b.tar.gz pokeyellow-7f6d0d49b61a77cfba76057d99881634b882486b.tar.xz pokeyellow-7f6d0d49b61a77cfba76057d99881634b882486b.zip | |
more naming variables
Diffstat (limited to 'scripts/silphco1.asm')
| -rwxr-xr-x | scripts/silphco1.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/silphco1.asm b/scripts/silphco1.asm index 71b59d72..cfd51dc1 100755 --- a/scripts/silphco1.asm +++ b/scripts/silphco1.asm @@ -5,7 +5,7 @@ SilphCo1Script: ; 5d44e (17:544e) CheckAndSetEvent EVENT_SILPH_CO_RECEPTIONIST_AT_DESK ret nz ld a, HS_SILPH_CO_1F_RECEPTIONIST - ld [wcc4d], a + ld [wMissableObjectIndex], a predef_jump ShowObject SilphCo1TextPointers: ; 5d469 (17:5469) |
