Add revision 10 changes (#722)

* revision 10 changes

* add rev10 to github actions

* add no-intro entry for leafgreen rev10
This commit is contained in:
Rairii
2026-03-21 21:12:48 +00:00
committed by GitHub
parent 0a86141109
commit 8f00ac8fe6
58 changed files with 3103 additions and 79 deletions
+2 -2
View File
@@ -27,7 +27,7 @@ EWRAM_DATA u8 sDownArrowCounterAndYCoordIdx[8] = {};
EWRAM_DATA bool8 gGiftIsFromEReader = FALSE;
static void CreateMysteryGiftTask(void);
static void Task_MysteryGift(u8 taskId);
void Task_MysteryGift(u8 taskId);
extern void CreateEReaderTask(void);
static const u16 sTextboxBorder_Pal[] = INCBIN_U16("graphics/interface/mystery_gift_textbox_border.gbapal");
@@ -1110,7 +1110,7 @@ static void CreateMysteryGiftTask(void)
data->clientMsg = AllocZeroed(CLIENT_MAX_MSG_SIZE);
}
static void Task_MysteryGift(u8 taskId)
void Task_MysteryGift(u8 taskId)
{
struct MysteryGiftTaskData * data = (void *)gTasks[taskId].data;
bool32 successMsg, input;