diff options
| author | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2019-02-26 12:52:54 -0500 |
|---|---|---|
| committer | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2019-02-26 12:52:54 -0500 |
| commit | 4f17a2c863042cfd480f7604c4d86e232627263e (patch) | |
| tree | 6e497b69a442cdff6a5ef645584514c156fed05e /maps/placeholder/FontoRouteGate2.asm | |
| parent | fc14cab189eac0d5506c894d656d4f8f8fd83745 (diff) | |
Sort maps into placeholder and non-placeholder.
Diffstat (limited to 'maps/placeholder/FontoRouteGate2.asm')
| -rw-r--r-- | maps/placeholder/FontoRouteGate2.asm | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/maps/placeholder/FontoRouteGate2.asm b/maps/placeholder/FontoRouteGate2.asm new file mode 100644 index 0000000..531767e --- /dev/null +++ b/maps/placeholder/FontoRouteGate2.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/FontoRouteGate2.asm", ROMX + +FontoRouteGate2ScriptLoader:: ; 9c5d2 (27:45d2) + ret + +FontoRouteGate2TextPointers:: ; 9c5d3 (27:45d3) + 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
\ No newline at end of file |
