You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-12-11 05:02:16 -08:00
Align map event coordinate columns
This commit is contained in:
@@ -76,16 +76,16 @@ RedsHouse1F_MapEvents:
|
||||
db 0, 0 ; filler
|
||||
|
||||
db 3 ; warp events
|
||||
warp_event 2, 7, PALLET_TOWN, 1
|
||||
warp_event 3, 7, PALLET_TOWN, 1
|
||||
warp_event 7, 0, REDS_HOUSE_2F, 1
|
||||
warp_event 2, 7, PALLET_TOWN, 1
|
||||
warp_event 3, 7, PALLET_TOWN, 1
|
||||
warp_event 7, 0, REDS_HOUSE_2F, 1
|
||||
|
||||
db 0 ; coord events
|
||||
|
||||
db 3 ; bg events
|
||||
bg_event 0, 1, BGEVENT_READ, RedsHouse1FBookshelf
|
||||
bg_event 1, 1, BGEVENT_READ, RedsHouse1FBookshelf
|
||||
bg_event 2, 1, BGEVENT_READ, RedsHouse1FTV
|
||||
bg_event 0, 1, BGEVENT_READ, RedsHouse1FBookshelf
|
||||
bg_event 1, 1, BGEVENT_READ, RedsHouse1FBookshelf
|
||||
bg_event 2, 1, BGEVENT_READ, RedsHouse1FTV
|
||||
|
||||
db 1 ; object events
|
||||
object_event 5, 3, SPRITE_REDS_MOM, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, RedsMom, -1
|
||||
object_event 5, 3, SPRITE_REDS_MOM, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, RedsMom, -1
|
||||
|
||||
Reference in New Issue
Block a user