first d_menu_ring (item wheel) pass (#1928)

* first pass on d_menu_ring

* d_menu_item_explain mostly OK

* match ptmf's and sinit

* format d_menu_item_explain

* first item wheel pass to pr

* fix seStart calls

* d_menu_item_explain OK
This commit is contained in:
Trueffel
2023-09-16 19:16:57 +02:00
committed by GitHub
parent 2651100a04
commit 948188b17d
54 changed files with 2087 additions and 4610 deletions
+2 -2
View File
@@ -2175,8 +2175,8 @@ s8 dComIfGs_getWarpRoomNo() {
return dComIfGs_getLastWarpMarkRoomNo();
}
BOOL dComIfGs_getWarpMarkFlag() {
return dComIfGs_getLastWarpAcceptStage() >= 0;
bool dComIfGs_getWarpMarkFlag() {
return dComIfGs_getLastWarpAcceptStage() >= 0 ? 1 : 0;
}
void dComIfGs_setWarpMarkFlag(u8) {}