diff options
author | Evan <eroelke@gmail.com> | 2019-11-24 16:57:31 -0700 |
---|---|---|
committer | Evan <eroelke@gmail.com> | 2019-11-24 16:57:31 -0700 |
commit | 3f92af3651452e873339d721903340003a86c526 (patch) | |
tree | 2cf83767e509bc6efe391fb1ccd99ae8e8a909e2 /src | |
parent | 697fabb98aef399d6178051df6a33418b59aa962 (diff) |
fix mart history struct
Diffstat (limited to 'src')
-rw-r--r-- | src/shop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shop.c b/src/shop.c index 923c7dc45..43b1361a1 100644 --- a/src/shop.c +++ b/src/shop.c @@ -1512,7 +1512,7 @@ static void nullsub_53(void) #ifdef NONMATCHING void sub_809C09C(u16 item, u16 quantity, u8 a2) { - struct Purchase *tmp; + struct MartHistory *tmp; if (gUnknown_203996C.unkA == a2) { |