summaryrefslogtreecommitdiff
path: root/en/text/text4.asm
blob: 493981d9f96dd09ae71c623adb10ffb021178f9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
INCLUDE "macros/inclang.asm"
	inclang 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]

        inclang text/maps/daycare_2.asm
        inclang text/maps/underground_path_route_6_entrance.asm
        inclang text/maps/underground_path_route_7_entrance.asm
        inclang text/maps/underground_path_route_7_entrance_unused.asm
        inclang text/maps/underground_path_route_8_entrance.asm
        inclang text/maps/rock_tunnel_pokecenter.asm
        inclang text/maps/rock_tunnel_b1f.asm
        inclang text/maps/power_plant.asm
        inclang text/maps/route_11_gate.asm
        inclang text/maps/route_11_gate_upstairs.asm
        inclang text/maps/digletts_cave_route_11_entrance.asm
        inclang text/maps/route_12_gate.asm
        inclang text/maps/route_12_gate_upstairs.asm
        inclang text/maps/route_12_house.asm
        inclang text/maps/route_15_gate.asm
        inclang text/maps/route_15_gate_upstairs.asm
        inclang text/maps/route_16_gate.asm
        inclang text/maps/route_16_gate_upstairs.asm
        inclang text/maps/route_16_house.asm
        inclang text/maps/route_18_gate.asm
        inclang text/maps/route_18_gate_upstairs.asm
        inclang text/maps/pokemon_league_gate.asm
        inclang text/maps/victory_road_2f.asm
        inclang text/maps/bills_house.asm
        inclang text/maps/route_1.asm
        inclang text/maps/route_2.asm
        inclang text/maps/route_3.asm
        inclang text/maps/route_4.asm
        inclang text/maps/route_5.asm
        inclang text/maps/route_6.asm
        inclang text/maps/route_7.asm
        inclang text/maps/route_8.asm
        inclang text/maps/route_9.asm
        inclang text/maps/route_10.asm
        inclang text/maps/route_11_1.asm