summaryrefslogtreecommitdiff
path: root/data/maps/attributes/PlayerHouse1F.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi@gmail.com>2020-09-21 11:58:10 -0400
committerRangi <remy.oukaour+rangi@gmail.com>2020-09-21 12:15:06 -0400
commit9f2ef498fb319ab6a0b343f8165af49ad33b5c78 (patch)
tree35eee5afd82436a5b5969e1c22c1f49f87926189 /data/maps/attributes/PlayerHouse1F.asm
parentf2118b1715e8ef29d6967e0a9ab24cb8cd1a8aa4 (diff)
Copy pokered map organization (maps/*.blk, scripts/*.asm, data/maps/objects/*.asm)
Diffstat (limited to 'data/maps/attributes/PlayerHouse1F.asm')
-rw-r--r--data/maps/attributes/PlayerHouse1F.asm24
1 files changed, 0 insertions, 24 deletions
diff --git a/data/maps/attributes/PlayerHouse1F.asm b/data/maps/attributes/PlayerHouse1F.asm
deleted file mode 100644
index a97559d..0000000
--- a/data/maps/attributes/PlayerHouse1F.asm
+++ /dev/null
@@ -1,24 +0,0 @@
-INCLUDE "constants.asm"
-
-SECTION "data/maps/attributes/PlayerHouse1F.asm", ROMX
- map_attributes PlayerHouse1F, PLAYER_HOUSE_1F, 0
-
-PlayerHouse1F_MapEvents::
- dw $4000 ; unknown
-
- db 3 ; warp events
- warp_event 6, 7, 1, SILENT_HILL, wOverworldMapBlocks + 48
- warp_event 7, 7, 1, SILENT_HILL, wOverworldMapBlocks + 48
- warp_event 9, 0, 1, PLAYER_HOUSE_2F, wOverworldMapBlocks + 16
-
- db 5 ; bg events
- bg_event 0, 1, 0, 1
- bg_event 1, 1, 0, 2
- bg_event 2, 1, 0, 3
- bg_event 4, 1, 0, 4
- bg_event 5, 1, 0, 5
-
- db 1 ; person events
- object_event 7, 3, SPRITE_MOM, SLOW_STEP_RIGHT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0
-
-PlayerHouse1F_Blocks:: INCBIN "maps/blk/PlayerHouse1F.blk"