summaryrefslogtreecommitdiff
path: root/macros/text.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-11-10 16:53:37 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-11-10 16:53:37 -0500
commitd13fb46d405eb1cbc78c4f7c8823cfce5cfdbfab (patch)
treecc41006e4160aac7de10704bff7eaea30dc81591 /macros/text.asm
parentba05bfeafec51b183986ecaacd22c718ec21f56a (diff)
enum macros/move_anim.asm, resolve battle/anims.asm function labels
Diffstat (limited to 'macros/text.asm')
-rw-r--r--macros/text.asm1
1 files changed, 0 insertions, 1 deletions
diff --git a/macros/text.asm b/macros/text.asm
index d8b6fc717..6af4d109b 100644
--- a/macros/text.asm
+++ b/macros/text.asm
@@ -11,7 +11,6 @@ prompt EQUS "db $58" ; Prompt the player to end a text box (initiating some oth
page EQUS "db $50," ; Start a new Pokedex page.
dex EQUS "db $e8, $50" ; End a Pokedex entry.
-
; TX_RAM EQU $01
; TX_FAR EQU $16
enum_start 1