diff options
Diffstat (limited to 'en/text/text2.asm')
-rw-r--r-- | en/text/text2.asm | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/en/text/text2.asm b/en/text/text2.asm new file mode 100644 index 00000000..78ca8bbf --- /dev/null +++ b/en/text/text2.asm @@ -0,0 +1,36 @@ +INCLUDE "charmap.asm" +INCLUDE "constants/text_constants.asm" +INCLUDE "constants/text_bank_constants.asm" +INCLUDE "macros/text_macros.asm" +INCLUDE "hram.asm" + +SECTION "Text 2", ROMX, BANK[TEXT_2] + +INCLUDE "text/maps/silph_co_5f_2.asm" +INCLUDE "text/maps/silph_co_6f.asm" +INCLUDE "text/maps/silph_co_7f.asm" +INCLUDE "text/maps/silph_co_8f.asm" +INCLUDE "text/maps/silph_co_9f.asm" +INCLUDE "text/maps/silph_co_10f.asm" +INCLUDE "text/maps/silph_co_11f.asm" +INCLUDE "text/maps/mansion_2f.asm" +INCLUDE "text/maps/mansion_3f.asm" +INCLUDE "text/maps/mansion_b1f.asm" +INCLUDE "text/maps/safari_zone_east.asm" +INCLUDE "text/maps/safari_zone_north.asm" +INCLUDE "text/maps/safari_zone_west.asm" +INCLUDE "text/maps/safari_zone_center.asm" +INCLUDE "text/maps/safari_zone_rest_house_1.asm" +INCLUDE "text/maps/safari_zone_secret_house.asm" +INCLUDE "text/maps/safari_zone_rest_house_2.asm" +INCLUDE "text/maps/safari_zone_rest_house_3.asm" +INCLUDE "text/maps/safari_zone_rest_house_4.asm" +INCLUDE "text/maps/unknown_dungeon_b1f.asm" +INCLUDE "text/maps/victory_road_1f.asm" +INCLUDE "text/maps/lance.asm" +INCLUDE "text/maps/hall_of_fame.asm" +INCLUDE "text/maps/champion.asm" +INCLUDE "text/maps/lorelei.asm" +INCLUDE "text/maps/bruno.asm" +INCLUDE "text/maps/agatha.asm" +INCLUDE "text/maps/rock_tunnel_b2f_1.asm" |