diff options
-rw-r--r-- | home/copy.asm (renamed from common/copy.asm) | 0 | ||||
-rw-r--r-- | home/copy2.asm (renamed from common/copy2.asm) | 0 | ||||
-rw-r--r-- | home/decompress.asm (renamed from common/decompress.asm) | 0 | ||||
-rw-r--r-- | home/delay.asm (renamed from common/delay.asm) | 0 | ||||
-rw-r--r-- | home/double_speed.asm (renamed from common/double_speed.asm) | 0 | ||||
-rw-r--r-- | home/fade.asm (renamed from common/fade.asm) | 0 | ||||
-rw-r--r-- | home/farcall.asm (renamed from common/farcall.asm) | 0 | ||||
-rw-r--r-- | home/flag.asm (renamed from common/flag.asm) | 0 | ||||
-rw-r--r-- | home/game_time.asm (renamed from common/game_time.asm) | 0 | ||||
-rw-r--r-- | home/handshake.asm (renamed from common/handshake.asm) | 0 | ||||
-rw-r--r-- | home/init.asm (renamed from common/init.asm) | 0 | ||||
-rw-r--r-- | home/item.asm (renamed from common/item.asm) | 0 | ||||
-rw-r--r-- | home/joypad.asm (renamed from common/joypad.asm) | 0 | ||||
-rw-r--r-- | home/lcd.asm (renamed from common/lcd.asm) | 0 | ||||
-rw-r--r-- | home/map.asm (renamed from common/map.asm) | 0 | ||||
-rw-r--r-- | home/map_objects.asm (renamed from common/map_objects.asm) | 0 | ||||
-rw-r--r-- | home/math.asm (renamed from common/math.asm) | 0 | ||||
-rw-r--r-- | home/menu.asm (renamed from common/menu.asm) | 0 | ||||
-rw-r--r-- | home/palettes.asm (renamed from common/palettes.asm) | 0 | ||||
-rw-r--r-- | home/predef.asm (renamed from common/predef.asm) | 0 | ||||
-rw-r--r-- | home/random.asm (renamed from common/random.asm) | 0 | ||||
-rw-r--r-- | home/rtc.asm (renamed from common/rtc.asm) | 0 | ||||
-rw-r--r-- | home/serial.asm (renamed from common/serial.asm) | 0 | ||||
-rw-r--r-- | home/sine.asm (renamed from common/sine.asm) | 0 | ||||
-rw-r--r-- | home/sram.asm (renamed from common/sram.asm) | 0 | ||||
-rw-r--r-- | home/string.asm (renamed from common/string.asm) | 0 | ||||
-rw-r--r-- | home/text.asm (renamed from common/text.asm) | 0 | ||||
-rw-r--r-- | home/time.asm (renamed from common/time.asm) | 0 | ||||
-rw-r--r-- | home/vblank.asm (renamed from common/vblank.asm) | 0 | ||||
-rw-r--r-- | home/video.asm (renamed from common/video.asm) | 0 | ||||
-rw-r--r-- | main.asm | 60 |
31 files changed, 30 insertions, 30 deletions
diff --git a/common/copy.asm b/home/copy.asm index ad25c96e6..ad25c96e6 100644 --- a/common/copy.asm +++ b/home/copy.asm diff --git a/common/copy2.asm b/home/copy2.asm index bdfbe9fdf..bdfbe9fdf 100644 --- a/common/copy2.asm +++ b/home/copy2.asm diff --git a/common/decompress.asm b/home/decompress.asm index 8d39cd968..8d39cd968 100644 --- a/common/decompress.asm +++ b/home/decompress.asm diff --git a/common/delay.asm b/home/delay.asm index 4e8b2147c..4e8b2147c 100644 --- a/common/delay.asm +++ b/home/delay.asm diff --git a/common/double_speed.asm b/home/double_speed.asm index fc1234215..fc1234215 100644 --- a/common/double_speed.asm +++ b/home/double_speed.asm diff --git a/common/fade.asm b/home/fade.asm index d67211e29..d67211e29 100644 --- a/common/fade.asm +++ b/home/fade.asm diff --git a/common/farcall.asm b/home/farcall.asm index bdee3bf38..bdee3bf38 100644 --- a/common/farcall.asm +++ b/home/farcall.asm diff --git a/common/flag.asm b/home/flag.asm index e99248a3e..e99248a3e 100644 --- a/common/flag.asm +++ b/home/flag.asm diff --git a/common/game_time.asm b/home/game_time.asm index ee52488f4..ee52488f4 100644 --- a/common/game_time.asm +++ b/home/game_time.asm diff --git a/common/handshake.asm b/home/handshake.asm index 8ed1473e4..8ed1473e4 100644 --- a/common/handshake.asm +++ b/home/handshake.asm diff --git a/common/init.asm b/home/init.asm index ead75975c..ead75975c 100644 --- a/common/init.asm +++ b/home/init.asm diff --git a/common/item.asm b/home/item.asm index 0906a19f6..0906a19f6 100644 --- a/common/item.asm +++ b/home/item.asm diff --git a/common/joypad.asm b/home/joypad.asm index 198e1c47b..198e1c47b 100644 --- a/common/joypad.asm +++ b/home/joypad.asm diff --git a/common/lcd.asm b/home/lcd.asm index 9c86eaa5c..9c86eaa5c 100644 --- a/common/lcd.asm +++ b/home/lcd.asm diff --git a/common/map.asm b/home/map.asm index d4cfe1be9..d4cfe1be9 100644 --- a/common/map.asm +++ b/home/map.asm diff --git a/common/map_objects.asm b/home/map_objects.asm index 3ebc1b597..3ebc1b597 100644 --- a/common/map_objects.asm +++ b/home/map_objects.asm diff --git a/common/math.asm b/home/math.asm index 87a00c412..87a00c412 100644 --- a/common/math.asm +++ b/home/math.asm diff --git a/common/menu.asm b/home/menu.asm index c761a927c..c761a927c 100644 --- a/common/menu.asm +++ b/home/menu.asm diff --git a/common/palettes.asm b/home/palettes.asm index accaa96b5..accaa96b5 100644 --- a/common/palettes.asm +++ b/home/palettes.asm diff --git a/common/predef.asm b/home/predef.asm index bd34a87a1..bd34a87a1 100644 --- a/common/predef.asm +++ b/home/predef.asm diff --git a/common/random.asm b/home/random.asm index 0f46da9e4..0f46da9e4 100644 --- a/common/random.asm +++ b/home/random.asm diff --git a/common/rtc.asm b/home/rtc.asm index 91428d03b..91428d03b 100644 --- a/common/rtc.asm +++ b/home/rtc.asm diff --git a/common/serial.asm b/home/serial.asm index fca9d82c3..fca9d82c3 100644 --- a/common/serial.asm +++ b/home/serial.asm diff --git a/common/sine.asm b/home/sine.asm index 09d06ca89..09d06ca89 100644 --- a/common/sine.asm +++ b/home/sine.asm diff --git a/common/sram.asm b/home/sram.asm index 3c42e7618..3c42e7618 100644 --- a/common/sram.asm +++ b/home/sram.asm diff --git a/common/string.asm b/home/string.asm index a871b4d2a..a871b4d2a 100644 --- a/common/string.asm +++ b/home/string.asm diff --git a/common/text.asm b/home/text.asm index e010de6d4..e010de6d4 100644 --- a/common/text.asm +++ b/home/text.asm diff --git a/common/time.asm b/home/time.asm index fff52b173..fff52b173 100644 --- a/common/time.asm +++ b/home/time.asm diff --git a/common/vblank.asm b/home/vblank.asm index 71114964e..71114964e 100644 --- a/common/vblank.asm +++ b/home/vblank.asm diff --git a/common/video.asm b/home/video.asm index 0d0aa272d..0d0aa272d 100644 --- a/common/video.asm +++ b/home/video.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 |