diff options
Diffstat (limited to 'en/text/text4.asm')
-rw-r--r-- | en/text/text4.asm | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/en/text/text4.asm b/en/text/text4.asm new file mode 100644 index 00000000..66adcf02 --- /dev/null +++ b/en/text/text4.asm @@ -0,0 +1,43 @@ +INCLUDE "charmap.asm" +INCLUDE "constants/text_constants.asm" +INCLUDE "constants/text_bank_constants.asm" +INCLUDE "macros/text_macros.asm" +INCLUDE "hram.asm" + +SECTION "Text 4", ROMX, BANK[TEXT_4] + +INCLUDE "text/maps/daycare_2.asm" +INCLUDE "text/maps/underground_path_route_6_entrance.asm" +INCLUDE "text/maps/underground_path_route_7_entrance.asm" +INCLUDE "text/maps/underground_path_route_7_entrance_unused.asm" +INCLUDE "text/maps/underground_path_route_8_entrance.asm" +INCLUDE "text/maps/rock_tunnel_pokecenter.asm" +INCLUDE "text/maps/rock_tunnel_b1f.asm" +INCLUDE "text/maps/power_plant.asm" +INCLUDE "text/maps/route_11_gate.asm" +INCLUDE "text/maps/route_11_gate_upstairs.asm" +INCLUDE "text/maps/digletts_cave_route_11_entrance.asm" +INCLUDE "text/maps/route_12_gate.asm" +INCLUDE "text/maps/route_12_gate_upstairs.asm" +INCLUDE "text/maps/route_12_house.asm" +INCLUDE "text/maps/route_15_gate.asm" +INCLUDE "text/maps/route_15_gate_upstairs.asm" +INCLUDE "text/maps/route_16_gate.asm" +INCLUDE "text/maps/route_16_gate_upstairs.asm" +INCLUDE "text/maps/route_16_house.asm" +INCLUDE "text/maps/route_18_gate.asm" +INCLUDE "text/maps/route_18_gate_upstairs.asm" +INCLUDE "text/maps/pokemon_league_gate.asm" +INCLUDE "text/maps/victory_road_2f.asm" +INCLUDE "text/maps/bills_house.asm" +INCLUDE "text/maps/route_1.asm" +INCLUDE "text/maps/route_2.asm" +INCLUDE "text/maps/route_3.asm" +INCLUDE "text/maps/route_4.asm" +INCLUDE "text/maps/route_5.asm" +INCLUDE "text/maps/route_6.asm" +INCLUDE "text/maps/route_7.asm" +INCLUDE "text/maps/route_8.asm" +INCLUDE "text/maps/route_9.asm" +INCLUDE "text/maps/route_10.asm" +INCLUDE "text/maps/route_11_1.asm" |