diff options
| author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-29 02:31:32 -0500 |
|---|---|---|
| committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-29 02:31:32 -0500 |
| commit | d271d6917549074e721f3e5064b77e1ad1dbe44a (patch) | |
| tree | cee0f1b9a44aa7394dbf36ee3ad3654dde08df06 /data/mapObjects/route9.asm | |
| parent | c84667c4df36918071bb7487c456d7adafb921ca (diff) | |
Add warp, sign, and warp_to macros for data/mapObjects definitions
Diffstat (limited to 'data/mapObjects/route9.asm')
| -rwxr-xr-x | data/mapObjects/route9.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/mapObjects/route9.asm b/data/mapObjects/route9.asm index 9e079eab..848c6924 100755 --- a/data/mapObjects/route9.asm +++ b/data/mapObjects/route9.asm @@ -4,7 +4,7 @@ Route9Object: db $0 ; warps db $1 ; signs - db $7, $19, $b ; Route9Text11 + sign $19, $7, $b ; Route9Text11 db $a ; objects object SPRITE_LASS, $d, $a, STAY, LEFT, $1, OPP_JR_TRAINER_F, $5 |
