mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-12 19:04:38 +00:00
Arms_Hook OK (#210)
* Arms_Hook OK * cleanup * decr * remove redundant include * missed some things * rename things Co-authored-by: dark-samus <mathmcclintic@gmail.com>
This commit is contained in:
parent
4940621679
commit
67d13fe190
21 changed files with 341 additions and 906 deletions
|
@ -1134,7 +1134,7 @@ void Gameplay_Draw(GlobalContext* globalCtx) {
|
|||
|
||||
if ((globalCtx->transitionMode == 3) || (globalCtx->transitionMode == 11) ||
|
||||
(globalCtx->transitionCtx.transitionType >= 56)) {
|
||||
View view; // 0xA0
|
||||
View view; // 0xA0
|
||||
|
||||
View_Init(&view, gfxCtx);
|
||||
view.flags = 2 | 8;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue