diff options
author | Rangi <remy.oukaour+rangi@gmail.com> | 2020-09-21 11:58:10 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi@gmail.com> | 2020-09-21 12:15:06 -0400 |
commit | 9f2ef498fb319ab6a0b343f8165af49ad33b5c78 (patch) | |
tree | 35eee5afd82436a5b5969e1c22c1f49f87926189 /scripts/Stand.asm | |
parent | f2118b1715e8ef29d6967e0a9ab24cb8cd1a8aa4 (diff) |
Copy pokered map organization (maps/*.blk, scripts/*.asm, data/maps/objects/*.asm)
Diffstat (limited to 'scripts/Stand.asm')
-rw-r--r-- | scripts/Stand.asm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/Stand.asm b/scripts/Stand.asm new file mode 100644 index 0000000..fa18d9a --- /dev/null +++ b/scripts/Stand.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "scripts/Stand.asm", ROMX + +StandScriptLoader:: + ret + + db "@" |