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 /tools/preproc/c_file.cpp | |
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 'tools/preproc/c_file.cpp')
-rw-r--r-- | tools/preproc/c_file.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/preproc/c_file.cpp b/tools/preproc/c_file.cpp index b996a04..59426ef 100644 --- a/tools/preproc/c_file.cpp +++ b/tools/preproc/c_file.cpp @@ -234,7 +234,7 @@ void CFile::TryConvertString() if (noTerminator) std::printf(" }"); else - std::printf("0xFF }"); + std::printf("0x00 }"); } bool CFile::CheckIdentifier(const std::string& ident) |