mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-21 14:31:17 +00:00
Various minor fixes (#1383)
* Swap REGION_US and REGION_JP * Fix a few missing EXCH_ITEM enum values * Remove unnecessary casts on alloc functions * Fix a double slash in the spec file * Swap top and bottom args in StackCheck_Init * Remove some unnecessary & in array references * Run formatter * Fix the comments for US and JP codes
This commit is contained in:
parent
a2c8eabbc5
commit
78e528d6fb
23 changed files with 48 additions and 47 deletions
|
@ -343,7 +343,7 @@ void func_80B14634(EnTa* this, PlayState* play) {
|
|||
}
|
||||
} else {
|
||||
this->actor.textId = 0x702A;
|
||||
func_8002F298(&this->actor, play, 100.0f, 3);
|
||||
func_8002F298(&this->actor, play, 100.0f, EXCH_ITEM_CHICKEN);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -376,7 +376,7 @@ void func_80B14754(EnTa* this, PlayState* play) {
|
|||
}
|
||||
} else {
|
||||
this->actor.textId = 0x5015;
|
||||
func_8002F298(&this->actor, play, 100.0f, 6);
|
||||
func_8002F298(&this->actor, play, 100.0f, EXCH_ITEM_POCKET_CUCCO);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue