summaryrefslogtreecommitdiff
path: root/maps/NewtypeDojo.asm
diff options
context:
space:
mode:
authorluckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com>2018-07-17 15:42:49 -0400
committerluckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com>2018-07-17 15:42:49 -0400
commit5b4ef99f4bfec7a1cf41cd3eab601d355bb0fadf (patch)
treed5eec033243b0031afd3a82d47bbe1b7779d1675 /maps/NewtypeDojo.asm
parent4a526ba36123dbd96ac7f4770ec04f04f56ea56e (diff)
Add all dummy scripts.
Diffstat (limited to 'maps/NewtypeDojo.asm')
-rw-r--r--maps/NewtypeDojo.asm21
1 files changed, 21 insertions, 0 deletions
diff --git a/maps/NewtypeDojo.asm b/maps/NewtypeDojo.asm
new file mode 100644
index 0000000..3b7430f
--- /dev/null
+++ b/maps/NewtypeDojo.asm
@@ -0,0 +1,21 @@
+INCLUDE "constants.asm"
+
+SECTION "maps/NewtypeDojo.asm", ROMX
+
+NewtypeDojoScriptLoader:: ; 9d13a (27:513a)
+ ret
+
+NewtypeDojoTextPointers:: ; 9d13b (27:513b)
+ 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