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/redshouse2f.asm | |
| parent | a9528fc870b585b6b4fac45e115061d8af979681 (diff) | |
Use more constants in object data
Diffstat (limited to 'data/mapObjects/redshouse2f.asm')
| -rwxr-xr-x | data/mapObjects/redshouse2f.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/data/mapObjects/redshouse2f.asm b/data/mapObjects/redshouse2f.asm index 5d59f8e5..f8680121 100755 --- a/data/mapObjects/redshouse2f.asm +++ b/data/mapObjects/redshouse2f.asm @@ -1,12 +1,12 @@ RedsHouse2FObject: ; 0x5c0d0 ? db $0A ; border block - db 1 ; warps - db 1, 7, 2, REDS_HOUSE_1F + db $1 ; warps + db $1, $7, $2, REDS_HOUSE_1F - db 0 ; signs + db $0 ; signs - db 0 ; people + db $0 ; people ; warp-to - EVENT_DISP REDS_HOUSE_2F_WIDTH, 1, 7 + EVENT_DISP REDS_HOUSE_2F_WIDTH, $1, $7 |
