summaryrefslogtreecommitdiff
path: root/scripts/PokemonTower1F.asm
diff options
context:
space:
mode:
authorDaniel Harding <33dannye@gmail.com>2019-01-13 22:38:16 -0600
committerGitHub <noreply@github.com>2019-01-13 22:38:16 -0600
commit725b86ebbec23bd1f53fd60bf0201c904fee951d (patch)
treea37f4d33c5b77635c7ff72b91a73fcd90c4af915 /scripts/PokemonTower1F.asm
parent108245cb21abb3abac051b7db84ed6c694192a61 (diff)
parentc7796024590fec48ac79756793c1a6e3b54daf8f (diff)
Merge pull request #196 from Rangi42/polishedmaps
Rename map files, labels, and constants to be consistent and work with Polished Map
Diffstat (limited to 'scripts/PokemonTower1F.asm')
-rwxr-xr-xscripts/PokemonTower1F.asm29
1 files changed, 29 insertions, 0 deletions
diff --git a/scripts/PokemonTower1F.asm b/scripts/PokemonTower1F.asm
new file mode 100755
index 00000000..66b5505c
--- /dev/null
+++ b/scripts/PokemonTower1F.asm
@@ -0,0 +1,29 @@
+PokemonTower1F_Script:
+ jp EnableAutoTextBoxDrawing
+
+PokemonTower1F_TextPointers:
+ dw PokemonTower1Text1
+ dw PokemonTower1Text2
+ dw PokemonTower1Text3
+ dw PokemonTower1Text4
+ dw PokemonTower1Text5
+
+PokemonTower1Text1:
+ TX_FAR _PokemonTower1Text1
+ db "@"
+
+PokemonTower1Text2:
+ TX_FAR _PokemonTower1Text2
+ db "@"
+
+PokemonTower1Text3:
+ TX_FAR _PokemonTower1Text3
+ db "@"
+
+PokemonTower1Text4:
+ TX_FAR _PokemonTower1Text4
+ db "@"
+
+PokemonTower1Text5:
+ TX_FAR _PokemonTower1Text5
+ db "@"