diff options
| author | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2014-09-26 07:37:21 -0400 |
|---|---|---|
| committer | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2014-09-26 07:37:21 -0400 |
| commit | 4d60e6f1a95749238a24d0cc7c44c5bfd6512be4 (patch) | |
| tree | a5a7b239b78b29be737bb08b44f09b504bf7a675 /scripts/silphco7.asm | |
| parent | Make Hide/Show objects more dynamic (diff) | |
| download | pokeyellow-4d60e6f1a95749238a24d0cc7c44c5bfd6512be4.tar.gz pokeyellow-4d60e6f1a95749238a24d0cc7c44c5bfd6512be4.tar.xz pokeyellow-4d60e6f1a95749238a24d0cc7c44c5bfd6512be4.zip | |
Enumerate hide/show constants
Diffstat (limited to 'scripts/silphco7.asm')
| -rwxr-xr-x | scripts/silphco7.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/silphco7.asm b/scripts/silphco7.asm index d4db9ebb..23eb795c 100755 --- a/scripts/silphco7.asm +++ b/scripts/silphco7.asm @@ -241,7 +241,7 @@ SilphCo7Script5: ; 51d25 (14:5d25) ld a, [wd730] bit 0, a ret nz - ld a, HS_SILPH_CO_7F_5 + ld a, HS_SILPH_CO_7F_RIVAL ld [wcc4d], a predef HideObject call PlayDefaultMusic |
