diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2016-05-30 14:54:21 -0400 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-05-30 11:54:21 -0700 |
commit | 957c53e49567088fd3c8ffc09f82b1e91439988e (patch) | |
tree | 146d0ccfa712dfbfad1c97867dc78879fc5ded29 /asm/macros.s | |
parent | a4ad0945cd537d07e21660057708a523b31ad4ed (diff) |
Dump most of the text from data2 (#4)
* dump pokedex entries
* account for newline on new file
* fix incorrect pointer so pokeruby builds to same sha1
* text dumping part 1
* text dump part 2 & update macros
* text dump part 3, revenge of the whitespaces
* text dump part 4: a new commit
* text dump part 5: the merge conflict strikes back
* dump a huge chunk of texts
* remove byte hunting comments
* add proper align
* fix align
* consistency, who needs it - actually, everyone
* dump credits
* simplify names
* dump a load of text and update charmaps
* move credits.s back into data2
* dump trainer eye text
* remember to add this file you dummy
* incomplete bank dissassembly
* another ugly, incomplete mass dump
* dissassemble contest opponents and other incbins
* 1P
* dump the rest of text blobs from data2
* dump missing text incbin 1
* dump missing text incbins 2
* fix palette usage
* normalize palette usage to decimals
* remember to add the equal sign charmap you dummy
Diffstat (limited to 'asm/macros.s')
-rw-r--r-- | asm/macros.s | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/asm/macros.s b/asm/macros.s index d0afa8460..6dbc42190 100644 --- a/asm/macros.s +++ b/asm/macros.s @@ -97,3 +97,8 @@ .2byte 0x7fff .fill 6 @ padding .endm + + .macro credits_entry number, text + .4byte \number + .4byte \text + .endm |