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/Sugar.asm | |
| parent | 4a526ba36123dbd96ac7f4770ec04f04f56ea56e (diff) | |
Add all dummy scripts.
Diffstat (limited to 'maps/Sugar.asm')
| -rw-r--r-- | maps/Sugar.asm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/maps/Sugar.asm b/maps/Sugar.asm new file mode 100644 index 0000000..dee0c5a --- /dev/null +++ b/maps/Sugar.asm @@ -0,0 +1,8 @@ +INCLUDE "constants.asm" + +SECTION "maps/Sugar.asm", ROMX + +SugarScriptLoader:: ; d8d03 (36:4d03) + ret + + db "@"
\ No newline at end of file |
