summaryrefslogtreecommitdiff
path: root/src/macros
diff options
context:
space:
mode:
Diffstat (limited to 'src/macros')
-rw-r--r--src/macros/wram.asm7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/macros/wram.asm b/src/macros/wram.asm
index cedb0dd..a904d87 100644
--- a/src/macros/wram.asm
+++ b/src/macros/wram.asm
@@ -39,6 +39,13 @@ move_data_struct: MACRO
\1Animation:: ds 1
ENDM
+text_struct: MACRO
+\1Unknown:: ds 1
+\1FontWidth:: ds 1
+\1Address:: ds 2
+\1RomBank:: ds 1
+ENDM
+
; TODO: Figure out what the rest are for
sprite_anim_struct: MACRO
\1Field0x00:: ds 1