diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-09-08 19:11:14 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-08 19:11:14 -0500 |
commit | 4e64934d5ff4d2f58d7b9d00c047cad2a06104aa (patch) | |
tree | e0f3b15432a7cd921b56bf91b8302de65516f184 /src/easy_chat.c | |
parent | 76320b6f84b61807e5265fe1e972e56ae9b4b6e3 (diff) | |
parent | 8d48b463ec11099fdc21ad8b709503e4b8e24f4c (diff) |
Merge pull request #424 from DizzyEggg/decompile_pokemon_menu
decompile pokemon menu
Diffstat (limited to 'src/easy_chat.c')
-rw-r--r-- | src/easy_chat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/easy_chat.c b/src/easy_chat.c index cca8c1355..214e4ef64 100644 --- a/src/easy_chat.c +++ b/src/easy_chat.c @@ -144,7 +144,7 @@ u8 *sub_80EB544(u8 *dst, u16 *words, u16 arg2, u16 arg3) u16 unref_sub_80EB5E0(u16 arg0) { - u8 *chars; + const u8 *chars; u16 i; u16 length; int group, word; |