diff options
author | xCrystal <rgr.crystal@gmail.com> | 2018-07-10 11:52:24 +0200 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2018-07-10 11:52:24 +0200 |
commit | 1ef94a8af1a7232bf6e54911b16e0dd63c4f602f (patch) | |
tree | 92e823b0c3a81ea6a24f43fe8b87ed348e2887b0 /src/macros | |
parent | 3d15aab87f4d7430037257424ac83ef130198dc7 (diff) |
Document some text engine functions
Diffstat (limited to 'src/macros')
-rw-r--r-- | src/macros/wram.asm | 7 |
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 |