diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-04-05 22:05:09 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-05 22:05:09 -0500 |
commit | d316d1e359c7672277a9cf644acd4e40170f5968 (patch) | |
tree | 82bc44e67d6219e53fac89caff5db22c5a394b1e /src/wonder_mail_pre.c | |
parent | 22fec43f1812cb863ad699b357bd593222ae140c (diff) |
Preproc all the data (#35)
* actually put C files in preproc and use it for formatted type names. Cleaned up makefile like pokeemerald
* finish adding all colors and text macros to charmap
* preproc all the data and use text macros
* move all of wonder_mail_1 to src
* unify wonder_mail and wonder_mail_mid
* small code cleanup
* name two more exclusive pokemon funcs
* decomp a few more wonder mail funcs
* clean up MemoryFill call
* doc more of wonder mail in main menu
Diffstat (limited to 'src/wonder_mail_pre.c')
-rw-r--r-- | src/wonder_mail_pre.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wonder_mail_pre.c b/src/wonder_mail_pre.c index 94ab51f..e6c2ecb 100644 --- a/src/wonder_mail_pre.c +++ b/src/wonder_mail_pre.c @@ -92,7 +92,7 @@ u32 sub_8027F88(void) gUnknown_203B2C0->unk42E = 0; gUnknown_203B2C0->unk428 = 2; gUnknown_203B2C0->unk42A = 8; - for(counter = 0; counter < 0x36; counter++){ + for(counter = 0; counter < 0x36; counter++){ gUnknown_203B2C0->unk8[counter] = 0; } gUnknown_203B2C0->unk0 = 0x3D; |