diff options
| author | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2018-07-17 15:42:49 -0400 |
|---|---|---|
| committer | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2018-07-17 15:42:49 -0400 |
| commit | 5b4ef99f4bfec7a1cf41cd3eab601d355bb0fadf (patch) | |
| tree | d5eec033243b0031afd3a82d47bbe1b7779d1675 /maps/NewtypeRouteGate.asm | |
| parent | 4a526ba36123dbd96ac7f4770ec04f04f56ea56e (diff) | |
Add all dummy scripts.
Diffstat (limited to 'maps/NewtypeRouteGate.asm')
| -rw-r--r-- | maps/NewtypeRouteGate.asm | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/maps/NewtypeRouteGate.asm b/maps/NewtypeRouteGate.asm new file mode 100644 index 0000000..2ec213f --- /dev/null +++ b/maps/NewtypeRouteGate.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/NewtypeRouteGate.asm", ROMX + +NewtypeRouteGateScriptLoader:: ; 9d406 (27:5406) + ret + +NewtypeRouteGateTextPointers:: ; 9d407 (27:5407) + 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 |
