summaryrefslogtreecommitdiff
path: root/en/text/text7.asm
blob: d6a5509d644e09169e7332b80cdc6f929bb7be90 (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
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 7", ROMX, BANK[TEXT_7]

        inclang text/maps/pewter_gym_2.asm
        inclang text/maps/pewter_house_1.asm
        inclang text/maps/pewter_mart.asm
        inclang text/maps/pewter_house_2.asm
        inclang text/maps/pewter_pokecenter.asm
        inclang text/maps/cerulean_trashed_house.asm
        inclang text/maps/cerulean_trade_house.asm
        inclang text/maps/cerulean_pokecenter.asm
        inclang text/maps/cerulean_gym.asm
        inclang text/maps/bike_shop.asm
        inclang text/maps/cerulean_mart.asm
        inclang text/maps/cerulean_badge_house.asm
        inclang text/maps/lavender_pokecenter.asm
        inclang text/maps/pokemon_tower_1f.asm
        inclang text/maps/pokemon_tower_2f.asm
        inclang text/maps/pokemon_tower_3f.asm
        inclang text/maps/pokemon_tower_4f.asm
        inclang text/maps/pokemon_tower_5f.asm
        inclang text/maps/pokemon_tower_6f.asm
        inclang text/maps/pokemon_tower_7f.asm
        inclang text/maps/fujis_house.asm
        inclang text/maps/lavender_mart.asm
        inclang text/maps/lavender_house.asm
        inclang text/maps/name_rater.asm
        inclang text/maps/vermilion_pokecenter.asm
        inclang text/maps/fan_club.asm
        inclang text/maps/vermilion_mart.asm
        inclang text/maps/vermilion_gym_1.asm