summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home.asm')
-rw-r--r--home.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/home.asm b/home.asm
index dfa1bec2..de7e90ea 100644
--- a/home.asm
+++ b/home.asm
@@ -114,7 +114,7 @@ Start::
INCLUDE "home/joypad.asm"
-INCLUDE "data/map_header_pointers.asm"
+INCLUDE "data/maps/map_header_pointers.asm"
INCLUDE "home/overworld.asm"
CheckForUserInterruption::
@@ -910,7 +910,7 @@ InterlaceMergeSpriteBuffers::
jp CopyVideoData
-INCLUDE "data/collision_tile_ids.asm"
+INCLUDE "data/tilesets/collision_tile_ids.asm"
INCLUDE "home/copy2.asm"
INCLUDE "home/text.asm"
INCLUDE "home/vcopy.asm"
@@ -937,7 +937,7 @@ UpdateSprites::
ld [MBC1RomBank], a
ret
-INCLUDE "data/mart_inventories.asm"
+INCLUDE "data/items/marts.asm"
TextScriptEndingChar::
db "@"
@@ -2634,7 +2634,7 @@ PlayTrainerMusic::
ld [wNewSoundID], a
jp PlaySound
-INCLUDE "data/trainer_types.asm"
+INCLUDE "data/trainers/encounter_types.asm"
; checks if the player's coordinates match an arrow movement tile's coordinates
; and if so, decodes the RLE movement data