Bring back shopSpawnData

This commit is contained in:
Tony Jih 2024-01-03 16:11:40 +08:00
parent 3019a26d29
commit 88338832f9
1 changed files with 3 additions and 1 deletions

View File

@ -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;