diff options
| author | Tony Jih <tonyjih@gmail.com> | 2024-01-03 16:11:40 +0800 |
|---|---|---|
| committer | Tony Jih <tonyjih@gmail.com> | 2024-01-03 16:11:40 +0800 |
| commit | 88338832f9403cc6a7e510b56caada70bbac3bc9 (patch) | |
| tree | 2a4d364de04750b0e09981ea139fc6d29c33b156 /src | |
| parent | 3019a26d29278eda3df743e8c6e7a5b7f453fd13 (diff) | |
Bring back shopSpawnData
Diffstat (limited to 'src')
| -rw-r--r-- | src/manager/goronMerchantShopManager.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/manager/goronMerchantShopManager.c b/src/manager/goronMerchantShopManager.c index 9bb9dca7..ff1d1b56 100644 --- a/src/manager/goronMerchantShopManager.c +++ b/src/manager/goronMerchantShopManager.c @@ -49,7 +49,9 @@ inline static void CheckGoronKakera() { } void GoronMerchantShopManager_Main(GoronMerchantShopManager* this) { - + static const GoronShopSpawnData shopSpawnData[3] = { { 0x6e, 0x3, 0x210, 0x210 }, + { 0x71, 0x2, 0x220, 0x210 }, + { 0x73, 0x3, 0x230, 0x210 } }; const GoronShopSpawnData* spawnData; s32 count; |
