diff options
Diffstat (limited to 'scripts/FontoPokecenter2F.asm')
-rw-r--r-- | scripts/FontoPokecenter2F.asm | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/scripts/FontoPokecenter2F.asm b/scripts/FontoPokecenter2F.asm new file mode 100644 index 0000000..353eb39 --- /dev/null +++ b/scripts/FontoPokecenter2F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "scripts/FontoPokecenter2F.asm", ROMX + +FontoPokecenter2FScriptLoader:: + ret + +FontoPokecenter2FTextPointers:: + 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 |