diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-05-08 18:52:58 -0500 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-05-08 16:52:58 -0700 |
commit | e75c3262f37483d3503126bebf8bf8b7b662d345 (patch) | |
tree | bd8c4561f47417cf4aa33c6da23330cee1f141d0 /src/text.c | |
parent | e6868bbdb2b9a0f00085029817d3a451781973cd (diff) |
Decompile battle interface (#281)
* start decompiling
* more decompilation
* sub_8044804 refuses to match. moving on...
* decompile sub_80451A0
* more decompilation
* finish decompiling
* clean up a bit
* remove trailing whitespace and change tabs to spaces
Diffstat (limited to 'src/text.c')
-rw-r--r-- | src/text.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text.c b/src/text.c index 05f327adf..7be72833a 100644 --- a/src/text.c +++ b/src/text.c @@ -2338,7 +2338,7 @@ u8 sub_8003490(struct Window *win, u8 c, u16 tileDataStartOffset, u8 left, u8 to return retVal; } -void sub_80034D4(u8 *tileData, u8 *text) +void sub_80034D4(u8 *tileData, const u8 *text) { sub_8004E3C((struct WindowConfig *)&gWindowConfig_81E6C74, tileData, text); } |