mirror of
https://github.com/zeldaret/tmc
synced 2026-08-29 09:10:06 -04:00
Merge branch 'master' into tilemap-docs
This commit is contained in:
@@ -331,7 +331,7 @@ void KinstoneMenu_Type5_Overlay0(void) {
|
||||
}
|
||||
|
||||
void KinstoneMenu_Type5_Overlay1(void) {
|
||||
if ((gMessage.doTextBox & 0x7f) == 0) {
|
||||
if ((gMessage.state & MESSAGE_ACTIVE) == 0) {
|
||||
gMenu.overlayType = 2;
|
||||
SoundReq(SFX_147);
|
||||
}
|
||||
|
||||
@@ -527,14 +527,14 @@ void PauseMenu_ItemMenu_Draw(void) {
|
||||
gOamCmd._8 = 0x800;
|
||||
DrawDirect(sub_080A5384_draw_constant0, 0x22);
|
||||
}
|
||||
i = GetMenuSlotForItem(gSave.stats.itemButtons[SLOT_A]);
|
||||
i = GetMenuSlotForItem(gSave.stats.equipped[SLOT_A]);
|
||||
if (i < MENU_SLOT_COUNT) {
|
||||
entry = &gItemMenuTable[i];
|
||||
gOamCmd.x = entry->x;
|
||||
gOamCmd.y = entry->y;
|
||||
DrawDirect(sub_080A5384_draw_constant0, 3);
|
||||
}
|
||||
i = GetMenuSlotForItem(gSave.stats.itemButtons[SLOT_B]);
|
||||
i = GetMenuSlotForItem(gSave.stats.equipped[SLOT_B]);
|
||||
if (i < MENU_SLOT_COUNT) {
|
||||
entry = &gItemMenuTable[i];
|
||||
gOamCmd.x = entry->x;
|
||||
|
||||
Reference in New Issue
Block a user