mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 06:24:30 +00:00
Name one is-controller-valid symbol (#1060)
* Document `D_8012DBC0` as `isCtrlr2Valid` * `isCtrlr2Valid` missing `g` prefix * Run formatter
This commit is contained in:
parent
5f89b8543f
commit
70b858b724
6 changed files with 9 additions and 9 deletions
|
@ -127,7 +127,7 @@ void Title_Main(GameState* thisx) {
|
|||
Title_Calc(this);
|
||||
Title_Draw(this);
|
||||
|
||||
if (D_8012DBC0) {
|
||||
if (gIsCtrlr2Valid) {
|
||||
Gfx* gfx = POLY_OPA_DISP;
|
||||
s32 pad;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue