diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-11-21 09:00:41 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-11-21 09:00:41 -0500 |
commit | 77d7434df2bc6141b47d29c33fb617b29eef0fef (patch) | |
tree | 7212b566499c85cd58a151e7bb5d385dee506e3f /src/menews_jisan.c | |
parent | 6bcabeab1ec976284da95c34b57615fc9fa44970 (diff) | |
parent | 2ed26ab8fcd4e302ab4aac6bb01dba7b5c985914 (diff) |
Merge branch 'master' into quest_log
Diffstat (limited to 'src/menews_jisan.c')
-rw-r--r-- | src/menews_jisan.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/menews_jisan.c b/src/menews_jisan.c index 31540c411..13c787df7 100644 --- a/src/menews_jisan.c +++ b/src/menews_jisan.c @@ -89,12 +89,12 @@ void sub_8146C88(void) r5->unk_0_2 = 0; r5->unk_0_5 = 0; r5->unk_1 = 0; - VarSet(0x4028, 0); + VarSet(VAR_0x4028, 0); } void sub_8146CA4(void) { - u16 *r4 = GetVarPointer(0x4028); + u16 *r4 = GetVarPointer(VAR_0x4028); struct MysteryEventStruct *r2 = sub_8143D94(); struct MysteryEventStruct r0 = *r2; |