summaryrefslogtreecommitdiff
path: root/maps/placeholder/CaveMinecarts1.asm
diff options
context:
space:
mode:
authorluckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com>2019-02-26 12:52:54 -0500
committerluckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com>2019-02-26 12:52:54 -0500
commit4f17a2c863042cfd480f7604c4d86e232627263e (patch)
tree6e497b69a442cdff6a5ef645584514c156fed05e /maps/placeholder/CaveMinecarts1.asm
parentfc14cab189eac0d5506c894d656d4f8f8fd83745 (diff)
Sort maps into placeholder and non-placeholder.
Diffstat (limited to 'maps/placeholder/CaveMinecarts1.asm')
-rw-r--r--maps/placeholder/CaveMinecarts1.asm17
1 files changed, 17 insertions, 0 deletions
diff --git a/maps/placeholder/CaveMinecarts1.asm b/maps/placeholder/CaveMinecarts1.asm
new file mode 100644
index 0000000..29b551e
--- /dev/null
+++ b/maps/placeholder/CaveMinecarts1.asm
@@ -0,0 +1,17 @@
+INCLUDE "constants.asm"
+
+SECTION "maps/placeholder/CaveMinecarts1.asm", ROMX
+
+CaveMinecarts1ScriptLoader:: ; bc817 (2f:4817)
+ ret
+
+CaveMinecarts1TextPointers:: ; bc818 (2f:4818)
+ dw GameplayText
+ dw GameplayText
+ dw GameplayText
+ dw GameplayText
+ dw GameplayText
+ dw GameplayText
+ dw GameplayText
+ dw GameplayText
+ dw GameplayText \ No newline at end of file