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/celadongamecorner.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/celadongamecorner.asm')
| -rwxr-xr-x | scripts/celadongamecorner.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/celadongamecorner.asm b/scripts/celadongamecorner.asm index 84919b64..e8917434 100755 --- a/scripts/celadongamecorner.asm +++ b/scripts/celadongamecorner.asm @@ -107,7 +107,7 @@ CeladonGameCornerScript2: ; 48c69 (12:4c69) xor a ld [wJoyIgnore], a ld a, HS_GAME_CORNER_ROCKET - ld [wcc4d], a + ld [wMissableObjectIndex], a predef HideObject ld hl, wd126 set 5, [hl] |
