mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-02 22:14:33 +00:00
Document debug text drawing functions in z_debug.c (#1472)
* name functions and clean up some stuff * clean up function call args and use enum, format * slightly change comment * review * make things more debug cam oriented * rename buffer * regs update comment * move enum
This commit is contained in:
parent
1f76649b04
commit
04641a6b69
7 changed files with 234 additions and 184 deletions
|
@ -13195,7 +13195,7 @@ s32 func_8084FCAC(Player* this, PlayState* play) {
|
|||
speed = 20.0f;
|
||||
}
|
||||
|
||||
func_8006375C(3, 2, "DEBUG MODE");
|
||||
DbCamera_ScreenText(3, 2, "DEBUG MODE");
|
||||
|
||||
if (!CHECK_BTN_ALL(sControlInput->cur.button, BTN_L)) {
|
||||
if (CHECK_BTN_ALL(sControlInput->cur.button, BTN_B)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue