diff options
author | Daniel Harding <33dannye@gmail.com> | 2018-07-18 17:20:30 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-18 17:20:30 -0500 |
commit | 783f5fe610c69006742b4976ab4f183f39512d89 (patch) | |
tree | cdbe7ea8c0430e64a89cad5e93b250f6291677c9 /src/macros/wram.asm | |
parent | 169dc3d8fdd5603efd1766acd9ad1b8c23093e7f (diff) | |
parent | eb87f849ff7a0ec07a27035fb183234ed04ef540 (diff) |
Merge pull request #46 from xCrystal/master
Finish bank 0 disasm ; Text engine and charmaps
Diffstat (limited to 'src/macros/wram.asm')
-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..ad6075f 100644 --- a/src/macros/wram.asm +++ b/src/macros/wram.asm @@ -39,6 +39,13 @@ move_data_struct: MACRO \1Animation:: ds 1 ENDM +text_header: MACRO +\1DefaultFont:: 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 |