diff options
author | xCrystal <rgr.crystal@gmail.com> | 2018-07-10 23:14:39 +0200 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2018-07-10 23:14:39 +0200 |
commit | 1cb35e7d97933f146ad9ab7966bb496536aa3d93 (patch) | |
tree | db984b49773cc45106335a47e3344bb07c78afcf /src/macros/wram.asm | |
parent | 1ef94a8af1a7232bf6e54911b16e0dd63c4f602f (diff) |
More text engine
TODO: update charmaps and text/
Diffstat (limited to 'src/macros/wram.asm')
-rw-r--r-- | src/macros/wram.asm | 8 |
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 |