1
0
Fork 0
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:
fig02 2020-06-17 15:44:22 -04:00 committed by GitHub
parent 4940621679
commit 67d13fe190
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 341 additions and 906 deletions

View file

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