summaryrefslogtreecommitdiff
path: root/src/macros/wram.asm
diff options
context:
space:
mode:
authorxCrystal <rgr.crystal@gmail.com>2018-07-10 23:14:39 +0200
committerxCrystal <rgr.crystal@gmail.com>2018-07-10 23:14:39 +0200
commit1cb35e7d97933f146ad9ab7966bb496536aa3d93 (patch)
treedb984b49773cc45106335a47e3344bb07c78afcf /src/macros/wram.asm
parent1ef94a8af1a7232bf6e54911b16e0dd63c4f602f (diff)
More text engine
TODO: update charmaps and text/
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