mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-23 07:21:19 +00:00
Match En actors D-G (#1889)
* Match entity actors D-G * Remove SET_EN_GOROIWA_SPEED * Actually match z_en_elf.c * GET_EN_GOROIWA_SPEED -> EN_GOROIWA_SPEED
This commit is contained in:
parent
c86bf5011b
commit
1da87b1e7f
24 changed files with 160 additions and 98 deletions
|
@ -77,6 +77,7 @@ static u16 sStartingTextIds[] = {
|
|||
0x10A0, 0x10A1, 0x10A2, 0x10CA, 0x10CB, 0x10CC, 0x10CD, 0x10CE, 0x10CF, 0x10DC, 0x10DD,
|
||||
};
|
||||
|
||||
#if OOT_DEBUG
|
||||
static char* sItemDebugTxt[] = {
|
||||
"デクの実売り ", // "Deku Nuts"
|
||||
"デクの棒売り ", // "Deku Sticks"
|
||||
|
@ -90,6 +91,7 @@ static char* sItemDebugTxt[] = {
|
|||
"デクの棒持てる数を増やす", // "Deku Stick Upgrade"
|
||||
"デクの実持てる数を増やす", // "Deku Nut Upgrade"
|
||||
};
|
||||
#endif
|
||||
|
||||
static DnsItemEntry sItemDekuNuts = { 20, 5, GI_DEKU_NUTS_5_2, EnDns_CanBuyDekuNuts, EnDns_PayForDekuNuts };
|
||||
static DnsItemEntry sItemDekuSticks = { 15, 1, GI_DEKU_STICKS_1, EnDns_CanBuyDekuSticks, EnDns_PayPrice };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue