summaryrefslogtreecommitdiff
path: root/src/macros/wram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'src/macros/wram.asm')
-rw-r--r--src/macros/wram.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/macros/wram.asm b/src/macros/wram.asm
index a904d87..fc32615 100644
--- a/src/macros/wram.asm
+++ b/src/macros/wram.asm
@@ -40,10 +40,10 @@ move_data_struct: MACRO
ENDM
text_struct: MACRO
-\1Unknown:: ds 1
-\1FontWidth:: ds 1
-\1Address:: ds 2
-\1RomBank:: ds 1
+\1DefaultFont:: ds 1
+\1FontWidth:: ds 1
+\1Address:: ds 2
+\1RomBank:: ds 1
ENDM
; TODO: Figure out what the rest are for