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/route3.asm | |
| parent | c84667c4df36918071bb7487c456d7adafb921ca (diff) | |
Add warp, sign, and warp_to macros for data/mapObjects definitions
Diffstat (limited to 'data/mapObjects/route3.asm')
| -rwxr-xr-x | data/mapObjects/route3.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/mapObjects/route3.asm b/data/mapObjects/route3.asm index ba446dca..44c80382 100755 --- a/data/mapObjects/route3.asm +++ b/data/mapObjects/route3.asm @@ -4,7 +4,7 @@ Route3Object: db $0 ; warps db $1 ; signs - db $9, $3b, $a ; Route3Text10 + sign $3b, $9, $a ; Route3Text10 db $9 ; objects object SPRITE_BLACK_HAIR_BOY_2, $39, $b, STAY, NONE, $1 ; person |
