mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 06:24:30 +00:00
Rumble doc (#1375)
* Rumble doc * Fixes, suggested changes * Improve padmgr retrace callback related code * Name some rumble-adjacent things, further suggested changes * Further suggested changes * Suggested changes
This commit is contained in:
parent
82e04ede5f
commit
4f65d08eb5
59 changed files with 533 additions and 393 deletions
|
@ -171,6 +171,9 @@
|
|||
#define R_ITEM_AMMO_Y(i) VREG(68 + (i))
|
||||
#define R_ITEM_ICON_WIDTH(i) VREG(76 + (i))
|
||||
#define R_ITEM_BTN_WIDTH(i) VREG(80 + (i))
|
||||
#define R_GAME_OVER_RUMBLE_STRENGTH VREG(90)
|
||||
#define R_GAME_OVER_RUMBLE_DURATION VREG(91)
|
||||
#define R_GAME_OVER_RUMBLE_DECREASE_RATE VREG(92)
|
||||
#define R_DISABLE_INPUT_DISPLAY HREG(47)
|
||||
#define R_ENABLE_PLAY_LOGS HREG(63)
|
||||
#define R_EN_GOROIWA_SPEED mREG(12)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue