diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-03 18:19:56 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-03 18:19:56 -0400 |
| commit | 55bb99580eeccc92106437c4ad86edb8ca89ecda (patch) | |
| tree | 5aa22f9fc5526c2d1461f01f5859de7dd573c2f3 /data/maps/objects/VermilionPokecenter.asm | |
| parent | a5375a080552f46a34377d21ab848f5cff7a6ecc (diff) | |
data/mapHeaders -> data/maps/headers; data/mapObjects -> data/maps/objects
To do: Polished Map support for loading the objects
Diffstat (limited to 'data/maps/objects/VermilionPokecenter.asm')
| -rwxr-xr-x | data/maps/objects/VermilionPokecenter.asm | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/data/maps/objects/VermilionPokecenter.asm b/data/maps/objects/VermilionPokecenter.asm new file mode 100755 index 00000000..d2142045 --- /dev/null +++ b/data/maps/objects/VermilionPokecenter.asm @@ -0,0 +1,18 @@ +VermilionPokecenter_Object: + db $0 ; border block + + db 2 ; warps + warp 3, 7, 0, -1 + warp 4, 7, 0, -1 + + db 0 ; signs + + db 4 ; objects + object SPRITE_NURSE, 3, 1, STAY, DOWN, 1 ; person + object SPRITE_FISHER, 10, 5, STAY, NONE, 2 ; person + object SPRITE_SAILOR, 5, 4, STAY, NONE, 3 ; person + object SPRITE_CABLE_CLUB_WOMAN, 11, 2, STAY, DOWN, 4 ; person + + ; warp-to + warp_to 3, 7, VERMILION_POKECENTER_WIDTH + warp_to 4, 7, VERMILION_POKECENTER_WIDTH |
