diff options
author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-05-21 15:49:59 -0400 |
---|---|---|
committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-05-21 15:49:59 -0400 |
commit | a02c3279102dca60deee70141c31af9fcfa1ff75 (patch) | |
tree | 66ee36f2019b9a862363f36346eb229ce9bfe54a /data/mapObjects/lorelei.asm | |
parent | a9528fc870b585b6b4fac45e115061d8af979681 (diff) |
Use more constants in object data
Diffstat (limited to 'data/mapObjects/lorelei.asm')
-rwxr-xr-x | data/mapObjects/lorelei.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/mapObjects/lorelei.asm b/data/mapObjects/lorelei.asm index 3cf1f450..074063bf 100755 --- a/data/mapObjects/lorelei.asm +++ b/data/mapObjects/lorelei.asm @@ -10,7 +10,7 @@ LoreleiObject: ; 0x76280 (size=44) db $0 ; signs db $1 ; people - db SPRITE_LORELEI, $2 + 4, $5 + 4, $ff, $d0, $41, LORELEI + $C8, $1 ; trainer + db SPRITE_LORELEI, $2 + 4, $5 + 4, $ff, $d0, TRAINER | $1, LORELEI + $C8, $1 ; warp-to EVENT_DISP LORELEIS_ROOM_WIDTH, $b, $4 ; INDIGO_PLATEAU_LOBBY |