diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-01 22:00:46 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-01 22:00:46 -0400 |
commit | a2befe3463baee7a9e935b5d0caef3744f7371f3 (patch) | |
tree | 02b443f945b06393dfae94d20644e461c638dd74 /data/mapObjects | |
parent | 14ef52bdd8202d9d595811a0ac8b6f1dbd2b8a6f (diff) |
Remaining maps in Fuchsia
Diffstat (limited to 'data/mapObjects')
-rwxr-xr-x | data/mapObjects/fuchsiagym.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/mapObjects/fuchsiagym.asm b/data/mapObjects/fuchsiagym.asm index ded17031..c7fc3799 100755 --- a/data/mapObjects/fuchsiagym.asm +++ b/data/mapObjects/fuchsiagym.asm @@ -8,7 +8,7 @@ FuchsiaGymObject: ; 0x75658 (size=82) db $0 ; signs db $8 ; objects - object SPRITE_BLACKBELT, $4, $a, STAY, DOWN, $1, OPP_KOGA, $1 + object SPRITE_LAPRAS_GIVER, $4, $a, STAY, DOWN, $1, OPP_KOGA, $1 object SPRITE_ROCKER, $8, $d, STAY, DOWN, $2, OPP_JUGGLER, $7 object SPRITE_ROCKER, $7, $8, STAY, RIGHT, $3, OPP_JUGGLER, $3 object SPRITE_ROCKER, $1, $c, STAY, DOWN, $4, OPP_JUGGLER, $8 |