summaryrefslogtreecommitdiff
path: root/maps/placeholder/Stand.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/Stand.asm
parentfc14cab189eac0d5506c894d656d4f8f8fd83745 (diff)
Sort maps into placeholder and non-placeholder.
Diffstat (limited to 'maps/placeholder/Stand.asm')
-rw-r--r--maps/placeholder/Stand.asm8
1 files changed, 8 insertions, 0 deletions
diff --git a/maps/placeholder/Stand.asm b/maps/placeholder/Stand.asm
new file mode 100644
index 0000000..5b5adfe
--- /dev/null
+++ b/maps/placeholder/Stand.asm
@@ -0,0 +1,8 @@
+INCLUDE "constants.asm"
+
+SECTION "maps/placeholder/Stand.asm", ROMX
+
+StandScriptLoader:: ; d919b (36:519b)
+ ret
+
+ db "@" \ No newline at end of file