diff options
author | yenatch <yenatch@gmail.com> | 2014-01-22 13:33:58 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-01-22 17:38:14 -0500 |
commit | b452726f9acc5a0923b80d43e74b1d372dfb393c (patch) | |
tree | 6493989e031be35ba1c90a693de068c382732586 | |
parent | 32de715f5fd1b0ab041f1078ef7d09b47182be57 (diff) |
rename existing map text files and put them in text/maps/
-rw-r--r-- | main.asm | 6 | ||||
-rw-r--r-- | text/maps/blues_house.asm (renamed from text/mapBluesHouse.asm) | 0 | ||||
-rw-r--r-- | text/maps/pallet_town.asm (renamed from text/mapPalletTown.asm) | 0 | ||||
-rw-r--r-- | text/maps/reds_house_1f.asm (renamed from text/mapRedsHouse1F.asm) | 0 |
4 files changed, 3 insertions, 3 deletions
@@ -124722,8 +124722,8 @@ _TradeCenterMText1: ; 94b04 (25:4b04) text "!" done -INCLUDE "text/mapRedsHouse1F.asm" -INCLUDE "text/mapBluesHouse.asm" +INCLUDE "text/maps/reds_house_1f.asm" +INCLUDE "text/maps/blues_house.asm" _OaksLabGaryText1: ; 94d5b (25:4d5b) text $53, ": Yo" @@ -130280,7 +130280,7 @@ _UnnamedText_4fe44: ; a41d6 (29:41d6) line "a #MON CENTER!" done -INCLUDE "text/mapPalletTown.asm" +INCLUDE "text/maps/pallet_town.asm" _ViridianCityText1: ; a43cc (29:43cc) text "Those # BALLs" diff --git a/text/mapBluesHouse.asm b/text/maps/blues_house.asm index 33fd732f..33fd732f 100644 --- a/text/mapBluesHouse.asm +++ b/text/maps/blues_house.asm diff --git a/text/mapPalletTown.asm b/text/maps/pallet_town.asm index 421959d6..421959d6 100644 --- a/text/mapPalletTown.asm +++ b/text/maps/pallet_town.asm diff --git a/text/mapRedsHouse1F.asm b/text/maps/reds_house_1f.asm index 4154558e..4154558e 100644 --- a/text/mapRedsHouse1F.asm +++ b/text/maps/reds_house_1f.asm |