diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-06-12 19:21:34 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-12 19:21:34 -0500 |
commit | 28364fcd3208e83b0e801fa1229fe3af5530b3aa (patch) | |
tree | f6ae1c2384f94e9914b95551cc6a4850ac3c53e4 /src/easy_chat.c | |
parent | f14f219929ec0390e385cb9eee9f10fda4baf73a (diff) | |
parent | e09e1da6c252e17cf6db429ad142b05dbf156548 (diff) |
Merge branch 'master' into decompile_battle_7
Diffstat (limited to 'src/easy_chat.c')
-rw-r--r-- | src/easy_chat.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/easy_chat.c b/src/easy_chat.c index b21b00368..b0168d3bc 100644 --- a/src/easy_chat.c +++ b/src/easy_chat.c @@ -216,15 +216,15 @@ void unref_sub_80EB684(u8 arg0, u16 arg1) { { case 5: c = 6; - ptr = (u16*)((void *)&gSaveBlock1.tvShows.shows[arg1] + 0x04); + ptr = (u16*)((void *)&gSaveBlock1.tvShows[arg1] + 0x04); break; case 7: c = 2; - ptr = (u16*)((void *)&gSaveBlock1.tvShows.shows[arg1] + 0x1C); + ptr = (u16*)((void *)&gSaveBlock1.tvShows[arg1] + 0x1C); break; case 8: c = 1; - ptr = (u16*)((void *)&gSaveBlock1.tvShows.shows[arg1] + 0x02); + ptr = (u16*)((void *)&gSaveBlock1.tvShows[arg1] + 0x02); break; default: |