mirror of https://github.com/zeldaret/tmc.git
Bring back shopSpawnData
This commit is contained in:
parent
3019a26d29
commit
88338832f9
|
@ -49,7 +49,9 @@ inline static void CheckGoronKakera() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void GoronMerchantShopManager_Main(GoronMerchantShopManager* this) {
|
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;
|
const GoronShopSpawnData* spawnData;
|
||||||
s32 count;
|
s32 count;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue