aboutsummaryrefslogtreecommitdiffstats
path: root/text.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-01-23 15:55:33 -0500
committeryenatch <yenatch@gmail.com>2014-01-23 15:55:33 -0500
commitb4e8ec0901da238bf89ef8685355403a6960c29d (patch)
treeaca68f059beb028094d3c504cca03fd14cfcad4e /text.asm
parentBank constants for text.asm (diff)
downloadpokeyellow-b4e8ec0901da238bf89ef8685355403a6960c29d.tar.gz
pokeyellow-b4e8ec0901da238bf89ef8685355403a6960c29d.tar.xz
pokeyellow-b4e8ec0901da238bf89ef8685355403a6960c29d.zip
Make text.asm an object
Diffstat (limited to 'text.asm')
-rw-r--r--text.asm5
1 files changed, 5 insertions, 0 deletions
diff --git a/text.asm b/text.asm
index f8af577f..7f159502 100644
--- a/text.asm
+++ b/text.asm
@@ -1,3 +1,5 @@
+INCLUDE "globals.asm"
+
TEXT_1 EQU $20
TEXT_2 EQU $21
TEXT_3 EQU $22
@@ -13,6 +15,9 @@ TEXT_11 EQU $2a
POKEDEX_TEXT EQU $2b
MOVE_NAMES EQU $2c
+INCLUDE "macros.asm"
+
+
SECTION "Text 1", ROMX, BANK[TEXT_1]