summaryrefslogtreecommitdiff
path: root/macros.asm
diff options
context:
space:
mode:
Diffstat (limited to 'macros.asm')
-rwxr-xr-xmacros.asm5
1 files changed, 4 insertions, 1 deletions
diff --git a/macros.asm b/macros.asm
index f465ddf..c477672 100755
--- a/macros.asm
+++ b/macros.asm
@@ -1,5 +1,9 @@
INCLUDE "macros/sound.asm"
+dex_text EQUS "db " ; Start beginning of pokedex description
+dex_line EQUS "db $0d," ; Start new line in pokedex description
+dex_end EQUS "db $00" ; Terminate the pokedex description
+
dbw: MACRO
db \1
dw \2
@@ -109,4 +113,3 @@ VIDEO_DATA_PALETTES: MACRO
dw $0000
dw (\2 << 1) | $1
ENDM
-