1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2024-11-11 03:39:59 +00:00
oot/src
Dragorn421 c55a8530ee
PlayerMeleeWeaponAnimation enum (#1154)
* Move `PlayerSwordAnimation` from `z_en_torch2.c` to `z64player.h`

* `PlayerSwordAnimation` -> `PlayerMeleeWeaponAnimation`

* Add `PWMA_` prefix to `PlayerMeleeWeaponAnimation` values

* Use `PlayerMeleeWeaponAnimation` enum more

* Add `PWMA_MAX`

* Update comments in z_en_kanban.c

* Some cleanup around conditionals with `meleeWeaponAnimation`

* Comment `PWMA_` index value in `D_80854190`

* `PMWA_` -> `PLAYER_MWA_`

* Minor fixup

* Missed one spot

* Run formatter
2022-03-09 12:52:28 -05:00
..
boot Add GCC compiler option. (#1056) 2022-02-19 16:50:56 -05:00
buffers
code PlayerMeleeWeaponAnimation enum (#1154) 2022-03-09 12:52:28 -05:00
dmadata Rework handling of dmadata (#1036) 2021-12-01 00:29:09 +01:00
elf_message Create macros for and decompile elf_message scripts (#999) 2021-11-16 18:04:31 -05:00
gcc_fix Add GCC compiler option. (#1056) 2022-02-19 16:50:56 -05:00
libultra Fix misc 6 (#1148) 2022-02-20 14:22:29 +01:00
overlays PlayerMeleeWeaponAnimation enum (#1154) 2022-03-09 12:52:28 -05:00