diff options
| author | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2019-02-26 12:52:54 -0500 |
|---|---|---|
| committer | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2019-02-26 12:52:54 -0500 |
| commit | 4f17a2c863042cfd480f7604c4d86e232627263e (patch) | |
| tree | 6e497b69a442cdff6a5ef645584514c156fed05e /maps/placeholder/PowerPlant3.asm | |
| parent | fc14cab189eac0d5506c894d656d4f8f8fd83745 (diff) | |
Sort maps into placeholder and non-placeholder.
Diffstat (limited to 'maps/placeholder/PowerPlant3.asm')
| -rw-r--r-- | maps/placeholder/PowerPlant3.asm | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/maps/placeholder/PowerPlant3.asm b/maps/placeholder/PowerPlant3.asm new file mode 100644 index 0000000..05b1fea --- /dev/null +++ b/maps/placeholder/PowerPlant3.asm @@ -0,0 +1,17 @@ +INCLUDE "constants.asm" + +SECTION "maps/placeholder/PowerPlant3.asm", ROMX + +PowerPlant3ScriptLoader:: ; bc218 (2f:4218) + ret + +PowerPlant3TextPointers:: ; bc219 (2f:4219) + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText
\ No newline at end of file |
