diff options
author | YamaArashi <shadow962@live.com> | 2015-07-24 14:39:45 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-07-24 14:39:45 -0700 |
commit | 82512e449115aa9d004e24a3d1526dd32570c56d (patch) | |
tree | 7e391804d1cae21509101795de3384c30122628b /scripts/vermiliongym.asm | |
parent | e6d02b4b7b69701f223fe9100ccc21ad2089afc4 (diff) |
named animation functions/variables
Diffstat (limited to 'scripts/vermiliongym.asm')
-rwxr-xr-x | scripts/vermiliongym.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vermiliongym.asm b/scripts/vermiliongym.asm index 8c400b5f..0282e340 100755 --- a/scripts/vermiliongym.asm +++ b/scripts/vermiliongym.asm @@ -37,7 +37,7 @@ VermilionGymScript_5ca6d: ; 5ca6d (17:4a6d) call PlaySound ld a, $5 .asm_5ca7f - ld [wd09f], a + ld [wNewTileBlockID], a ld bc, $202 predef_jump ReplaceTileBlock |