diff --git a/common/copy.asm b/home/copy.asm similarity index 100% rename from common/copy.asm rename to home/copy.asm diff --git a/common/copy2.asm b/home/copy2.asm similarity index 100% rename from common/copy2.asm rename to home/copy2.asm diff --git a/common/decompress.asm b/home/decompress.asm similarity index 100% rename from common/decompress.asm rename to home/decompress.asm diff --git a/common/delay.asm b/home/delay.asm similarity index 100% rename from common/delay.asm rename to home/delay.asm diff --git a/common/double_speed.asm b/home/double_speed.asm similarity index 100% rename from common/double_speed.asm rename to home/double_speed.asm diff --git a/common/fade.asm b/home/fade.asm similarity index 100% rename from common/fade.asm rename to home/fade.asm diff --git a/common/farcall.asm b/home/farcall.asm similarity index 100% rename from common/farcall.asm rename to home/farcall.asm diff --git a/common/flag.asm b/home/flag.asm similarity index 100% rename from common/flag.asm rename to home/flag.asm diff --git a/common/game_time.asm b/home/game_time.asm similarity index 100% rename from common/game_time.asm rename to home/game_time.asm diff --git a/common/handshake.asm b/home/handshake.asm similarity index 100% rename from common/handshake.asm rename to home/handshake.asm diff --git a/common/init.asm b/home/init.asm similarity index 100% rename from common/init.asm rename to home/init.asm diff --git a/common/item.asm b/home/item.asm similarity index 100% rename from common/item.asm rename to home/item.asm diff --git a/common/joypad.asm b/home/joypad.asm similarity index 100% rename from common/joypad.asm rename to home/joypad.asm diff --git a/common/lcd.asm b/home/lcd.asm similarity index 100% rename from common/lcd.asm rename to home/lcd.asm diff --git a/common/map.asm b/home/map.asm similarity index 100% rename from common/map.asm rename to home/map.asm diff --git a/common/map_objects.asm b/home/map_objects.asm similarity index 100% rename from common/map_objects.asm rename to home/map_objects.asm diff --git a/common/math.asm b/home/math.asm similarity index 100% rename from common/math.asm rename to home/math.asm diff --git a/common/menu.asm b/home/menu.asm similarity index 100% rename from common/menu.asm rename to home/menu.asm diff --git a/common/palettes.asm b/home/palettes.asm similarity index 100% rename from common/palettes.asm rename to home/palettes.asm diff --git a/common/predef.asm b/home/predef.asm similarity index 100% rename from common/predef.asm rename to home/predef.asm diff --git a/common/random.asm b/home/random.asm similarity index 100% rename from common/random.asm rename to home/random.asm diff --git a/common/rtc.asm b/home/rtc.asm similarity index 100% rename from common/rtc.asm rename to home/rtc.asm diff --git a/common/serial.asm b/home/serial.asm similarity index 100% rename from common/serial.asm rename to home/serial.asm diff --git a/common/sine.asm b/home/sine.asm similarity index 100% rename from common/sine.asm rename to home/sine.asm diff --git a/common/sram.asm b/home/sram.asm similarity index 100% rename from common/sram.asm rename to home/sram.asm diff --git a/common/string.asm b/home/string.asm similarity index 100% rename from common/string.asm rename to home/string.asm diff --git a/common/text.asm b/home/text.asm similarity index 100% rename from common/text.asm rename to home/text.asm diff --git a/common/time.asm b/home/time.asm similarity index 100% rename from common/time.asm rename to home/time.asm diff --git a/common/vblank.asm b/home/vblank.asm similarity index 100% rename from common/vblank.asm rename to home/vblank.asm diff --git a/common/video.asm b/home/video.asm similarity index 100% rename from common/video.asm rename to home/video.asm diff --git a/main.asm b/main.asm index 9f87c49d0..011e7d966 100644 --- a/main.asm +++ b/main.asm @@ -14,22 +14,22 @@ Start: SECTION "start",ROM0[$150] -INCLUDE "common/init.asm" -INCLUDE "common/vblank.asm" -INCLUDE "common/delay.asm" -INCLUDE "common/rtc.asm" -INCLUDE "common/fade.asm" -INCLUDE "common/lcd.asm" -INCLUDE "common/time.asm" -INCLUDE "common/serial.asm" -INCLUDE "common/joypad.asm" -INCLUDE "common/decompress.asm" -INCLUDE "common/palettes.asm" -INCLUDE "common/copy.asm" -INCLUDE "common/text.asm" -INCLUDE "common/video.asm" -INCLUDE "common/map_objects.asm" -INCLUDE "common/sine.asm" +INCLUDE "home/init.asm" +INCLUDE "home/vblank.asm" +INCLUDE "home/delay.asm" +INCLUDE "home/rtc.asm" +INCLUDE "home/fade.asm" +INCLUDE "home/lcd.asm" +INCLUDE "home/time.asm" +INCLUDE "home/serial.asm" +INCLUDE "home/joypad.asm" +INCLUDE "home/decompress.asm" +INCLUDE "home/palettes.asm" +INCLUDE "home/copy.asm" +INCLUDE "home/text.asm" +INCLUDE "home/video.asm" +INCLUDE "home/map_objects.asm" +INCLUDE "home/sine.asm" Function1b1e: ; 1b1e ld [$d003], a @@ -473,10 +473,10 @@ Function1d19: ; 1d19 ; 1d35 -INCLUDE "common/menu.asm" -INCLUDE "common/handshake.asm" -INCLUDE "common/game_time.asm" -INCLUDE "common/map.asm" +INCLUDE "home/menu.asm" +INCLUDE "home/handshake.asm" +INCLUDE "home/game_time.asm" +INCLUDE "home/map.asm" Function2d43: ; 2d43 @@ -502,8 +502,8 @@ Function2d43: ; 2d43 ; 2d54 -INCLUDE "common/farcall.asm" -INCLUDE "common/predef.asm" +INCLUDE "home/farcall.asm" +INCLUDE "home/predef.asm" ResetWindow: ; 2dba @@ -614,7 +614,7 @@ Function2e4e: ; 2e4e ; 2e50 -INCLUDE "common/flag.asm" +INCLUDE "home/flag.asm" Function2ebb: ; 2ebb @@ -671,7 +671,7 @@ Function2ee4: ; 2ee4 ; 2ef6 -INCLUDE "common/string.asm" +INCLUDE "home/string.asm" IsInJohto: ; 2f17 @@ -714,9 +714,9 @@ Function2f3e: ; 2f3e ; 2f3f -INCLUDE "common/item.asm" -INCLUDE "common/random.asm" -INCLUDE "common/sram.asm" +INCLUDE "home/item.asm" +INCLUDE "home/random.asm" +INCLUDE "home/sram.asm" ; Register aliases @@ -731,7 +731,7 @@ _de_: ; 2fed ; 2fef -INCLUDE "common/double_speed.asm" +INCLUDE "home/double_speed.asm" ClearSprites: ; 300b @@ -760,7 +760,7 @@ HideSprites: ; 3016 ; 3026 -INCLUDE "common/copy2.asm" +INCLUDE "home/copy2.asm" Function309d: ; 309d @@ -861,7 +861,7 @@ AddNTimes: ; 0x30fe ; 0x3105 -INCLUDE "common/math.asm" +INCLUDE "home/math.asm" PrintLetterDelay: ; 313d