1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-03 06:24:30 +00:00

Decompile some more of z_player_lib (#137)

* Progress on z_player_lib, Named fields in Player struct

* More functions decompiled

* Matched another function

* A few more functions

* Ran formatter

* Rename some variables and add comments where appropriate, change types of unknowns

* Create PlayerActionFunc type

* Fix uncaught syntax error and issues from effects merge

* Rename invincible to invincibilityTimer, refactor long comments in Player struct

* Properly rename all occurences of invincibilityTimer
This commit is contained in:
Tharo 2020-05-20 01:15:48 +01:00 committed by GitHub
parent b8b334f90a
commit 5df0e9b6f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 567 additions and 67 deletions

View file

@ -33,9 +33,3 @@ glabel func_8008EEAC
/* B060C8 8008EF28 03E00008 */ jr $ra
/* B060CC 8008EF2C 00000000 */ nop
/* B060D0 8008EF30 8C831C44 */ lw $v1, 0x1c44($a0)
/* B060D4 8008EF34 3C010080 */ lui $at, 0x80
/* B060D8 8008EF38 8C62067C */ lw $v0, 0x67c($v1)
/* B060DC 8008EF3C 03E00008 */ jr $ra
/* B060E0 8008EF40 00411024 */ and $v0, $v0, $at

View file

@ -0,0 +1,6 @@
glabel func_8008EF40
/* B060D0 8008EF30 8C831C44 */ lw $v1, 0x1c44($a0)
/* B060D4 8008EF34 3C010080 */ lui $at, 0x80
/* B060D8 8008EF38 8C62067C */ lw $v0, 0x67c($v1)
/* B060DC 8008EF3C 03E00008 */ jr $ra
/* B060E0 8008EF40 00411024 */ and $v0, $v0, $at