blob: f191b25482e3eaf95c30c4b40c74eebdda495e89 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
INCLUDE "constants.asm"
SECTION "maps/KantoHospital.asm", ROMX
KantoHospitalScriptLoader:: ; 9ee50 (27:6e50)
ret
KantoHospitalTextPointers:: ; 9ee51 (27:6e51)
dw MapDefaultText
dw MapDefaultText
dw MapDefaultText
dw MapDefaultText
dw MapDefaultText
dw MapDefaultText
dw MapDefaultText
dw MapDefaultText
dw MapDefaultText
dw MapDefaultText
dw MapDefaultText
dw MapDefaultText
dw MapDefaultText
|