diff options
author | dannye <corrnondacqb@yahoo.com> | 2015-07-18 22:22:51 -0500 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2015-07-18 22:22:51 -0500 |
commit | 0e48333fb864b0c8b6914fe1b5e57929d5258080 (patch) | |
tree | 02a69d268fd1234b0a3da2745065130f7193118c /data/mapObjects/lorelei.asm | |
parent | 148d3f3cf28f9c270e3d5043af0692d95bc731c5 (diff) |
Map object macro
closes https://github.com/iimarckus/pokered/issues/89
Diffstat (limited to 'data/mapObjects/lorelei.asm')
-rwxr-xr-x | data/mapObjects/lorelei.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/mapObjects/lorelei.asm b/data/mapObjects/lorelei.asm index 074063bf..4cffb012 100755 --- a/data/mapObjects/lorelei.asm +++ b/data/mapObjects/lorelei.asm @@ -9,8 +9,8 @@ LoreleiObject: ; 0x76280 (size=44) db $0 ; signs - db $1 ; people - db SPRITE_LORELEI, $2 + 4, $5 + 4, $ff, $d0, TRAINER | $1, LORELEI + $C8, $1 + db $1 ; objects + object SPRITE_LORELEI, $5, $2, FACE, DOWN, $1, LORELEI + $C8, $1 ; warp-to EVENT_DISP LORELEIS_ROOM_WIDTH, $b, $4 ; INDIGO_PLATEAU_LOBBY |