diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-14 11:12:18 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-14 11:12:18 -0500 |
commit | c635e30777ba57e3fd4249862fd562936d0d47bd (patch) | |
tree | 7686a09931e78c5d01e43f557c3dabc60eeed6fe /engine/sprite_anims.asm | |
parent | 8a439dbd0509d37c8d29e340a6544b3c09be4a72 (diff) |
map setup and warps
Diffstat (limited to 'engine/sprite_anims.asm')
-rwxr-xr-x | engine/sprite_anims.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/sprite_anims.asm b/engine/sprite_anims.asm index dc2a0ffd8..54af5db37 100755 --- a/engine/sprite_anims.asm +++ b/engine/sprite_anims.asm @@ -16,7 +16,7 @@ endr .Jumptable: ; 8d25b (23:525b) jumptable_start - jumptable .zero ; town map + jumptable .zero ; null jumptable .one ; bouncing mon icon jumptable .two ; bouncing mon icon, selected jumptable .three ; bouncing mon icon, menu open |