blob: 859cac5508c5fa98dad9d9a8d018cb210a7eb2bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
INCLUDE "constants.asm"
SECTION "maps/SlowpokeWellMain.asm", ROMX
SlowpokeWellMainScriptLoader:: ; bd3ca (2f:53ca)
ret
SlowpokeWellMainTextPointers:: ; bd3cb (2f:53cb)
dw GameplayText
dw GameplayText
dw GameplayText
dw GameplayText
dw GameplayText
dw GameplayText
dw GameplayText
dw GameplayText
dw GameplayText
|