diff options
author | PikalaxALT <pikalax1@gmail.com> | 2017-05-26 20:22:45 -0400 |
---|---|---|
committer | PikalaxALT <pikalax1@gmail.com> | 2017-05-26 20:23:56 -0400 |
commit | 03e4f7c9cf592feefc10c1276fb8f648a7fe2bcd (patch) | |
tree | 26ebd030ed1b613018a281b0e228152e329ba9a8 /src/easy_chat.c | |
parent | 21efe53b6805a0dcc5dcba7d1f78e9a7e7bd93c4 (diff) |
Rid code base of redundant SaveTVStruct and define unknown_2a98 as the last of 25 TVShow objects
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: |