mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-03-15 12:23:59 +03:00
D-Pad control for path change in Map
This commit is contained in:
parent
5894a267e7
commit
9106bb7ba3
@ -3774,6 +3774,12 @@ bool Map_Input_CursorY(void) {
|
|||||||
stickY = 0;
|
stickY = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (gControllerPress[gMainController].button & D_JPAD) {
|
||||||
|
stickY = -30;
|
||||||
|
} else if (gControllerPress[gMainController].button & U_JPAD) {
|
||||||
|
stickY = +30;
|
||||||
|
}
|
||||||
|
|
||||||
if (stickY != 0) {
|
if (stickY != 0) {
|
||||||
if (D_menu_801CEFD4 == 0) {
|
if (D_menu_801CEFD4 == 0) {
|
||||||
ret = true;
|
ret = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user