mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
Allow the bombers notebook to open, but you can't close it.
This commit is contained in:
@@ -1111,9 +1111,9 @@ void BombersNotebook_LoadFiles(BombersNotebook* this, s32 flag) {
|
||||
this->loadState = BOMBERS_NOTEBOOK_LOAD_STATE_STARTED;
|
||||
// fallthrough
|
||||
case BOMBERS_NOTEBOOK_LOAD_STATE_STARTED:
|
||||
if (osRecvMesg(&this->loadQueue, NULL, flag) == 0) {
|
||||
//if (osRecvMesg(&this->loadQueue, NULL, flag) == 0) {
|
||||
this->loadState = BOMBERS_NOTEBOOK_LOAD_STATE_DONE;
|
||||
}
|
||||
//}
|
||||
break;
|
||||
|
||||
default:
|
||||
@@ -1141,8 +1141,6 @@ void BombersNotebook_Update(PlayState* play, BombersNotebook* this, Input* input
|
||||
s32 stickAdjY = input->rel.stick_y;
|
||||
s32 cursorEntryScan;
|
||||
|
||||
// BENTODO
|
||||
return;
|
||||
|
||||
this->scheduleDmaSegmentStart = SEGMENT_ROM_START(schedule_dma_static_yar);
|
||||
this->scheduleDmaSegmentSize = SEGMENT_ROM_SIZE(schedule_dma_static_syms);
|
||||
|
||||
Reference in New Issue
Block a user