2020-10-03 15:22:44 +00:00
|
|
|
|
#include "global.h"
|
2022-11-01 23:17:11 +00:00
|
|
|
|
#include "terminal.h"
|
2022-06-06 19:37:25 +00:00
|
|
|
|
#include "assets/textures/parameter_static/parameter_static.h"
|
|
|
|
|
#include "assets/textures/do_action_static/do_action_static.h"
|
|
|
|
|
#include "assets/textures/icon_item_static/icon_item_static.h"
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
z_message_PAL, message_data_static and surrounding doc (#996)
* Initial progress on z_message_PAL, very messy
* Fix merge
* Some more progress
* Fix merge
* More z_message_PAL
* Small progress
* More small progress
* message_data_static files OK
* Prepare z_message_tables
* Matched another function, small updates
* Attempt to use asm-processor static-symbols branch
* Refactor text id declarations
* Begin large text codes parser function
* Fix merge
* Refactor done
* Build OK, add color and highscore names
* Remove encoded text headers and automatically encode during build
* Fix kanfont
* Various cleanups
* DISP macros
* Another match aside data
* Further progress
* Small improvements
* Deduplicate magic values for text control codes, small improvements
* Tiny progress
* Minor cleanups
* Clean up z_message_PAL comment
* Progress on large functions
* Further progress on large functions
* Changes to mkldscript to link .data in the .rodata section
* data OK
* Few improvements
* Use gDPLoadTextureBlock macros where appropriate
* rm z_message_tables, progress on large functions
* 2 more matches
* Improvements
* Small progress
* More progress on big function
* progress
* match func_80107980
* match Message_Update
* match func_8010BED8
* done
* Progress on remaining large functions
* Small progress on largest function
* Another match, extract text and move to assets, improve text build system
* Small nonmatchings improvements
* docs wip
* Largest function maybe equivalent
* Fix merge
* Document do_action values, largest function is almost instruction-matching
* Rename NAVI do_action to NONE, as that appears to be how that value is used in practice
* Fix merge
* one match
* Last function is instruction-matching
* Fix
* Improvements thanks to engineer124
* Stack matched thanks to petrie911, now just a/v/low t regalloc issues, some cleanup
* More variables labeled, use text state enum everywhere
* More labels and names
* Fix
* Actor_IsTalking -> Actor_TalkRequested
* Match func_8010C39C and remove unused asm
* More docs
* Mostly ocarina related docs
* All msgModes named
* Fix assetclean
* Cleanup
* Extraction fixes and headers
* Suggestions
* Review suggestions
* Change text extraction again, only extract if the headers do not already exist
* Fix
* Use ast for charmap, fix assetclean for real this time
* Review suggestions
* BGM ids and ran formatter
* Review comments
* rename include_readonly to include_data_with_rodata
* Remove leading 0s in number directives
* Review suggestions for message_data_static
* textbox pos enum comments, rename several enum names from Message to TextBox
Co-authored-by: Thar0 <maximilianc64@gmail.com>
Co-authored-by: Zelllll <56516451+Zelllll@users.noreply.github.com>
Co-authored-by: petrie911 <pmontag@DESKTOP-LG8A167.localdomain>
Co-authored-by: Roman971 <romanlasnier@hotmail.com>
2021-11-23 01:20:30 +00:00
|
|
|
|
// TODO extract this information from the texture definitions themselves
|
|
|
|
|
#define DO_ACTION_TEX_WIDTH 48
|
|
|
|
|
#define DO_ACTION_TEX_HEIGHT 16
|
|
|
|
|
#define DO_ACTION_TEX_SIZE ((DO_ACTION_TEX_WIDTH * DO_ACTION_TEX_HEIGHT) / 2) // (sizeof(gCheckDoActionENGTex))
|
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
typedef struct {
|
2022-07-31 23:44:47 +00:00
|
|
|
|
/* 0x00 */ u8 sceneId;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
/* 0x01 */ u8 flags1;
|
|
|
|
|
/* 0x02 */ u8 flags2;
|
|
|
|
|
/* 0x03 */ u8 flags3;
|
2022-08-24 01:13:03 +00:00
|
|
|
|
} RestrictionFlags; // size = 0x4
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2021-06-15 17:29:10 +00:00
|
|
|
|
static RestrictionFlags sRestrictionFlags[] = {
|
2020-03-22 21:19:43 +00:00
|
|
|
|
{ SCENE_SPOT00, 0x00, 0x00, 0x10 },
|
|
|
|
|
{ SCENE_SPOT01, 0x00, 0x00, 0x10 },
|
|
|
|
|
{ SCENE_SPOT02, 0x00, 0x00, 0x10 },
|
|
|
|
|
{ SCENE_SPOT03, 0x00, 0x00, 0x10 },
|
|
|
|
|
{ SCENE_SPOT04, 0x00, 0x00, 0x10 },
|
|
|
|
|
{ SCENE_SPOT05, 0x00, 0x00, 0x10 },
|
|
|
|
|
{ SCENE_SPOT06, 0x00, 0x00, 0x10 },
|
|
|
|
|
{ SCENE_SPOT07, 0x00, 0x00, 0x10 },
|
|
|
|
|
{ SCENE_SPOT08, 0x00, 0x00, 0x10 },
|
|
|
|
|
{ SCENE_SPOT09, 0x00, 0x00, 0x10 },
|
|
|
|
|
{ SCENE_SPOT10, 0x00, 0x00, 0x10 },
|
|
|
|
|
{ SCENE_SPOT11, 0x00, 0x00, 0x10 },
|
|
|
|
|
{ SCENE_SPOT12, 0x00, 0x00, 0x10 },
|
|
|
|
|
{ SCENE_SPOT13, 0x00, 0x00, 0x10 },
|
|
|
|
|
{ SCENE_SPOT15, 0x00, 0x00, 0x10 },
|
|
|
|
|
{ SCENE_GANON_TOU, 0x00, 0x00, 0x10 },
|
|
|
|
|
{ SCENE_SPOT16, 0x00, 0x00, 0x10 },
|
|
|
|
|
{ SCENE_SPOT17, 0x00, 0x00, 0x10 },
|
|
|
|
|
{ SCENE_SPOT18, 0x00, 0x00, 0x10 },
|
|
|
|
|
{ SCENE_SPOT20, 0x00, 0x00, 0x10 },
|
|
|
|
|
{ SCENE_TOKINOMA, 0x00, 0x10, 0x15 },
|
|
|
|
|
{ SCENE_KENJYANOMA, 0xA2, 0xAA, 0xAA },
|
|
|
|
|
{ SCENE_SYATEKIJYOU, 0x11, 0x55, 0x55 },
|
|
|
|
|
{ SCENE_HAIRAL_NIWA, 0x11, 0x55, 0x55 },
|
|
|
|
|
{ SCENE_HAIRAL_NIWA_N, 0x11, 0x55, 0x55 },
|
|
|
|
|
{ SCENE_HAKAANA, 0x00, 0x00, 0xD0 },
|
|
|
|
|
{ SCENE_HAKAANA2, 0x00, 0x00, 0xD0 },
|
|
|
|
|
{ SCENE_HAKAANA_OUKE, 0x00, 0x00, 0xD0 },
|
|
|
|
|
{ SCENE_DAIYOUSEI_IZUMI, 0x00, 0x00, 0x10 },
|
|
|
|
|
{ SCENE_YOUSEI_IZUMI_TATE, 0x00, 0x00, 0xD0 },
|
|
|
|
|
{ SCENE_YOUSEI_IZUMI_YOKO, 0x00, 0x00, 0x10 },
|
|
|
|
|
{ SCENE_GANON_FINAL, 0x00, 0x05, 0x50 },
|
|
|
|
|
{ SCENE_NAKANIWA, 0x00, 0x05, 0x54 },
|
|
|
|
|
{ SCENE_TURIBORI, 0x11, 0x55, 0x55 },
|
|
|
|
|
{ SCENE_BOWLING, 0x11, 0x55, 0x55 },
|
|
|
|
|
{ SCENE_SOUKO, 0x00, 0x10, 0x15 },
|
|
|
|
|
{ SCENE_MIHARIGOYA, 0x00, 0x10, 0x14 },
|
|
|
|
|
{ SCENE_MAHOUYA, 0x10, 0x15, 0x55 },
|
|
|
|
|
{ SCENE_TAKARAYA, 0x10, 0x15, 0x55 },
|
|
|
|
|
{ SCENE_KINSUTA, 0x00, 0x10, 0x15 },
|
|
|
|
|
{ SCENE_ENTRA, 0x00, 0x10, 0x15 },
|
|
|
|
|
{ SCENE_ENTRA_N, 0x00, 0x10, 0x15 },
|
|
|
|
|
{ SCENE_ENRUI, 0x00, 0x10, 0xD5 },
|
|
|
|
|
{ SCENE_MARKET_DAY, 0x00, 0x10, 0x15 },
|
|
|
|
|
{ SCENE_MARKET_NIGHT, 0x00, 0x10, 0x15 },
|
|
|
|
|
{ SCENE_MARKET_RUINS, 0x00, 0x10, 0xD5 },
|
|
|
|
|
{ SCENE_MARKET_ALLEY, 0x00, 0x10, 0x15 },
|
|
|
|
|
{ SCENE_MARKET_ALLEY_N, 0x00, 0x10, 0x15 },
|
|
|
|
|
{ SCENE_SHRINE, 0x00, 0x10, 0x15 },
|
|
|
|
|
{ SCENE_SHRINE_N, 0x00, 0x10, 0x15 },
|
|
|
|
|
{ SCENE_SHRINE_R, 0x00, 0x10, 0xD5 },
|
|
|
|
|
{ SCENE_LINK_HOME, 0x10, 0x10, 0x15 },
|
|
|
|
|
{ SCENE_KAKARIKO, 0x10, 0x10, 0x15 },
|
|
|
|
|
{ SCENE_KAKARIKO3, 0x10, 0x10, 0x15 },
|
|
|
|
|
{ SCENE_KOKIRI_HOME, 0x10, 0x10, 0x15 },
|
|
|
|
|
{ SCENE_KOKIRI_HOME3, 0x10, 0x10, 0x15 },
|
|
|
|
|
{ SCENE_KOKIRI_HOME4, 0x10, 0x10, 0x15 },
|
|
|
|
|
{ SCENE_KOKIRI_HOME5, 0x10, 0x10, 0x15 },
|
|
|
|
|
{ SCENE_MALON_STABLE, 0x10, 0x10, 0x15 },
|
|
|
|
|
{ SCENE_HUT, 0x10, 0x10, 0x15 },
|
|
|
|
|
{ SCENE_IMPA, 0x10, 0x10, 0x15 },
|
|
|
|
|
{ SCENE_LABO, 0x10, 0x10, 0x15 },
|
|
|
|
|
{ SCENE_HYLIA_LABO, 0x00, 0x10, 0x15 },
|
|
|
|
|
{ SCENE_TENT, 0x10, 0x10, 0x15 },
|
|
|
|
|
{ SCENE_SHOP1, 0x10, 0x10, 0x15 },
|
|
|
|
|
{ SCENE_KOKIRI_SHOP, 0x10, 0x10, 0x15 },
|
|
|
|
|
{ SCENE_GOLON, 0x10, 0x10, 0x15 },
|
|
|
|
|
{ SCENE_ZOORA, 0x10, 0x10, 0x15 },
|
|
|
|
|
{ SCENE_DRAG, 0x10, 0x10, 0x15 },
|
|
|
|
|
{ SCENE_ALLEY_SHOP, 0x10, 0x10, 0x15 },
|
|
|
|
|
{ SCENE_NIGHT_SHOP, 0x10, 0x10, 0x15 },
|
|
|
|
|
{ SCENE_FACE_SHOP, 0x10, 0x10, 0x15 },
|
|
|
|
|
{ SCENE_MEN, 0x00, 0x03, 0x10 },
|
|
|
|
|
{ SCENE_YDAN, 0x00, 0x00, 0x00 },
|
|
|
|
|
{ SCENE_YDAN_BOSS, 0x00, 0x45, 0x50 },
|
|
|
|
|
{ SCENE_DDAN, 0x00, 0x00, 0x00 },
|
|
|
|
|
{ SCENE_DDAN_BOSS, 0x00, 0x45, 0x50 },
|
|
|
|
|
{ SCENE_BDAN, 0x00, 0x00, 0x00 },
|
|
|
|
|
{ SCENE_BDAN_BOSS, 0x00, 0x45, 0x50 },
|
|
|
|
|
{ SCENE_BMORI1, 0x00, 0x00, 0x00 },
|
|
|
|
|
{ SCENE_MORIBOSSROOM, 0x00, 0x45, 0x50 },
|
|
|
|
|
{ SCENE_HAKADANCH, 0x00, 0x00, 0x00 },
|
|
|
|
|
{ SCENE_HAKADAN, 0x00, 0x00, 0x00 },
|
|
|
|
|
{ SCENE_HAKADAN_BS, 0x00, 0x45, 0x50 },
|
|
|
|
|
{ SCENE_HIDAN, 0x00, 0x00, 0x00 },
|
|
|
|
|
{ SCENE_FIRE_BS, 0x00, 0x45, 0x50 },
|
|
|
|
|
{ SCENE_MIZUSIN, 0x00, 0x00, 0x00 },
|
|
|
|
|
{ SCENE_MIZUSIN_BS, 0x00, 0x45, 0x50 },
|
|
|
|
|
{ SCENE_JYASINZOU, 0x00, 0x00, 0x00 },
|
|
|
|
|
{ SCENE_JYASINBOSS, 0x00, 0x45, 0x50 },
|
|
|
|
|
{ SCENE_GANON, 0x00, 0x00, 0x00 },
|
|
|
|
|
{ SCENE_GANON_BOSS, 0x00, 0x45, 0x50 },
|
|
|
|
|
{ SCENE_ICE_DOUKUTO, 0x00, 0x00, 0xC0 },
|
|
|
|
|
{ SCENE_HAKASITARELAY, 0x00, 0x03, 0x14 },
|
|
|
|
|
{ SCENE_GANONTIKA, 0x00, 0x03, 0x10 },
|
|
|
|
|
{ SCENE_GANON_DEMO, 0x00, 0x45, 0x50 },
|
|
|
|
|
{ SCENE_GANON_SONOGO, 0x00, 0x05, 0x50 },
|
|
|
|
|
{ SCENE_GANONTIKA_SONOGO, 0x00, 0x05, 0x50 },
|
|
|
|
|
{ SCENE_GERUDOWAY, 0x00, 0x00, 0x10 },
|
|
|
|
|
{ SCENE_KAKUSIANA, 0x00, 0x00, 0xD0 },
|
|
|
|
|
{ 0xFF, 0x00, 0x00, 0x00 },
|
2020-03-17 04:31:30 +00:00
|
|
|
|
};
|
|
|
|
|
|
2021-06-15 17:29:10 +00:00
|
|
|
|
static s16 sHBAScoreTier = 0;
|
|
|
|
|
static u16 sHBAScoreDigits[] = { 0, 0, 0, 0 };
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2021-06-15 17:29:10 +00:00
|
|
|
|
static u16 sCUpInvisible = 0;
|
|
|
|
|
static u16 sCUpTimer = 0;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-11-16 18:23:27 +00:00
|
|
|
|
s16 gSpoilingItems[] = { ITEM_ODD_MUSHROOM, ITEM_EYEBALL_FROG, ITEM_EYE_DROPS };
|
2020-03-17 04:31:30 +00:00
|
|
|
|
s16 gSpoilingItemReverts[] = { ITEM_COJIRO, ITEM_PRESCRIPTION, ITEM_PRESCRIPTION };
|
|
|
|
|
|
2021-06-15 17:29:10 +00:00
|
|
|
|
static s16 sMagicBorderR = 255;
|
|
|
|
|
static s16 sMagicBorderG = 255;
|
|
|
|
|
static s16 sMagicBorderB = 255;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2021-06-15 17:29:10 +00:00
|
|
|
|
static s16 sExtraItemBases[] = {
|
2022-11-16 18:23:27 +00:00
|
|
|
|
ITEM_DEKU_STICK, // ITEM_DEKU_STICKS_5
|
|
|
|
|
ITEM_DEKU_STICK, // ITEM_DEKU_STICKS_10
|
|
|
|
|
ITEM_DEKU_NUT, // ITEM_DEKU_NUTS_5
|
|
|
|
|
ITEM_DEKU_NUT, // ITEM_DEKU_NUTS_10
|
|
|
|
|
ITEM_BOMB, // ITEM_BOMBS_5
|
|
|
|
|
ITEM_BOMB, // ITEM_BOMBS_10
|
|
|
|
|
ITEM_BOMB, // ITEM_BOMBS_20
|
|
|
|
|
ITEM_BOMB, // ITEM_BOMBS_30
|
|
|
|
|
ITEM_BOW, // ITEM_ARROWS_5
|
|
|
|
|
ITEM_BOW, // ITEM_ARROWS_10
|
|
|
|
|
ITEM_BOW, // ITEM_ARROWS_30
|
|
|
|
|
ITEM_DEKU_SEEDS, // ITEM_DEKU_SEEDS_30
|
|
|
|
|
ITEM_BOMBCHU, // ITEM_BOMBCHUS_5
|
|
|
|
|
ITEM_BOMBCHU, // ITEM_BOMBCHUS_20
|
|
|
|
|
ITEM_DEKU_STICK, // ITEM_DEKU_STICK_UPGRADE_20
|
|
|
|
|
ITEM_DEKU_STICK, // ITEM_DEKU_STICK_UPGRADE_30
|
|
|
|
|
ITEM_DEKU_NUT, // ITEM_DEKU_NUT_UPGRADE_30
|
|
|
|
|
ITEM_DEKU_NUT, // ITEM_DEKU_NUT_UPGRADE_40
|
2020-03-17 04:31:30 +00:00
|
|
|
|
};
|
|
|
|
|
|
2021-06-15 17:29:10 +00:00
|
|
|
|
static s16 D_80125A58 = 0;
|
2022-04-23 14:41:17 +00:00
|
|
|
|
static s16 D_80125A5C = false;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2021-06-15 17:29:10 +00:00
|
|
|
|
static Gfx sSetupDL_80125A60[] = {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
gsDPPipeSync(),
|
2020-03-22 21:19:43 +00:00
|
|
|
|
gsSPClearGeometryMode(G_ZBUFFER | G_SHADE | G_CULL_BOTH | G_FOG | G_LIGHTING | G_TEXTURE_GEN |
|
|
|
|
|
G_TEXTURE_GEN_LINEAR | G_SHADING_SMOOTH | G_LOD),
|
|
|
|
|
gsDPSetOtherMode(G_AD_DISABLE | G_CD_MAGICSQ | G_CK_NONE | G_TC_FILT | G_TF_BILERP | G_TT_NONE | G_TL_TILE |
|
|
|
|
|
G_TD_CLAMP | G_TP_NONE | G_CYC_1CYCLE | G_PM_1PRIMITIVE,
|
2020-03-17 04:31:30 +00:00
|
|
|
|
G_AC_NONE | G_ZS_PIXEL | G_RM_CLD_SURF | G_RM_CLD_SURF2),
|
2020-04-05 19:41:49 +00:00
|
|
|
|
gsDPSetCombineMode(G_CC_PRIMITIVE, G_CC_PRIMITIVE),
|
2020-03-17 04:31:30 +00:00
|
|
|
|
gsSPEndDisplayList(),
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
// original name: "alpha_change"
|
2020-03-22 21:19:43 +00:00
|
|
|
|
void Interface_ChangeAlpha(u16 alphaType) {
|
|
|
|
|
if (alphaType != gSaveContext.unk_13EA) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
osSyncPrintf("ALPHAーTYPE=%d LAST_TIME_TYPE=%d\n", alphaType, gSaveContext.unk_13EE);
|
|
|
|
|
gSaveContext.unk_13EA = gSaveContext.unk_13E8 = alphaType;
|
|
|
|
|
gSaveContext.unk_13EC = 1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
void func_80082644(PlayState* play, s16 alpha) {
|
|
|
|
|
InterfaceContext* interfaceCtx = &play->interfaceCtx;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.buttonStatus[0] == BTN_DISABLED) {
|
2020-07-17 01:37:53 +00:00
|
|
|
|
if (interfaceCtx->bAlpha != 70) {
|
|
|
|
|
interfaceCtx->bAlpha = 70;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
|
|
|
|
} else {
|
2020-07-17 01:37:53 +00:00
|
|
|
|
if (interfaceCtx->bAlpha != 255) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->bAlpha = alpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.buttonStatus[1] == BTN_DISABLED) {
|
2020-07-17 01:37:53 +00:00
|
|
|
|
if (interfaceCtx->cLeftAlpha != 70) {
|
|
|
|
|
interfaceCtx->cLeftAlpha = 70;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
|
|
|
|
} else {
|
2020-07-17 01:37:53 +00:00
|
|
|
|
if (interfaceCtx->cLeftAlpha != 255) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->cLeftAlpha = alpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.buttonStatus[2] == BTN_DISABLED) {
|
2020-07-17 01:37:53 +00:00
|
|
|
|
if (interfaceCtx->cDownAlpha != 70) {
|
|
|
|
|
interfaceCtx->cDownAlpha = 70;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
|
|
|
|
} else {
|
2020-07-17 01:37:53 +00:00
|
|
|
|
if (interfaceCtx->cDownAlpha != 255) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->cDownAlpha = alpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.buttonStatus[3] == BTN_DISABLED) {
|
2020-07-17 01:37:53 +00:00
|
|
|
|
if (interfaceCtx->cRightAlpha != 70) {
|
|
|
|
|
interfaceCtx->cRightAlpha = 70;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
|
|
|
|
} else {
|
2020-07-17 01:37:53 +00:00
|
|
|
|
if (interfaceCtx->cRightAlpha != 255) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->cRightAlpha = alpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.buttonStatus[4] == BTN_DISABLED) {
|
2020-07-17 01:37:53 +00:00
|
|
|
|
if (interfaceCtx->aAlpha != 70) {
|
|
|
|
|
interfaceCtx->aAlpha = 70;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
|
|
|
|
} else {
|
2020-07-17 01:37:53 +00:00
|
|
|
|
if (interfaceCtx->aAlpha != 255) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->aAlpha = alpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
void func_8008277C(PlayState* play, s16 maxAlpha, s16 alpha) {
|
|
|
|
|
InterfaceContext* interfaceCtx = &play->interfaceCtx;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (gSaveContext.unk_13E7 != 0) {
|
2022-05-21 18:23:43 +00:00
|
|
|
|
func_80082644(play, alpha);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if ((interfaceCtx->bAlpha != 0) && (interfaceCtx->bAlpha > maxAlpha)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->bAlpha = maxAlpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if ((interfaceCtx->aAlpha != 0) && (interfaceCtx->aAlpha > maxAlpha)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->aAlpha = maxAlpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if ((interfaceCtx->cLeftAlpha != 0) && (interfaceCtx->cLeftAlpha > maxAlpha)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->cLeftAlpha = maxAlpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if ((interfaceCtx->cDownAlpha != 0) && (interfaceCtx->cDownAlpha > maxAlpha)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->cDownAlpha = maxAlpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if ((interfaceCtx->cRightAlpha != 0) && (interfaceCtx->cRightAlpha > maxAlpha)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->cRightAlpha = maxAlpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
void func_80082850(PlayState* play, s16 maxAlpha) {
|
|
|
|
|
InterfaceContext* interfaceCtx = &play->interfaceCtx;
|
2021-02-14 00:49:40 +00:00
|
|
|
|
s16 alpha = 255 - maxAlpha;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
switch (gSaveContext.unk_13E8) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
case 1:
|
|
|
|
|
case 2:
|
|
|
|
|
case 8:
|
|
|
|
|
osSyncPrintf("a_alpha=%d, c_alpha=%d → ", interfaceCtx->aAlpha, interfaceCtx->cLeftAlpha);
|
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (gSaveContext.unk_13E8 == 8) {
|
2020-07-17 01:37:53 +00:00
|
|
|
|
if (interfaceCtx->bAlpha != 255) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->bAlpha = alpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
|
|
|
|
} else {
|
|
|
|
|
if ((interfaceCtx->bAlpha != 0) && (interfaceCtx->bAlpha > maxAlpha)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->bAlpha = maxAlpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if ((interfaceCtx->aAlpha != 0) && (interfaceCtx->aAlpha > maxAlpha)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->aAlpha = maxAlpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if ((interfaceCtx->cLeftAlpha != 0) && (interfaceCtx->cLeftAlpha > maxAlpha)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->cLeftAlpha = maxAlpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if ((interfaceCtx->cDownAlpha != 0) && (interfaceCtx->cDownAlpha > maxAlpha)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->cDownAlpha = maxAlpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if ((interfaceCtx->cRightAlpha != 0) && (interfaceCtx->cRightAlpha > maxAlpha)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->cRightAlpha = maxAlpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if ((interfaceCtx->healthAlpha != 0) && (interfaceCtx->healthAlpha > maxAlpha)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->healthAlpha = maxAlpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if ((interfaceCtx->magicAlpha != 0) && (interfaceCtx->magicAlpha > maxAlpha)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->magicAlpha = maxAlpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if ((interfaceCtx->minimapAlpha != 0) && (interfaceCtx->minimapAlpha > maxAlpha)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->minimapAlpha = maxAlpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
|
|
osSyncPrintf("a_alpha=%d, c_alpha=%d\n", interfaceCtx->aAlpha, interfaceCtx->cLeftAlpha);
|
|
|
|
|
|
|
|
|
|
break;
|
|
|
|
|
case 3:
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if ((interfaceCtx->aAlpha != 0) && (interfaceCtx->aAlpha > maxAlpha)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->aAlpha = maxAlpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
func_8008277C(play, maxAlpha, alpha);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if ((interfaceCtx->magicAlpha != 0) && (interfaceCtx->magicAlpha > maxAlpha)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->magicAlpha = maxAlpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if ((interfaceCtx->minimapAlpha != 0) && (interfaceCtx->minimapAlpha > maxAlpha)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->minimapAlpha = maxAlpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-07-17 01:37:53 +00:00
|
|
|
|
if (interfaceCtx->healthAlpha != 255) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->healthAlpha = alpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
|
|
break;
|
|
|
|
|
case 4:
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if ((interfaceCtx->bAlpha != 0) && (interfaceCtx->bAlpha > maxAlpha)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->bAlpha = maxAlpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if ((interfaceCtx->aAlpha != 0) && (interfaceCtx->aAlpha > maxAlpha)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->aAlpha = maxAlpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if ((interfaceCtx->cLeftAlpha != 0) && (interfaceCtx->cLeftAlpha > maxAlpha)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->cLeftAlpha = maxAlpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if ((interfaceCtx->cDownAlpha != 0) && (interfaceCtx->cDownAlpha > maxAlpha)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->cDownAlpha = maxAlpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if ((interfaceCtx->cRightAlpha != 0) && (interfaceCtx->cRightAlpha > maxAlpha)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->cRightAlpha = maxAlpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if ((interfaceCtx->healthAlpha != 0) && (interfaceCtx->healthAlpha > maxAlpha)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->healthAlpha = maxAlpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if ((interfaceCtx->magicAlpha != 0) && (interfaceCtx->magicAlpha > maxAlpha)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->magicAlpha = maxAlpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if ((interfaceCtx->minimapAlpha != 0) && (interfaceCtx->minimapAlpha > maxAlpha)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->minimapAlpha = maxAlpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-07-17 01:37:53 +00:00
|
|
|
|
if (interfaceCtx->aAlpha != 255) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->aAlpha = alpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
|
|
break;
|
|
|
|
|
case 5:
|
2022-05-21 18:23:43 +00:00
|
|
|
|
func_8008277C(play, maxAlpha, alpha);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if ((interfaceCtx->minimapAlpha != 0) && (interfaceCtx->minimapAlpha > maxAlpha)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->minimapAlpha = maxAlpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-07-17 01:37:53 +00:00
|
|
|
|
if (interfaceCtx->aAlpha != 255) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->aAlpha = alpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-07-17 01:37:53 +00:00
|
|
|
|
if (interfaceCtx->healthAlpha != 255) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->healthAlpha = alpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-07-17 01:37:53 +00:00
|
|
|
|
if (interfaceCtx->magicAlpha != 255) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->magicAlpha = alpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
|
|
break;
|
|
|
|
|
case 6:
|
2022-05-21 18:23:43 +00:00
|
|
|
|
func_8008277C(play, maxAlpha, alpha);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-07-17 01:37:53 +00:00
|
|
|
|
if (interfaceCtx->aAlpha != 255) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->aAlpha = alpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-07-17 01:37:53 +00:00
|
|
|
|
if (interfaceCtx->healthAlpha != 255) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->healthAlpha = alpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-07-17 01:37:53 +00:00
|
|
|
|
if (interfaceCtx->magicAlpha != 255) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->magicAlpha = alpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-07-31 23:44:47 +00:00
|
|
|
|
switch (play->sceneId) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
case SCENE_SPOT00:
|
|
|
|
|
case SCENE_SPOT01:
|
|
|
|
|
case SCENE_SPOT02:
|
|
|
|
|
case SCENE_SPOT03:
|
|
|
|
|
case SCENE_SPOT04:
|
|
|
|
|
case SCENE_SPOT05:
|
|
|
|
|
case SCENE_SPOT06:
|
|
|
|
|
case SCENE_SPOT07:
|
|
|
|
|
case SCENE_SPOT08:
|
|
|
|
|
case SCENE_SPOT09:
|
|
|
|
|
case SCENE_SPOT10:
|
|
|
|
|
case SCENE_SPOT11:
|
|
|
|
|
case SCENE_SPOT12:
|
|
|
|
|
case SCENE_SPOT13:
|
|
|
|
|
case SCENE_SPOT15:
|
|
|
|
|
case SCENE_SPOT16:
|
|
|
|
|
case SCENE_SPOT17:
|
|
|
|
|
case SCENE_SPOT18:
|
|
|
|
|
case SCENE_SPOT20:
|
|
|
|
|
case SCENE_GANON_TOU:
|
2020-07-17 01:37:53 +00:00
|
|
|
|
if (interfaceCtx->minimapAlpha < 170) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->minimapAlpha = alpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2020-07-17 01:37:53 +00:00
|
|
|
|
interfaceCtx->minimapAlpha = 170;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
break;
|
|
|
|
|
default:
|
2020-07-17 01:37:53 +00:00
|
|
|
|
if (interfaceCtx->minimapAlpha != 255) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->minimapAlpha = alpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
break;
|
|
|
|
|
case 7:
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if ((interfaceCtx->minimapAlpha != 0) && (interfaceCtx->minimapAlpha > maxAlpha)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->minimapAlpha = maxAlpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
func_80082644(play, alpha);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-07-17 01:37:53 +00:00
|
|
|
|
if (interfaceCtx->healthAlpha != 255) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->healthAlpha = alpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-07-17 01:37:53 +00:00
|
|
|
|
if (interfaceCtx->magicAlpha != 255) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->magicAlpha = alpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
|
|
break;
|
|
|
|
|
case 9:
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if ((interfaceCtx->bAlpha != 0) && (interfaceCtx->bAlpha > maxAlpha)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->bAlpha = maxAlpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if ((interfaceCtx->aAlpha != 0) && (interfaceCtx->aAlpha > maxAlpha)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->aAlpha = maxAlpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if ((interfaceCtx->cLeftAlpha != 0) && (interfaceCtx->cLeftAlpha > maxAlpha)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->cLeftAlpha = maxAlpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if ((interfaceCtx->cDownAlpha != 0) && (interfaceCtx->cDownAlpha > maxAlpha)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->cDownAlpha = maxAlpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if ((interfaceCtx->cRightAlpha != 0) && (interfaceCtx->cRightAlpha > maxAlpha)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->cRightAlpha = maxAlpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if ((interfaceCtx->minimapAlpha != 0) && (interfaceCtx->minimapAlpha > maxAlpha)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->minimapAlpha = maxAlpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-07-17 01:37:53 +00:00
|
|
|
|
if (interfaceCtx->healthAlpha != 255) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->healthAlpha = alpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-07-17 01:37:53 +00:00
|
|
|
|
if (interfaceCtx->magicAlpha != 255) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->magicAlpha = alpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
|
|
break;
|
|
|
|
|
case 10:
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if ((interfaceCtx->aAlpha != 0) && (interfaceCtx->aAlpha > maxAlpha)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->aAlpha = maxAlpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if ((interfaceCtx->cLeftAlpha != 0) && (interfaceCtx->cLeftAlpha > maxAlpha)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->cLeftAlpha = maxAlpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if ((interfaceCtx->cDownAlpha != 0) && (interfaceCtx->cDownAlpha > maxAlpha)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->cDownAlpha = maxAlpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if ((interfaceCtx->cRightAlpha != 0) && (interfaceCtx->cRightAlpha > maxAlpha)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->cRightAlpha = maxAlpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if ((interfaceCtx->healthAlpha != 0) && (interfaceCtx->healthAlpha > maxAlpha)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->healthAlpha = maxAlpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if ((interfaceCtx->magicAlpha != 0) && (interfaceCtx->magicAlpha > maxAlpha)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->magicAlpha = maxAlpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if ((interfaceCtx->minimapAlpha != 0) && (interfaceCtx->minimapAlpha > maxAlpha)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->minimapAlpha = maxAlpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-07-17 01:37:53 +00:00
|
|
|
|
if (interfaceCtx->bAlpha != 255) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->bAlpha = alpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
|
|
break;
|
|
|
|
|
case 11:
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if ((interfaceCtx->bAlpha != 0) && (interfaceCtx->bAlpha > maxAlpha)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->bAlpha = maxAlpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if ((interfaceCtx->aAlpha != 0) && (interfaceCtx->aAlpha > maxAlpha)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->aAlpha = maxAlpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if ((interfaceCtx->cLeftAlpha != 0) && (interfaceCtx->cLeftAlpha > maxAlpha)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->cLeftAlpha = maxAlpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if ((interfaceCtx->cDownAlpha != 0) && (interfaceCtx->cDownAlpha > maxAlpha)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->cDownAlpha = maxAlpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if ((interfaceCtx->cRightAlpha != 0) && (interfaceCtx->cRightAlpha > maxAlpha)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->cRightAlpha = maxAlpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if ((interfaceCtx->minimapAlpha != 0) && (interfaceCtx->minimapAlpha > maxAlpha)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->minimapAlpha = maxAlpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if ((interfaceCtx->magicAlpha != 0) && (interfaceCtx->magicAlpha > maxAlpha)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->magicAlpha = maxAlpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-07-17 01:37:53 +00:00
|
|
|
|
if (interfaceCtx->healthAlpha != 255) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->healthAlpha = alpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
|
|
break;
|
|
|
|
|
case 12:
|
2020-07-17 01:37:53 +00:00
|
|
|
|
if (interfaceCtx->aAlpha != 255) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->aAlpha = alpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-07-17 01:37:53 +00:00
|
|
|
|
if (interfaceCtx->bAlpha != 255) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->bAlpha = alpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-07-17 01:37:53 +00:00
|
|
|
|
if (interfaceCtx->minimapAlpha != 255) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->minimapAlpha = alpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if ((interfaceCtx->cLeftAlpha != 0) && (interfaceCtx->cLeftAlpha > maxAlpha)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->cLeftAlpha = maxAlpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if ((interfaceCtx->cDownAlpha != 0) && (interfaceCtx->cDownAlpha > maxAlpha)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->cDownAlpha = maxAlpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if ((interfaceCtx->cRightAlpha != 0) && (interfaceCtx->cRightAlpha > maxAlpha)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->cRightAlpha = maxAlpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if ((interfaceCtx->magicAlpha != 0) && (interfaceCtx->magicAlpha > maxAlpha)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->magicAlpha = maxAlpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if ((interfaceCtx->healthAlpha != 0) && (interfaceCtx->healthAlpha > maxAlpha)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->healthAlpha = maxAlpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
|
|
break;
|
|
|
|
|
case 13:
|
2022-05-21 18:23:43 +00:00
|
|
|
|
func_8008277C(play, maxAlpha, alpha);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if ((interfaceCtx->minimapAlpha != 0) && (interfaceCtx->minimapAlpha > maxAlpha)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->minimapAlpha = maxAlpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if ((interfaceCtx->aAlpha != 0) && (interfaceCtx->aAlpha > maxAlpha)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->aAlpha = maxAlpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-07-17 01:37:53 +00:00
|
|
|
|
if (interfaceCtx->healthAlpha != 255) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->healthAlpha = alpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-07-17 01:37:53 +00:00
|
|
|
|
if (interfaceCtx->magicAlpha != 255) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->magicAlpha = alpha;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
if ((play->roomCtx.curRoom.behaviorType1 == ROOM_BEHAVIOR_TYPE1_1) && (interfaceCtx->minimapAlpha >= 255)) {
|
2020-07-17 01:37:53 +00:00
|
|
|
|
interfaceCtx->minimapAlpha = 255;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
void func_80083108(PlayState* play) {
|
|
|
|
|
MessageContext* msgCtx = &play->msgCtx;
|
|
|
|
|
Player* player = GET_PLAYER(play);
|
|
|
|
|
InterfaceContext* interfaceCtx = &play->interfaceCtx;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
s16 i;
|
2022-04-23 14:41:17 +00:00
|
|
|
|
s16 sp28 = false;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if ((gSaveContext.cutsceneIndex < 0xFFF0) ||
|
2022-07-31 23:44:47 +00:00
|
|
|
|
((play->sceneId == SCENE_SPOT20) && (gSaveContext.cutsceneIndex == 0xFFF0))) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
gSaveContext.unk_13E7 = 0;
|
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
if ((player->stateFlags1 & PLAYER_STATE1_23) || (play->shootingGalleryStatus > 1) ||
|
2022-07-31 23:44:47 +00:00
|
|
|
|
((play->sceneId == SCENE_BOWLING) && Flags_GetSwitch(play, 0x38))) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.equips.buttonItems[0] != ITEM_NONE) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
gSaveContext.unk_13E7 = 1;
|
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.buttonStatus[0] == BTN_DISABLED) {
|
|
|
|
|
gSaveContext.buttonStatus[0] = gSaveContext.buttonStatus[1] = gSaveContext.buttonStatus[2] =
|
|
|
|
|
gSaveContext.buttonStatus[3] = BTN_ENABLED;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if ((gSaveContext.equips.buttonItems[0] != ITEM_SLINGSHOT) &&
|
|
|
|
|
(gSaveContext.equips.buttonItems[0] != ITEM_BOW) &&
|
|
|
|
|
(gSaveContext.equips.buttonItems[0] != ITEM_BOMBCHU) &&
|
|
|
|
|
(gSaveContext.equips.buttonItems[0] != ITEM_NONE)) {
|
|
|
|
|
gSaveContext.buttonStatus[0] = gSaveContext.equips.buttonItems[0];
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-07-31 23:44:47 +00:00
|
|
|
|
if ((play->sceneId == SCENE_BOWLING) && Flags_GetSwitch(play, 0x38)) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.equips.buttonItems[0] = ITEM_BOMBCHU;
|
2022-05-21 18:23:43 +00:00
|
|
|
|
Interface_LoadItemIcon1(play, 0);
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.equips.buttonItems[0] = ITEM_BOW;
|
2022-05-21 18:23:43 +00:00
|
|
|
|
if (play->shootingGalleryStatus > 1) {
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (LINK_AGE_IN_YEARS == YEARS_CHILD) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.equips.buttonItems[0] = ITEM_SLINGSHOT;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
Interface_LoadItemIcon1(play, 0);
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2020-10-11 17:45:08 +00:00
|
|
|
|
if (gSaveContext.inventory.items[SLOT_BOW] == ITEM_NONE) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.equips.buttonItems[0] = ITEM_NONE;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2022-05-21 18:23:43 +00:00
|
|
|
|
Interface_LoadItemIcon1(play, 0);
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.buttonStatus[1] = gSaveContext.buttonStatus[2] = gSaveContext.buttonStatus[3] =
|
2020-03-22 21:19:43 +00:00
|
|
|
|
BTN_DISABLED;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
Interface_ChangeAlpha(6);
|
|
|
|
|
}
|
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
if (play->transitionMode != TRANS_MODE_OFF) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
Interface_ChangeAlpha(1);
|
2020-04-16 21:36:12 +00:00
|
|
|
|
} else if (gSaveContext.minigameState == 1) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
Interface_ChangeAlpha(8);
|
2022-05-21 18:23:43 +00:00
|
|
|
|
} else if (play->shootingGalleryStatus > 1) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
Interface_ChangeAlpha(8);
|
2022-07-31 23:44:47 +00:00
|
|
|
|
} else if ((play->sceneId == SCENE_BOWLING) && Flags_GetSwitch(play, 0x38)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
Interface_ChangeAlpha(8);
|
2022-01-18 00:04:07 +00:00
|
|
|
|
} else if (player->stateFlags1 & PLAYER_STATE1_23) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
Interface_ChangeAlpha(12);
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
|
|
|
|
} else {
|
2022-01-18 00:04:07 +00:00
|
|
|
|
if (player->stateFlags1 & PLAYER_STATE1_23) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
Interface_ChangeAlpha(12);
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
2022-07-31 23:44:47 +00:00
|
|
|
|
} else if (play->sceneId == SCENE_KENJYANOMA) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
Interface_ChangeAlpha(1);
|
2022-07-31 23:44:47 +00:00
|
|
|
|
} else if (play->sceneId == SCENE_TURIBORI) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
gSaveContext.unk_13E7 = 2;
|
2022-05-21 18:23:43 +00:00
|
|
|
|
if (play->interfaceCtx.unk_260 != 0) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.equips.buttonItems[0] != ITEM_FISHING_POLE) {
|
|
|
|
|
gSaveContext.buttonStatus[0] = gSaveContext.equips.buttonItems[0];
|
|
|
|
|
gSaveContext.equips.buttonItems[0] = ITEM_FISHING_POLE;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
gSaveContext.unk_13EA = 0;
|
2022-05-21 18:23:43 +00:00
|
|
|
|
Interface_LoadItemIcon1(play, 0);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
Interface_ChangeAlpha(12);
|
|
|
|
|
}
|
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (gSaveContext.unk_13EA != 12) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
Interface_ChangeAlpha(12);
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-04-16 21:36:12 +00:00
|
|
|
|
} else if (gSaveContext.equips.buttonItems[0] == ITEM_FISHING_POLE) {
|
|
|
|
|
gSaveContext.equips.buttonItems[0] = gSaveContext.buttonStatus[0];
|
2020-03-17 04:31:30 +00:00
|
|
|
|
gSaveContext.unk_13EA = 0;
|
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.equips.buttonItems[0] != ITEM_NONE) {
|
2022-05-21 18:23:43 +00:00
|
|
|
|
Interface_LoadItemIcon1(play, 0);
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.buttonStatus[0] = gSaveContext.buttonStatus[1] = gSaveContext.buttonStatus[2] =
|
|
|
|
|
gSaveContext.buttonStatus[3] = BTN_DISABLED;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
Interface_ChangeAlpha(50);
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.buttonStatus[0] == BTN_ENABLED) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
gSaveContext.unk_13EA = 0;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.buttonStatus[0] = gSaveContext.buttonStatus[1] = gSaveContext.buttonStatus[2] =
|
|
|
|
|
gSaveContext.buttonStatus[3] = BTN_DISABLED;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
Interface_ChangeAlpha(50);
|
|
|
|
|
}
|
z_message_PAL, message_data_static and surrounding doc (#996)
* Initial progress on z_message_PAL, very messy
* Fix merge
* Some more progress
* Fix merge
* More z_message_PAL
* Small progress
* More small progress
* message_data_static files OK
* Prepare z_message_tables
* Matched another function, small updates
* Attempt to use asm-processor static-symbols branch
* Refactor text id declarations
* Begin large text codes parser function
* Fix merge
* Refactor done
* Build OK, add color and highscore names
* Remove encoded text headers and automatically encode during build
* Fix kanfont
* Various cleanups
* DISP macros
* Another match aside data
* Further progress
* Small improvements
* Deduplicate magic values for text control codes, small improvements
* Tiny progress
* Minor cleanups
* Clean up z_message_PAL comment
* Progress on large functions
* Further progress on large functions
* Changes to mkldscript to link .data in the .rodata section
* data OK
* Few improvements
* Use gDPLoadTextureBlock macros where appropriate
* rm z_message_tables, progress on large functions
* 2 more matches
* Improvements
* Small progress
* More progress on big function
* progress
* match func_80107980
* match Message_Update
* match func_8010BED8
* done
* Progress on remaining large functions
* Small progress on largest function
* Another match, extract text and move to assets, improve text build system
* Small nonmatchings improvements
* docs wip
* Largest function maybe equivalent
* Fix merge
* Document do_action values, largest function is almost instruction-matching
* Rename NAVI do_action to NONE, as that appears to be how that value is used in practice
* Fix merge
* one match
* Last function is instruction-matching
* Fix
* Improvements thanks to engineer124
* Stack matched thanks to petrie911, now just a/v/low t regalloc issues, some cleanup
* More variables labeled, use text state enum everywhere
* More labels and names
* Fix
* Actor_IsTalking -> Actor_TalkRequested
* Match func_8010C39C and remove unused asm
* More docs
* Mostly ocarina related docs
* All msgModes named
* Fix assetclean
* Cleanup
* Extraction fixes and headers
* Suggestions
* Review suggestions
* Change text extraction again, only extract if the headers do not already exist
* Fix
* Use ast for charmap, fix assetclean for real this time
* Review suggestions
* BGM ids and ran formatter
* Review comments
* rename include_readonly to include_data_with_rodata
* Remove leading 0s in number directives
* Review suggestions for message_data_static
* textbox pos enum comments, rename several enum names from Message to TextBox
Co-authored-by: Thar0 <maximilianc64@gmail.com>
Co-authored-by: Zelllll <56516451+Zelllll@users.noreply.github.com>
Co-authored-by: petrie911 <pmontag@DESKTOP-LG8A167.localdomain>
Co-authored-by: Roman971 <romanlasnier@hotmail.com>
2021-11-23 01:20:30 +00:00
|
|
|
|
} else if (msgCtx->msgMode == MSGMODE_NONE) {
|
2022-05-21 18:23:43 +00:00
|
|
|
|
if ((func_8008F2F8(play) >= 2) && (func_8008F2F8(play) < 5)) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.buttonStatus[0] != BTN_DISABLED) {
|
2022-04-23 14:41:17 +00:00
|
|
|
|
sp28 = true;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.buttonStatus[0] = BTN_DISABLED;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
for (i = 1; i < 4; i++) {
|
2022-05-21 18:23:43 +00:00
|
|
|
|
if (func_8008F2F8(play) == 2) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if ((gSaveContext.equips.buttonItems[i] != ITEM_HOOKSHOT) &&
|
|
|
|
|
(gSaveContext.equips.buttonItems[i] != ITEM_LONGSHOT)) {
|
|
|
|
|
if (gSaveContext.buttonStatus[i] == BTN_ENABLED) {
|
2022-04-23 14:41:17 +00:00
|
|
|
|
sp28 = true;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.buttonStatus[i] = BTN_DISABLED;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.buttonStatus[i] == BTN_DISABLED) {
|
2022-04-23 14:41:17 +00:00
|
|
|
|
sp28 = true;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.buttonStatus[i] = BTN_ENABLED;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.buttonStatus[i] == BTN_ENABLED) {
|
2022-04-23 14:41:17 +00:00
|
|
|
|
sp28 = true;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.buttonStatus[i] = BTN_DISABLED;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (sp28) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
gSaveContext.unk_13EA = 0;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
|
|
Interface_ChangeAlpha(50);
|
2022-10-23 21:32:51 +00:00
|
|
|
|
} else if ((player->stateFlags1 & PLAYER_STATE1_21) || (player->stateFlags2 & PLAYER_STATE2_CRAWLING)) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.buttonStatus[0] != BTN_DISABLED) {
|
|
|
|
|
gSaveContext.buttonStatus[0] = BTN_DISABLED;
|
|
|
|
|
gSaveContext.buttonStatus[1] = BTN_DISABLED;
|
|
|
|
|
gSaveContext.buttonStatus[2] = BTN_DISABLED;
|
|
|
|
|
gSaveContext.buttonStatus[3] = BTN_DISABLED;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
gSaveContext.unk_13EA = 0;
|
|
|
|
|
Interface_ChangeAlpha(50);
|
|
|
|
|
}
|
2022-05-08 22:17:10 +00:00
|
|
|
|
} else if (GET_EVENTINF_HORSES_STATE() == EVENTINF_HORSES_STATE_1) {
|
2022-01-18 00:04:07 +00:00
|
|
|
|
if (player->stateFlags1 & PLAYER_STATE1_23) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if ((gSaveContext.equips.buttonItems[0] != ITEM_NONE) &&
|
|
|
|
|
(gSaveContext.equips.buttonItems[0] != ITEM_BOW)) {
|
2020-10-11 17:45:08 +00:00
|
|
|
|
if (gSaveContext.inventory.items[SLOT_BOW] == ITEM_NONE) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.equips.buttonItems[0] = ITEM_NONE;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.equips.buttonItems[0] = ITEM_BOW;
|
2022-04-23 14:41:17 +00:00
|
|
|
|
sp28 = true;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2021-02-14 00:49:40 +00:00
|
|
|
|
if ((gSaveContext.equips.buttonItems[0] == ITEM_NONE) ||
|
|
|
|
|
(gSaveContext.equips.buttonItems[0] == ITEM_BOW)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2021-02-14 00:49:40 +00:00
|
|
|
|
if ((gSaveContext.equips.buttonItems[0] != ITEM_SWORD_KOKIRI) &&
|
|
|
|
|
(gSaveContext.equips.buttonItems[0] != ITEM_SWORD_MASTER) &&
|
2022-11-16 18:23:27 +00:00
|
|
|
|
(gSaveContext.equips.buttonItems[0] != ITEM_SWORD_BIGGORON) &&
|
|
|
|
|
(gSaveContext.equips.buttonItems[0] != ITEM_GIANTS_KNIFE)) {
|
2021-02-14 00:49:40 +00:00
|
|
|
|
gSaveContext.equips.buttonItems[0] = gSaveContext.buttonStatus[0];
|
|
|
|
|
} else {
|
|
|
|
|
gSaveContext.buttonStatus[0] = gSaveContext.equips.buttonItems[0];
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
2021-02-14 00:49:40 +00:00
|
|
|
|
}
|
2022-04-23 14:41:17 +00:00
|
|
|
|
sp28 = true;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (sp28) {
|
2022-05-21 18:23:43 +00:00
|
|
|
|
Interface_LoadItemIcon1(play, 0);
|
2022-04-23 14:41:17 +00:00
|
|
|
|
sp28 = false;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
for (i = 1; i < 4; i++) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if ((gSaveContext.equips.buttonItems[i] != ITEM_OCARINA_FAIRY) &&
|
2022-11-16 18:23:27 +00:00
|
|
|
|
(gSaveContext.equips.buttonItems[i] != ITEM_OCARINA_OF_TIME)) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.buttonStatus[i] == BTN_ENABLED) {
|
2022-04-23 14:41:17 +00:00
|
|
|
|
sp28 = true;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.buttonStatus[i] = BTN_DISABLED;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.buttonStatus[i] == BTN_DISABLED) {
|
2022-04-23 14:41:17 +00:00
|
|
|
|
sp28 = true;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.buttonStatus[i] = BTN_ENABLED;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (sp28) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
gSaveContext.unk_13EA = 0;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
|
|
Interface_ChangeAlpha(50);
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
|
|
|
|
if (interfaceCtx->restrictions.bButton == 0) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if ((gSaveContext.equips.buttonItems[0] == ITEM_SLINGSHOT) ||
|
|
|
|
|
(gSaveContext.equips.buttonItems[0] == ITEM_BOW) ||
|
|
|
|
|
(gSaveContext.equips.buttonItems[0] == ITEM_BOMBCHU) ||
|
|
|
|
|
(gSaveContext.equips.buttonItems[0] == ITEM_NONE)) {
|
2022-04-29 18:19:48 +00:00
|
|
|
|
if ((gSaveContext.equips.buttonItems[0] != ITEM_NONE) ||
|
|
|
|
|
(gSaveContext.infTable[INFTABLE_1DX_INDEX] == 0)) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.equips.buttonItems[0] = gSaveContext.buttonStatus[0];
|
2022-04-23 14:41:17 +00:00
|
|
|
|
sp28 = true;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.equips.buttonItems[0] != ITEM_NONE) {
|
2022-05-21 18:23:43 +00:00
|
|
|
|
Interface_LoadItemIcon1(play, 0);
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
2020-04-16 21:36:12 +00:00
|
|
|
|
} else if ((gSaveContext.buttonStatus[0] & 0xFF) == BTN_DISABLED) {
|
2022-04-23 14:41:17 +00:00
|
|
|
|
sp28 = true;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (((gSaveContext.buttonStatus[0] & 0xFF) == BTN_DISABLED) ||
|
|
|
|
|
((gSaveContext.buttonStatus[0] & 0xFF) == BTN_ENABLED)) {
|
|
|
|
|
gSaveContext.buttonStatus[0] = BTN_ENABLED;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.equips.buttonItems[0] = gSaveContext.buttonStatus[0] & 0xFF;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else if (interfaceCtx->restrictions.bButton == 1) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if ((gSaveContext.equips.buttonItems[0] == ITEM_SLINGSHOT) ||
|
|
|
|
|
(gSaveContext.equips.buttonItems[0] == ITEM_BOW) ||
|
|
|
|
|
(gSaveContext.equips.buttonItems[0] == ITEM_BOMBCHU) ||
|
|
|
|
|
(gSaveContext.equips.buttonItems[0] == ITEM_NONE)) {
|
2022-04-29 18:19:48 +00:00
|
|
|
|
if ((gSaveContext.equips.buttonItems[0] != ITEM_NONE) ||
|
|
|
|
|
(gSaveContext.infTable[INFTABLE_1DX_INDEX] == 0)) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.equips.buttonItems[0] = gSaveContext.buttonStatus[0];
|
2022-04-23 14:41:17 +00:00
|
|
|
|
sp28 = true;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.equips.buttonItems[0] != ITEM_NONE) {
|
2022-05-21 18:23:43 +00:00
|
|
|
|
Interface_LoadItemIcon1(play, 0);
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.buttonStatus[0] == BTN_ENABLED) {
|
2022-04-23 14:41:17 +00:00
|
|
|
|
sp28 = true;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.buttonStatus[0] = BTN_DISABLED;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (interfaceCtx->restrictions.bottles != 0) {
|
|
|
|
|
for (i = 1; i < 4; i++) {
|
2022-11-16 18:23:27 +00:00
|
|
|
|
if ((gSaveContext.equips.buttonItems[i] >= ITEM_BOTTLE_EMPTY) &&
|
|
|
|
|
(gSaveContext.equips.buttonItems[i] <= ITEM_BOTTLE_POE)) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.buttonStatus[i] == BTN_ENABLED) {
|
2022-04-23 14:41:17 +00:00
|
|
|
|
sp28 = true;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.buttonStatus[i] = BTN_DISABLED;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else if (interfaceCtx->restrictions.bottles == 0) {
|
|
|
|
|
for (i = 1; i < 4; i++) {
|
2022-11-16 18:23:27 +00:00
|
|
|
|
if ((gSaveContext.equips.buttonItems[i] >= ITEM_BOTTLE_EMPTY) &&
|
|
|
|
|
(gSaveContext.equips.buttonItems[i] <= ITEM_BOTTLE_POE)) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.buttonStatus[i] == BTN_DISABLED) {
|
2022-04-23 14:41:17 +00:00
|
|
|
|
sp28 = true;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.buttonStatus[i] = BTN_ENABLED;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (interfaceCtx->restrictions.tradeItems != 0) {
|
|
|
|
|
for (i = 1; i < 4; i++) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if ((gSaveContext.equips.buttonItems[i] >= ITEM_WEIRD_EGG) &&
|
|
|
|
|
(gSaveContext.equips.buttonItems[i] <= ITEM_CLAIM_CHECK)) {
|
|
|
|
|
if (gSaveContext.buttonStatus[i] == BTN_ENABLED) {
|
2022-04-23 14:41:17 +00:00
|
|
|
|
sp28 = true;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.buttonStatus[i] = BTN_DISABLED;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else if (interfaceCtx->restrictions.tradeItems == 0) {
|
|
|
|
|
for (i = 1; i < 4; i++) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if ((gSaveContext.equips.buttonItems[i] >= ITEM_WEIRD_EGG) &&
|
|
|
|
|
(gSaveContext.equips.buttonItems[i] <= ITEM_CLAIM_CHECK)) {
|
|
|
|
|
if (gSaveContext.buttonStatus[i] == BTN_DISABLED) {
|
2022-04-23 14:41:17 +00:00
|
|
|
|
sp28 = true;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.buttonStatus[i] = BTN_ENABLED;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (interfaceCtx->restrictions.hookshot != 0) {
|
|
|
|
|
for (i = 1; i < 4; i++) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if ((gSaveContext.equips.buttonItems[i] == ITEM_HOOKSHOT) ||
|
|
|
|
|
(gSaveContext.equips.buttonItems[i] == ITEM_LONGSHOT)) {
|
|
|
|
|
if (gSaveContext.buttonStatus[i] == BTN_ENABLED) {
|
2022-04-23 14:41:17 +00:00
|
|
|
|
sp28 = true;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.buttonStatus[i] = BTN_DISABLED;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else if (interfaceCtx->restrictions.hookshot == 0) {
|
|
|
|
|
for (i = 1; i < 4; i++) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if ((gSaveContext.equips.buttonItems[i] == ITEM_HOOKSHOT) ||
|
|
|
|
|
(gSaveContext.equips.buttonItems[i] == ITEM_LONGSHOT)) {
|
|
|
|
|
if (gSaveContext.buttonStatus[i] == BTN_DISABLED) {
|
2022-04-23 14:41:17 +00:00
|
|
|
|
sp28 = true;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.buttonStatus[i] = BTN_ENABLED;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (interfaceCtx->restrictions.ocarina != 0) {
|
|
|
|
|
for (i = 1; i < 4; i++) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if ((gSaveContext.equips.buttonItems[i] == ITEM_OCARINA_FAIRY) ||
|
2022-11-16 18:23:27 +00:00
|
|
|
|
(gSaveContext.equips.buttonItems[i] == ITEM_OCARINA_OF_TIME)) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.buttonStatus[i] == BTN_ENABLED) {
|
2022-04-23 14:41:17 +00:00
|
|
|
|
sp28 = true;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.buttonStatus[i] = BTN_DISABLED;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else if (interfaceCtx->restrictions.ocarina == 0) {
|
|
|
|
|
for (i = 1; i < 4; i++) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if ((gSaveContext.equips.buttonItems[i] == ITEM_OCARINA_FAIRY) ||
|
2022-11-16 18:23:27 +00:00
|
|
|
|
(gSaveContext.equips.buttonItems[i] == ITEM_OCARINA_OF_TIME)) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.buttonStatus[i] == BTN_DISABLED) {
|
2022-04-23 14:41:17 +00:00
|
|
|
|
sp28 = true;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.buttonStatus[i] = BTN_ENABLED;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (interfaceCtx->restrictions.farores != 0) {
|
|
|
|
|
for (i = 1; i < 4; i++) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.equips.buttonItems[i] == ITEM_FARORES_WIND) {
|
|
|
|
|
if (gSaveContext.buttonStatus[i] == BTN_ENABLED) {
|
2022-04-23 14:41:17 +00:00
|
|
|
|
sp28 = true;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.buttonStatus[i] = BTN_DISABLED;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
osSyncPrintf("***(i=%d)*** ", i);
|
|
|
|
|
}
|
|
|
|
|
}
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else if (interfaceCtx->restrictions.farores == 0) {
|
|
|
|
|
for (i = 1; i < 4; i++) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.equips.buttonItems[i] == ITEM_FARORES_WIND) {
|
|
|
|
|
if (gSaveContext.buttonStatus[i] == BTN_DISABLED) {
|
2022-04-23 14:41:17 +00:00
|
|
|
|
sp28 = true;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.buttonStatus[i] = BTN_ENABLED;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (interfaceCtx->restrictions.dinsNayrus != 0) {
|
|
|
|
|
for (i = 1; i < 4; i++) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if ((gSaveContext.equips.buttonItems[i] == ITEM_DINS_FIRE) ||
|
|
|
|
|
(gSaveContext.equips.buttonItems[i] == ITEM_NAYRUS_LOVE)) {
|
|
|
|
|
if (gSaveContext.buttonStatus[i] == BTN_ENABLED) {
|
2022-04-23 14:41:17 +00:00
|
|
|
|
sp28 = true;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.buttonStatus[i] = BTN_DISABLED;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else if (interfaceCtx->restrictions.dinsNayrus == 0) {
|
|
|
|
|
for (i = 1; i < 4; i++) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if ((gSaveContext.equips.buttonItems[i] == ITEM_DINS_FIRE) ||
|
|
|
|
|
(gSaveContext.equips.buttonItems[i] == ITEM_NAYRUS_LOVE)) {
|
|
|
|
|
if (gSaveContext.buttonStatus[i] == BTN_DISABLED) {
|
2022-04-23 14:41:17 +00:00
|
|
|
|
sp28 = true;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.buttonStatus[i] = BTN_ENABLED;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (interfaceCtx->restrictions.all != 0) {
|
|
|
|
|
for (i = 1; i < 4; i++) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if ((gSaveContext.equips.buttonItems[i] != ITEM_OCARINA_FAIRY) &&
|
2022-11-16 18:23:27 +00:00
|
|
|
|
(gSaveContext.equips.buttonItems[i] != ITEM_OCARINA_OF_TIME) &&
|
|
|
|
|
!((gSaveContext.equips.buttonItems[i] >= ITEM_BOTTLE_EMPTY) &&
|
|
|
|
|
(gSaveContext.equips.buttonItems[i] <= ITEM_BOTTLE_POE)) &&
|
2020-04-16 21:36:12 +00:00
|
|
|
|
!((gSaveContext.equips.buttonItems[i] >= ITEM_WEIRD_EGG) &&
|
|
|
|
|
(gSaveContext.equips.buttonItems[i] <= ITEM_CLAIM_CHECK))) {
|
2022-07-31 23:44:47 +00:00
|
|
|
|
if ((play->sceneId != SCENE_TAKARAYA) ||
|
2022-11-16 18:23:27 +00:00
|
|
|
|
(gSaveContext.equips.buttonItems[i] != ITEM_LENS_OF_TRUTH)) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.buttonStatus[i] == BTN_ENABLED) {
|
2022-04-23 14:41:17 +00:00
|
|
|
|
sp28 = true;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.buttonStatus[i] = BTN_DISABLED;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.buttonStatus[i] == BTN_DISABLED) {
|
2022-04-23 14:41:17 +00:00
|
|
|
|
sp28 = true;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.buttonStatus[i] = BTN_ENABLED;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else if (interfaceCtx->restrictions.all == 0) {
|
|
|
|
|
for (i = 1; i < 4; i++) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if ((gSaveContext.equips.buttonItems[i] != ITEM_DINS_FIRE) &&
|
|
|
|
|
(gSaveContext.equips.buttonItems[i] != ITEM_HOOKSHOT) &&
|
|
|
|
|
(gSaveContext.equips.buttonItems[i] != ITEM_LONGSHOT) &&
|
|
|
|
|
(gSaveContext.equips.buttonItems[i] != ITEM_FARORES_WIND) &&
|
|
|
|
|
(gSaveContext.equips.buttonItems[i] != ITEM_NAYRUS_LOVE) &&
|
|
|
|
|
(gSaveContext.equips.buttonItems[i] != ITEM_OCARINA_FAIRY) &&
|
2022-11-16 18:23:27 +00:00
|
|
|
|
(gSaveContext.equips.buttonItems[i] != ITEM_OCARINA_OF_TIME) &&
|
|
|
|
|
!((gSaveContext.equips.buttonItems[i] >= ITEM_BOTTLE_EMPTY) &&
|
|
|
|
|
(gSaveContext.equips.buttonItems[i] <= ITEM_BOTTLE_POE)) &&
|
2020-04-16 21:36:12 +00:00
|
|
|
|
!((gSaveContext.equips.buttonItems[i] >= ITEM_WEIRD_EGG) &&
|
|
|
|
|
(gSaveContext.equips.buttonItems[i] <= ITEM_CLAIM_CHECK))) {
|
|
|
|
|
if (gSaveContext.buttonStatus[i] == BTN_DISABLED) {
|
2022-04-23 14:41:17 +00:00
|
|
|
|
sp28 = true;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.buttonStatus[i] = BTN_ENABLED;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (sp28) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
gSaveContext.unk_13EA = 0;
|
2022-05-21 18:23:43 +00:00
|
|
|
|
if ((play->transitionTrigger == TRANS_TRIGGER_OFF) && (play->transitionMode == TRANS_MODE_OFF)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
Interface_ChangeAlpha(50);
|
|
|
|
|
osSyncPrintf("???????? alpha_change( 50 ); ?????\n");
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
osSyncPrintf("game_play->fade_direction || game_play->fbdemo_wipe_modem");
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
void Interface_SetSceneRestrictions(PlayState* play) {
|
|
|
|
|
InterfaceContext* interfaceCtx = &play->interfaceCtx;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
s16 i;
|
2022-07-31 23:44:47 +00:00
|
|
|
|
u8 sceneId;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-04-29 19:06:08 +00:00
|
|
|
|
interfaceCtx->restrictions.hGauge = interfaceCtx->restrictions.bButton = interfaceCtx->restrictions.aButton =
|
|
|
|
|
interfaceCtx->restrictions.bottles = interfaceCtx->restrictions.tradeItems =
|
|
|
|
|
interfaceCtx->restrictions.hookshot = interfaceCtx->restrictions.ocarina =
|
|
|
|
|
interfaceCtx->restrictions.warpSongs = interfaceCtx->restrictions.sunsSong =
|
|
|
|
|
interfaceCtx->restrictions.farores = interfaceCtx->restrictions.dinsNayrus =
|
|
|
|
|
interfaceCtx->restrictions.all = 0;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
|
|
i = 0;
|
|
|
|
|
|
2021-09-04 13:33:19 +00:00
|
|
|
|
// "Data settings related to button display scene_data_ID=%d\n"
|
2022-07-31 23:44:47 +00:00
|
|
|
|
osSyncPrintf("ボタン表示関係データ設定 scene_data_ID=%d\n", play->sceneId);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
do {
|
2022-07-31 23:44:47 +00:00
|
|
|
|
sceneId = (u8)play->sceneId;
|
|
|
|
|
if (sRestrictionFlags[i].sceneId == sceneId) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->restrictions.hGauge = (sRestrictionFlags[i].flags1 & 0xC0) >> 6;
|
|
|
|
|
interfaceCtx->restrictions.bButton = (sRestrictionFlags[i].flags1 & 0x30) >> 4;
|
|
|
|
|
interfaceCtx->restrictions.aButton = (sRestrictionFlags[i].flags1 & 0x0C) >> 2;
|
|
|
|
|
interfaceCtx->restrictions.bottles = (sRestrictionFlags[i].flags1 & 0x03) >> 0;
|
|
|
|
|
interfaceCtx->restrictions.tradeItems = (sRestrictionFlags[i].flags2 & 0xC0) >> 6;
|
|
|
|
|
interfaceCtx->restrictions.hookshot = (sRestrictionFlags[i].flags2 & 0x30) >> 4;
|
|
|
|
|
interfaceCtx->restrictions.ocarina = (sRestrictionFlags[i].flags2 & 0x0C) >> 2;
|
|
|
|
|
interfaceCtx->restrictions.warpSongs = (sRestrictionFlags[i].flags2 & 0x03) >> 0;
|
|
|
|
|
interfaceCtx->restrictions.sunsSong = (sRestrictionFlags[i].flags3 & 0xC0) >> 6;
|
|
|
|
|
interfaceCtx->restrictions.farores = (sRestrictionFlags[i].flags3 & 0x30) >> 4;
|
|
|
|
|
interfaceCtx->restrictions.dinsNayrus = (sRestrictionFlags[i].flags3 & 0x0C) >> 2;
|
|
|
|
|
interfaceCtx->restrictions.all = (sRestrictionFlags[i].flags3 & 0x03) >> 0;
|
|
|
|
|
|
|
|
|
|
osSyncPrintf(VT_FGCOL(YELLOW));
|
2020-03-22 21:19:43 +00:00
|
|
|
|
osSyncPrintf("parameter->button_status = %x,%x,%x\n", sRestrictionFlags[i].flags1,
|
|
|
|
|
sRestrictionFlags[i].flags2, sRestrictionFlags[i].flags3);
|
|
|
|
|
osSyncPrintf("h_gage=%d, b_button=%d, a_button=%d, c_bottle=%d\n", interfaceCtx->restrictions.hGauge,
|
|
|
|
|
interfaceCtx->restrictions.bButton, interfaceCtx->restrictions.aButton,
|
|
|
|
|
interfaceCtx->restrictions.bottles);
|
|
|
|
|
osSyncPrintf("c_warasibe=%d, c_hook=%d, c_ocarina=%d, c_warp=%d\n", interfaceCtx->restrictions.tradeItems,
|
|
|
|
|
interfaceCtx->restrictions.hookshot, interfaceCtx->restrictions.ocarina,
|
|
|
|
|
interfaceCtx->restrictions.warpSongs);
|
|
|
|
|
osSyncPrintf("c_sunmoon=%d, m_wind=%d, m_magic=%d, another=%d\n", interfaceCtx->restrictions.sunsSong,
|
|
|
|
|
interfaceCtx->restrictions.farores, interfaceCtx->restrictions.dinsNayrus,
|
|
|
|
|
interfaceCtx->restrictions.all);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
osSyncPrintf(VT_RST);
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
i++;
|
2022-07-31 23:44:47 +00:00
|
|
|
|
} while (sRestrictionFlags[i].sceneId != 0xFF);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2020-03-29 16:43:45 +00:00
|
|
|
|
Gfx* Gfx_TextureIA8(Gfx* displayListHead, void* texture, s16 textureWidth, s16 textureHeight, s16 rectLeft, s16 rectTop,
|
|
|
|
|
s16 rectWidth, s16 rectHeight, u16 dsdx, u16 dtdy) {
|
2020-03-22 21:19:43 +00:00
|
|
|
|
gDPLoadTextureBlock(displayListHead++, texture, G_IM_FMT_IA, G_IM_SIZ_8b, textureWidth, textureHeight, 0,
|
|
|
|
|
G_TX_NOMIRROR | G_TX_WRAP, G_TX_NOMIRROR | G_TX_WRAP, G_TX_NOMASK, G_TX_NOMASK, G_TX_NOLOD,
|
|
|
|
|
G_TX_NOLOD);
|
|
|
|
|
|
2022-07-30 21:49:10 +00:00
|
|
|
|
gSPTextureRectangle(displayListHead++, rectLeft << 2, rectTop << 2, (rectLeft + rectWidth) << 2,
|
|
|
|
|
(rectTop + rectHeight) << 2, G_TX_RENDERTILE, 0, 0, dsdx, dtdy);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
|
|
return displayListHead;
|
|
|
|
|
}
|
|
|
|
|
|
2020-03-29 16:43:45 +00:00
|
|
|
|
Gfx* Gfx_TextureI8(Gfx* displayListHead, void* texture, s16 textureWidth, s16 textureHeight, s16 rectLeft, s16 rectTop,
|
|
|
|
|
s16 rectWidth, s16 rectHeight, u16 dsdx, u16 dtdy) {
|
2020-03-22 21:19:43 +00:00
|
|
|
|
gDPLoadTextureBlock(displayListHead++, texture, G_IM_FMT_I, G_IM_SIZ_8b, textureWidth, textureHeight, 0,
|
|
|
|
|
G_TX_NOMIRROR | G_TX_WRAP, G_TX_NOMIRROR | G_TX_WRAP, G_TX_NOMASK, G_TX_NOMASK, G_TX_NOLOD,
|
|
|
|
|
G_TX_NOLOD);
|
|
|
|
|
|
2022-07-30 21:49:10 +00:00
|
|
|
|
gSPTextureRectangle(displayListHead++, rectLeft << 2, rectTop << 2, (rectLeft + rectWidth) << 2,
|
|
|
|
|
(rectTop + rectHeight) << 2, G_TX_RENDERTILE, 0, 0, dsdx, dtdy);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
|
|
return displayListHead;
|
|
|
|
|
}
|
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
void Inventory_SwapAgeEquipment(void) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
s16 i;
|
2022-04-30 16:18:56 +00:00
|
|
|
|
u16 shieldEquipValue;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (LINK_AGE_IN_YEARS == YEARS_CHILD) {
|
|
|
|
|
for (i = 0; i < 4; i++) {
|
2020-03-23 23:11:21 +00:00
|
|
|
|
if (i != 0) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.childEquips.buttonItems[i] = gSaveContext.equips.buttonItems[i];
|
2020-03-23 23:11:21 +00:00
|
|
|
|
} else {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.childEquips.buttonItems[i] = ITEM_SWORD_KOKIRI;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-23 23:11:21 +00:00
|
|
|
|
if (i != 0) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.childEquips.cButtonSlots[i - 1] = gSaveContext.equips.cButtonSlots[i - 1];
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.childEquips.equipment = gSaveContext.equips.equipment;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.adultEquips.buttonItems[0] == ITEM_NONE) {
|
|
|
|
|
gSaveContext.equips.buttonItems[0] = ITEM_SWORD_MASTER;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-11-16 18:23:27 +00:00
|
|
|
|
if (gSaveContext.inventory.items[SLOT_DEKU_NUT] != ITEM_NONE) {
|
|
|
|
|
gSaveContext.equips.buttonItems[1] = ITEM_DEKU_NUT;
|
|
|
|
|
gSaveContext.equips.cButtonSlots[0] = SLOT_DEKU_NUT;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2020-08-23 21:50:30 +00:00
|
|
|
|
gSaveContext.equips.buttonItems[1] = gSaveContext.equips.cButtonSlots[0] = ITEM_NONE;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.equips.buttonItems[2] = ITEM_BOMB;
|
2020-10-11 17:45:08 +00:00
|
|
|
|
gSaveContext.equips.buttonItems[3] = gSaveContext.inventory.items[SLOT_OCARINA];
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.equips.cButtonSlots[1] = SLOT_BOMB;
|
|
|
|
|
gSaveContext.equips.cButtonSlots[2] = SLOT_OCARINA;
|
2022-04-30 16:18:56 +00:00
|
|
|
|
gSaveContext.equips.equipment = (EQUIP_VALUE_SWORD_MASTER << (EQUIP_TYPE_SWORD * 4)) |
|
|
|
|
|
(EQUIP_VALUE_SHIELD_HYLIAN << (EQUIP_TYPE_SHIELD * 4)) |
|
|
|
|
|
(EQUIP_VALUE_TUNIC_KOKIRI << (EQUIP_TYPE_TUNIC * 4)) |
|
|
|
|
|
(EQUIP_VALUE_BOOTS_KOKIRI << (EQUIP_TYPE_BOOTS * 4));
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
|
|
|
|
for (i = 0; i < 4; i++) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.equips.buttonItems[i] = gSaveContext.adultEquips.buttonItems[i];
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-23 23:11:21 +00:00
|
|
|
|
if (i != 0) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.equips.cButtonSlots[i - 1] = gSaveContext.adultEquips.cButtonSlots[i - 1];
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-11-16 18:23:27 +00:00
|
|
|
|
if (((gSaveContext.equips.buttonItems[i] >= ITEM_BOTTLE_EMPTY) &&
|
|
|
|
|
(gSaveContext.equips.buttonItems[i] <= ITEM_BOTTLE_POE)) ||
|
2020-04-16 21:36:12 +00:00
|
|
|
|
((gSaveContext.equips.buttonItems[i] >= ITEM_WEIRD_EGG) &&
|
|
|
|
|
(gSaveContext.equips.buttonItems[i] <= ITEM_CLAIM_CHECK))) {
|
|
|
|
|
osSyncPrintf("Register_Item_Pt(%d)=%d\n", i, gSaveContext.equips.cButtonSlots[i - 1]);
|
2020-10-11 17:45:08 +00:00
|
|
|
|
gSaveContext.equips.buttonItems[i] =
|
|
|
|
|
gSaveContext.inventory.items[gSaveContext.equips.cButtonSlots[i - 1]];
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.equips.equipment = gSaveContext.adultEquips.equipment;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
|
|
|
|
for (i = 0; i < 4; i++) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.adultEquips.buttonItems[i] = gSaveContext.equips.buttonItems[i];
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-23 23:11:21 +00:00
|
|
|
|
if (i != 0) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.adultEquips.cButtonSlots[i - 1] = gSaveContext.equips.cButtonSlots[i - 1];
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.adultEquips.equipment = gSaveContext.equips.equipment;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.childEquips.buttonItems[0] != ITEM_NONE) {
|
2020-03-22 21:19:43 +00:00
|
|
|
|
for (i = 0; i < 4; i++) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.equips.buttonItems[i] = gSaveContext.childEquips.buttonItems[i];
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-23 23:11:21 +00:00
|
|
|
|
if (i != 0) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.equips.cButtonSlots[i - 1] = gSaveContext.childEquips.cButtonSlots[i - 1];
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-11-16 18:23:27 +00:00
|
|
|
|
if (((gSaveContext.equips.buttonItems[i] >= ITEM_BOTTLE_EMPTY) &&
|
|
|
|
|
(gSaveContext.equips.buttonItems[i] <= ITEM_BOTTLE_POE)) ||
|
2020-04-16 21:36:12 +00:00
|
|
|
|
((gSaveContext.equips.buttonItems[i] >= ITEM_WEIRD_EGG) &&
|
|
|
|
|
(gSaveContext.equips.buttonItems[i] <= ITEM_CLAIM_CHECK))) {
|
|
|
|
|
osSyncPrintf("Register_Item_Pt(%d)=%d\n", i, gSaveContext.equips.cButtonSlots[i - 1]);
|
2020-10-11 17:45:08 +00:00
|
|
|
|
gSaveContext.equips.buttonItems[i] =
|
|
|
|
|
gSaveContext.inventory.items[gSaveContext.equips.cButtonSlots[i - 1]];
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.equips.equipment = gSaveContext.childEquips.equipment;
|
2022-04-30 16:18:56 +00:00
|
|
|
|
gSaveContext.equips.equipment &= (u16) ~(0xF << (EQUIP_TYPE_SWORD * 4));
|
|
|
|
|
gSaveContext.equips.equipment |= EQUIP_VALUE_SWORD_KOKIRI << (EQUIP_TYPE_SWORD * 4);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-04-30 16:18:56 +00:00
|
|
|
|
shieldEquipValue = gEquipMasks[EQUIP_TYPE_SHIELD] & gSaveContext.equips.equipment;
|
|
|
|
|
if (shieldEquipValue != 0) {
|
|
|
|
|
shieldEquipValue >>= gEquipShifts[EQUIP_TYPE_SHIELD];
|
|
|
|
|
if (!CHECK_OWNED_EQUIP_ALT(EQUIP_TYPE_SHIELD, shieldEquipValue - 1)) {
|
|
|
|
|
gSaveContext.equips.equipment &= gEquipNegMasks[EQUIP_TYPE_SHIELD];
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
void Interface_InitHorsebackArchery(PlayState* play) {
|
|
|
|
|
InterfaceContext* interfaceCtx = &play->interfaceCtx;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.minigameState = 1;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->unk_23C = interfaceCtx->unk_240 = interfaceCtx->unk_242 = 0;
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.minigameScore = sHBAScoreTier = 0;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->hbaAmmo = 20;
|
|
|
|
|
}
|
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
void func_800849EC(PlayState* play) {
|
2022-04-30 16:18:56 +00:00
|
|
|
|
gSaveContext.inventory.equipment |= OWNED_EQUIP_FLAG(EQUIP_TYPE_SWORD, EQUIP_INV_SWORD_BGS);
|
|
|
|
|
gSaveContext.inventory.equipment ^= OWNED_EQUIP_FLAG_ALT(EQUIP_TYPE_SWORD, EQUIP_INV_SWORD_BROKENGIANTKNIFE);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-04-30 16:18:56 +00:00
|
|
|
|
if (CHECK_OWNED_EQUIP_ALT(EQUIP_TYPE_SWORD, EQUIP_INV_SWORD_BROKENGIANTKNIFE)) {
|
2022-11-16 18:23:27 +00:00
|
|
|
|
gSaveContext.equips.buttonItems[0] = ITEM_GIANTS_KNIFE;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2022-11-16 18:23:27 +00:00
|
|
|
|
gSaveContext.equips.buttonItems[0] = ITEM_SWORD_BIGGORON;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
Interface_LoadItemIcon1(play, 0);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
void Interface_LoadItemIcon1(PlayState* play, u16 button) {
|
|
|
|
|
InterfaceContext* interfaceCtx = &play->interfaceCtx;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-06-13 15:38:20 +00:00
|
|
|
|
osCreateMesgQueue(&interfaceCtx->loadQueue, &interfaceCtx->loadMsg, 1);
|
2021-05-02 23:15:16 +00:00
|
|
|
|
DmaMgr_SendRequest2(&interfaceCtx->dmaRequest_160, interfaceCtx->iconItemSegment + button * 0x1000,
|
2022-10-02 15:38:09 +00:00
|
|
|
|
(uintptr_t)_icon_item_staticSegmentRomStart +
|
|
|
|
|
(gSaveContext.equips.buttonItems[button] * 0x1000),
|
2020-03-17 04:31:30 +00:00
|
|
|
|
0x1000, 0, &interfaceCtx->loadQueue, NULL, "../z_parameter.c", 1171);
|
|
|
|
|
osRecvMesg(&interfaceCtx->loadQueue, NULL, OS_MESG_BLOCK);
|
|
|
|
|
}
|
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
void Interface_LoadItemIcon2(PlayState* play, u16 button) {
|
|
|
|
|
InterfaceContext* interfaceCtx = &play->interfaceCtx;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-06-13 15:38:20 +00:00
|
|
|
|
osCreateMesgQueue(&interfaceCtx->loadQueue, &interfaceCtx->loadMsg, 1);
|
2021-05-02 23:15:16 +00:00
|
|
|
|
DmaMgr_SendRequest2(&interfaceCtx->dmaRequest_180, interfaceCtx->iconItemSegment + button * 0x1000,
|
2022-10-02 15:38:09 +00:00
|
|
|
|
(uintptr_t)_icon_item_staticSegmentRomStart +
|
|
|
|
|
(gSaveContext.equips.buttonItems[button] * 0x1000),
|
2020-03-17 04:31:30 +00:00
|
|
|
|
0x1000, 0, &interfaceCtx->loadQueue, NULL, "../z_parameter.c", 1193);
|
|
|
|
|
osRecvMesg(&interfaceCtx->loadQueue, NULL, OS_MESG_BLOCK);
|
|
|
|
|
}
|
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
void func_80084BF4(PlayState* play, u16 flag) {
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (flag) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if ((gSaveContext.equips.buttonItems[0] == ITEM_SLINGSHOT) ||
|
|
|
|
|
(gSaveContext.equips.buttonItems[0] == ITEM_BOW) || (gSaveContext.equips.buttonItems[0] == ITEM_BOMBCHU) ||
|
|
|
|
|
(gSaveContext.equips.buttonItems[0] == ITEM_FISHING_POLE) ||
|
|
|
|
|
(gSaveContext.buttonStatus[0] == BTN_DISABLED)) {
|
|
|
|
|
if ((gSaveContext.equips.buttonItems[0] == ITEM_SLINGSHOT) ||
|
|
|
|
|
(gSaveContext.equips.buttonItems[0] == ITEM_BOW) ||
|
|
|
|
|
(gSaveContext.equips.buttonItems[0] == ITEM_BOMBCHU) ||
|
|
|
|
|
(gSaveContext.equips.buttonItems[0] == ITEM_FISHING_POLE)) {
|
|
|
|
|
gSaveContext.equips.buttonItems[0] = gSaveContext.buttonStatus[0];
|
2022-05-21 18:23:43 +00:00
|
|
|
|
Interface_LoadItemIcon1(play, 0);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
2020-04-16 21:36:12 +00:00
|
|
|
|
} else if (gSaveContext.equips.buttonItems[0] == ITEM_NONE) {
|
2022-04-29 18:19:48 +00:00
|
|
|
|
if ((gSaveContext.equips.buttonItems[0] != ITEM_NONE) || (gSaveContext.infTable[INFTABLE_1DX_INDEX] == 0)) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.equips.buttonItems[0] = gSaveContext.buttonStatus[0];
|
2022-05-21 18:23:43 +00:00
|
|
|
|
Interface_LoadItemIcon1(play, 0);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.buttonStatus[0] = gSaveContext.buttonStatus[1] = gSaveContext.buttonStatus[2] =
|
|
|
|
|
gSaveContext.buttonStatus[3] = BTN_ENABLED;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
Interface_ChangeAlpha(7);
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.buttonStatus[0] = gSaveContext.buttonStatus[1] = gSaveContext.buttonStatus[2] =
|
|
|
|
|
gSaveContext.buttonStatus[3] = BTN_ENABLED;
|
2022-05-21 18:23:43 +00:00
|
|
|
|
func_80083108(play);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
u8 Item_Give(PlayState* play, u8 item) {
|
2022-04-23 14:41:17 +00:00
|
|
|
|
static s16 sAmmoRefillCounts[] = { 5, 10, 20, 30 }; // Sticks, nuts, bombs
|
|
|
|
|
static s16 sArrowRefillCounts[] = { 5, 10, 30 };
|
|
|
|
|
static s16 sBombchuRefillCounts[] = { 5, 20 };
|
|
|
|
|
static s16 sRupeeRefillCounts[] = { 1, 5, 20, 50, 200, 10 };
|
2020-03-17 04:31:30 +00:00
|
|
|
|
s16 i;
|
|
|
|
|
s16 slot;
|
2020-12-18 00:12:22 +00:00
|
|
|
|
s16 temp;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
|
|
slot = SLOT(item);
|
2022-11-16 18:23:27 +00:00
|
|
|
|
if (item >= ITEM_DEKU_STICKS_5) {
|
|
|
|
|
slot = SLOT(sExtraItemBases[item - ITEM_DEKU_STICKS_5]);
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
|
|
osSyncPrintf(VT_FGCOL(YELLOW));
|
2020-10-11 17:45:08 +00:00
|
|
|
|
osSyncPrintf("item_get_setting=%d pt=%d z=%x\n", item, slot, gSaveContext.inventory.items[slot]);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
osSyncPrintf(VT_RST);
|
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if ((item >= ITEM_MEDALLION_FOREST) && (item <= ITEM_MEDALLION_LIGHT)) {
|
2020-10-11 17:45:08 +00:00
|
|
|
|
gSaveContext.inventory.questItems |= gBitFlags[item - ITEM_MEDALLION_FOREST + QUEST_MEDALLION_FOREST];
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
|
|
osSyncPrintf(VT_FGCOL(YELLOW));
|
2021-09-04 13:33:19 +00:00
|
|
|
|
osSyncPrintf("封印 = %x\n", gSaveContext.inventory.questItems); // "Seals = %x"
|
2020-03-17 04:31:30 +00:00
|
|
|
|
osSyncPrintf(VT_RST);
|
|
|
|
|
|
2020-03-23 23:11:21 +00:00
|
|
|
|
if (item == ITEM_MEDALLION_WATER) {
|
2022-05-21 18:23:43 +00:00
|
|
|
|
func_8006D0AC(play);
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
|
|
return ITEM_NONE;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else if ((item >= ITEM_SONG_MINUET) && (item <= ITEM_SONG_STORMS)) {
|
2020-10-11 17:45:08 +00:00
|
|
|
|
gSaveContext.inventory.questItems |= gBitFlags[item - ITEM_SONG_MINUET + QUEST_SONG_MINUET];
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
|
|
osSyncPrintf(VT_FGCOL(YELLOW));
|
2021-09-04 13:33:19 +00:00
|
|
|
|
osSyncPrintf("楽譜 = %x\n", gSaveContext.inventory.questItems); // "Musical scores = %x"
|
|
|
|
|
// "Musical scores = %x (%x) (%x)"
|
2020-10-11 17:45:08 +00:00
|
|
|
|
osSyncPrintf("楽譜 = %x (%x) (%x)\n", gSaveContext.inventory.questItems,
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gBitFlags[item - ITEM_SONG_MINUET + QUEST_SONG_MINUET], gBitFlags[item - ITEM_SONG_MINUET]);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
osSyncPrintf(VT_RST);
|
|
|
|
|
|
|
|
|
|
return ITEM_NONE;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else if ((item >= ITEM_KOKIRI_EMERALD) && (item <= ITEM_ZORA_SAPPHIRE)) {
|
2020-10-11 17:45:08 +00:00
|
|
|
|
gSaveContext.inventory.questItems |= gBitFlags[item - ITEM_KOKIRI_EMERALD + QUEST_KOKIRI_EMERALD];
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
|
|
osSyncPrintf(VT_FGCOL(YELLOW));
|
2021-09-04 13:33:19 +00:00
|
|
|
|
osSyncPrintf("精霊石 = %x\n", gSaveContext.inventory.questItems); // "Spiritual Stones = %x"
|
2020-03-17 04:31:30 +00:00
|
|
|
|
osSyncPrintf(VT_RST);
|
|
|
|
|
|
|
|
|
|
return ITEM_NONE;
|
2022-11-16 18:23:27 +00:00
|
|
|
|
} else if ((item == ITEM_STONE_OF_AGONY) || (item == ITEM_GERUDOS_CARD)) {
|
2020-10-11 17:45:08 +00:00
|
|
|
|
gSaveContext.inventory.questItems |= gBitFlags[item - ITEM_STONE_OF_AGONY + QUEST_STONE_OF_AGONY];
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
|
|
osSyncPrintf(VT_FGCOL(YELLOW));
|
2021-09-04 13:33:19 +00:00
|
|
|
|
osSyncPrintf("アイテム = %x\n", gSaveContext.inventory.questItems); // "Items = %x"
|
2020-03-17 04:31:30 +00:00
|
|
|
|
osSyncPrintf(VT_RST);
|
|
|
|
|
|
|
|
|
|
return ITEM_NONE;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else if (item == ITEM_SKULL_TOKEN) {
|
2020-10-11 17:45:08 +00:00
|
|
|
|
gSaveContext.inventory.questItems |= gBitFlags[item - ITEM_SKULL_TOKEN + QUEST_SKULL_TOKEN];
|
|
|
|
|
gSaveContext.inventory.gsTokens++;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
|
|
osSyncPrintf(VT_FGCOL(YELLOW));
|
2021-09-04 13:33:19 +00:00
|
|
|
|
// "N Coins = %x(%d)"
|
2020-10-11 17:45:08 +00:00
|
|
|
|
osSyncPrintf("Nコイン = %x(%d)\n", gSaveContext.inventory.questItems, gSaveContext.inventory.gsTokens);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
osSyncPrintf(VT_RST);
|
|
|
|
|
|
|
|
|
|
return ITEM_NONE;
|
2022-11-16 18:23:27 +00:00
|
|
|
|
} else if ((item >= ITEM_SWORD_KOKIRI) && (item <= ITEM_SWORD_BIGGORON)) {
|
2022-04-30 16:18:56 +00:00
|
|
|
|
gSaveContext.inventory.equipment |=
|
|
|
|
|
OWNED_EQUIP_FLAG(EQUIP_TYPE_SWORD, item - ITEM_SWORD_KOKIRI + EQUIP_INV_SWORD_KOKIRI);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-11-16 18:23:27 +00:00
|
|
|
|
if (item == ITEM_SWORD_BIGGORON) {
|
2020-09-19 01:45:39 +00:00
|
|
|
|
gSaveContext.swordHealth = 8;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-04-30 16:18:56 +00:00
|
|
|
|
if (ALL_EQUIP_VALUE(EQUIP_TYPE_SWORD) ==
|
|
|
|
|
((1 << EQUIP_INV_SWORD_KOKIRI) | (1 << EQUIP_INV_SWORD_MASTER) | (1 << EQUIP_INV_SWORD_BGS) |
|
|
|
|
|
(1 << EQUIP_INV_SWORD_BROKENGIANTKNIFE))) {
|
|
|
|
|
gSaveContext.inventory.equipment ^=
|
|
|
|
|
OWNED_EQUIP_FLAG_ALT(EQUIP_TYPE_SWORD, EQUIP_INV_SWORD_BROKENGIANTKNIFE);
|
2022-11-16 18:23:27 +00:00
|
|
|
|
if (gSaveContext.equips.buttonItems[0] == ITEM_GIANTS_KNIFE) {
|
|
|
|
|
gSaveContext.equips.buttonItems[0] = ITEM_SWORD_BIGGORON;
|
2022-05-21 18:23:43 +00:00
|
|
|
|
Interface_LoadItemIcon1(play, 0);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else if (item == ITEM_SWORD_MASTER) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.equips.buttonItems[0] = ITEM_SWORD_MASTER;
|
2022-04-30 16:18:56 +00:00
|
|
|
|
gSaveContext.equips.equipment &= (u16) ~(0xF << (EQUIP_TYPE_SWORD * 4));
|
|
|
|
|
gSaveContext.equips.equipment |= EQUIP_VALUE_SWORD_MASTER << (EQUIP_TYPE_SWORD * 4);
|
2022-05-21 18:23:43 +00:00
|
|
|
|
Interface_LoadItemIcon1(play, 0);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
return ITEM_NONE;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else if ((item >= ITEM_SHIELD_DEKU) && (item <= ITEM_SHIELD_MIRROR)) {
|
2022-04-30 16:18:56 +00:00
|
|
|
|
gSaveContext.inventory.equipment |= OWNED_EQUIP_FLAG(EQUIP_TYPE_SHIELD, item - ITEM_SHIELD_DEKU);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return ITEM_NONE;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else if ((item >= ITEM_TUNIC_KOKIRI) && (item <= ITEM_TUNIC_ZORA)) {
|
2022-04-30 16:18:56 +00:00
|
|
|
|
gSaveContext.inventory.equipment |= OWNED_EQUIP_FLAG(EQUIP_TYPE_TUNIC, item - ITEM_TUNIC_KOKIRI);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return ITEM_NONE;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else if ((item >= ITEM_BOOTS_KOKIRI) && (item <= ITEM_BOOTS_HOVER)) {
|
2022-04-30 16:18:56 +00:00
|
|
|
|
gSaveContext.inventory.equipment |= OWNED_EQUIP_FLAG(EQUIP_TYPE_BOOTS, item - ITEM_BOOTS_KOKIRI);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return ITEM_NONE;
|
2022-11-16 18:23:27 +00:00
|
|
|
|
} else if ((item == ITEM_DUNGEON_BOSS_KEY) || (item == ITEM_DUNGEON_COMPASS) || (item == ITEM_DUNGEON_MAP)) {
|
|
|
|
|
gSaveContext.inventory.dungeonItems[gSaveContext.mapIndex] |= gBitFlags[item - ITEM_DUNGEON_BOSS_KEY];
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return ITEM_NONE;
|
2022-11-16 18:23:27 +00:00
|
|
|
|
} else if (item == ITEM_SMALL_KEY) {
|
2020-10-11 17:45:08 +00:00
|
|
|
|
if (gSaveContext.inventory.dungeonKeys[gSaveContext.mapIndex] < 0) {
|
|
|
|
|
gSaveContext.inventory.dungeonKeys[gSaveContext.mapIndex] = 1;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return ITEM_NONE;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2020-10-11 17:45:08 +00:00
|
|
|
|
gSaveContext.inventory.dungeonKeys[gSaveContext.mapIndex]++;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return ITEM_NONE;
|
|
|
|
|
}
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else if ((item == ITEM_QUIVER_30) || (item == ITEM_BOW)) {
|
|
|
|
|
if (CUR_UPG_VALUE(UPG_QUIVER) == 0) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
Inventory_ChangeUpgrade(UPG_QUIVER, 1);
|
|
|
|
|
INV_CONTENT(ITEM_BOW) = ITEM_BOW;
|
|
|
|
|
AMMO(ITEM_BOW) = CAPACITY(UPG_QUIVER, 1);
|
|
|
|
|
return ITEM_NONE;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
AMMO(ITEM_BOW)++;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
if (AMMO(ITEM_BOW) > CUR_CAPACITY(UPG_QUIVER)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
AMMO(ITEM_BOW) = CUR_CAPACITY(UPG_QUIVER);
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else if (item == ITEM_QUIVER_40) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
Inventory_ChangeUpgrade(UPG_QUIVER, 2);
|
|
|
|
|
AMMO(ITEM_BOW) = CAPACITY(UPG_QUIVER, 2);
|
|
|
|
|
return ITEM_NONE;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else if (item == ITEM_QUIVER_50) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
Inventory_ChangeUpgrade(UPG_QUIVER, 3);
|
|
|
|
|
AMMO(ITEM_BOW) = CAPACITY(UPG_QUIVER, 3);
|
|
|
|
|
return ITEM_NONE;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else if (item == ITEM_BULLET_BAG_40) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
Inventory_ChangeUpgrade(UPG_BULLET_BAG, 2);
|
|
|
|
|
AMMO(ITEM_SLINGSHOT) = CAPACITY(UPG_BULLET_BAG, 2);
|
|
|
|
|
return ITEM_NONE;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else if (item == ITEM_BULLET_BAG_50) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
Inventory_ChangeUpgrade(UPG_BULLET_BAG, 3);
|
|
|
|
|
AMMO(ITEM_SLINGSHOT) = CAPACITY(UPG_BULLET_BAG, 3);
|
|
|
|
|
return ITEM_NONE;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else if (item == ITEM_BOMB_BAG_20) {
|
|
|
|
|
if (CUR_UPG_VALUE(UPG_BOMB_BAG) == 0) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
Inventory_ChangeUpgrade(UPG_BOMB_BAG, 1);
|
|
|
|
|
INV_CONTENT(ITEM_BOMB) = ITEM_BOMB;
|
|
|
|
|
AMMO(ITEM_BOMB) = CAPACITY(UPG_BOMB_BAG, 1);
|
|
|
|
|
return ITEM_NONE;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
AMMO(ITEM_BOMB)++;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
if (AMMO(ITEM_BOMB) > CUR_CAPACITY(UPG_BOMB_BAG)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
AMMO(ITEM_BOMB) = CUR_CAPACITY(UPG_BOMB_BAG);
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else if (item == ITEM_BOMB_BAG_30) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
Inventory_ChangeUpgrade(UPG_BOMB_BAG, 2);
|
|
|
|
|
AMMO(ITEM_BOMB) = CAPACITY(UPG_BOMB_BAG, 2);
|
|
|
|
|
return ITEM_NONE;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else if (item == ITEM_BOMB_BAG_40) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
Inventory_ChangeUpgrade(UPG_BOMB_BAG, 3);
|
|
|
|
|
AMMO(ITEM_BOMB) = CAPACITY(UPG_BOMB_BAG, 3);
|
|
|
|
|
return ITEM_NONE;
|
2022-11-16 18:23:27 +00:00
|
|
|
|
} else if (item == ITEM_STRENGTH_GORONS_BRACELET) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
Inventory_ChangeUpgrade(UPG_STRENGTH, 1);
|
|
|
|
|
return ITEM_NONE;
|
2022-11-16 18:23:27 +00:00
|
|
|
|
} else if (item == ITEM_STRENGTH_SILVER_GAUNTLETS) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
Inventory_ChangeUpgrade(UPG_STRENGTH, 2);
|
|
|
|
|
return ITEM_NONE;
|
2022-11-16 18:23:27 +00:00
|
|
|
|
} else if (item == ITEM_STRENGTH_GOLD_GAUNTLETS) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
Inventory_ChangeUpgrade(UPG_STRENGTH, 3);
|
|
|
|
|
return ITEM_NONE;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else if (item == ITEM_SCALE_SILVER) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
Inventory_ChangeUpgrade(UPG_SCALE, 1);
|
|
|
|
|
return ITEM_NONE;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else if (item == ITEM_SCALE_GOLDEN) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
Inventory_ChangeUpgrade(UPG_SCALE, 2);
|
|
|
|
|
return ITEM_NONE;
|
2022-11-16 18:23:27 +00:00
|
|
|
|
} else if (item == ITEM_ADULTS_WALLET) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
Inventory_ChangeUpgrade(UPG_WALLET, 1);
|
|
|
|
|
return ITEM_NONE;
|
2022-11-16 18:23:27 +00:00
|
|
|
|
} else if (item == ITEM_GIANTS_WALLET) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
Inventory_ChangeUpgrade(UPG_WALLET, 2);
|
|
|
|
|
return ITEM_NONE;
|
2022-11-16 18:23:27 +00:00
|
|
|
|
} else if (item == ITEM_DEKU_STICK_UPGRADE_20) {
|
2020-10-11 17:45:08 +00:00
|
|
|
|
if (gSaveContext.inventory.items[slot] == ITEM_NONE) {
|
2022-11-16 18:23:27 +00:00
|
|
|
|
INV_CONTENT(ITEM_DEKU_STICK) = ITEM_DEKU_STICK;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2022-11-16 18:23:27 +00:00
|
|
|
|
Inventory_ChangeUpgrade(UPG_DEKU_STICKS, 2);
|
|
|
|
|
AMMO(ITEM_DEKU_STICK) = CAPACITY(UPG_DEKU_STICKS, 2);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return ITEM_NONE;
|
2022-11-16 18:23:27 +00:00
|
|
|
|
} else if (item == ITEM_DEKU_STICK_UPGRADE_30) {
|
2020-10-11 17:45:08 +00:00
|
|
|
|
if (gSaveContext.inventory.items[slot] == ITEM_NONE) {
|
2022-11-16 18:23:27 +00:00
|
|
|
|
INV_CONTENT(ITEM_DEKU_STICK) = ITEM_DEKU_STICK;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2022-11-16 18:23:27 +00:00
|
|
|
|
Inventory_ChangeUpgrade(UPG_DEKU_STICKS, 3);
|
|
|
|
|
AMMO(ITEM_DEKU_STICK) = CAPACITY(UPG_DEKU_STICKS, 3);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return ITEM_NONE;
|
2022-11-16 18:23:27 +00:00
|
|
|
|
} else if (item == ITEM_DEKU_NUT_UPGRADE_30) {
|
2020-10-11 17:45:08 +00:00
|
|
|
|
if (gSaveContext.inventory.items[slot] == ITEM_NONE) {
|
2022-11-16 18:23:27 +00:00
|
|
|
|
INV_CONTENT(ITEM_DEKU_NUT) = ITEM_DEKU_NUT;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2022-11-16 18:23:27 +00:00
|
|
|
|
Inventory_ChangeUpgrade(UPG_DEKU_NUTS, 2);
|
|
|
|
|
AMMO(ITEM_DEKU_NUT) = CAPACITY(UPG_DEKU_NUTS, 2);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return ITEM_NONE;
|
2022-11-16 18:23:27 +00:00
|
|
|
|
} else if (item == ITEM_DEKU_NUT_UPGRADE_40) {
|
2020-10-11 17:45:08 +00:00
|
|
|
|
if (gSaveContext.inventory.items[slot] == ITEM_NONE) {
|
2022-11-16 18:23:27 +00:00
|
|
|
|
INV_CONTENT(ITEM_DEKU_NUT) = ITEM_DEKU_NUT;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2022-11-16 18:23:27 +00:00
|
|
|
|
Inventory_ChangeUpgrade(UPG_DEKU_NUTS, 3);
|
|
|
|
|
AMMO(ITEM_DEKU_NUT) = CAPACITY(UPG_DEKU_NUTS, 3);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return ITEM_NONE;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else if (item == ITEM_LONGSHOT) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
INV_CONTENT(item) = item;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
for (i = 1; i < 4; i++) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.equips.buttonItems[i] == ITEM_HOOKSHOT) {
|
|
|
|
|
gSaveContext.equips.buttonItems[i] = ITEM_LONGSHOT;
|
2022-05-21 18:23:43 +00:00
|
|
|
|
Interface_LoadItemIcon1(play, i);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
return ITEM_NONE;
|
2022-11-16 18:23:27 +00:00
|
|
|
|
} else if (item == ITEM_DEKU_STICK) {
|
2020-10-11 17:45:08 +00:00
|
|
|
|
if (gSaveContext.inventory.items[slot] == ITEM_NONE) {
|
2022-11-16 18:23:27 +00:00
|
|
|
|
Inventory_ChangeUpgrade(UPG_DEKU_STICKS, 1);
|
|
|
|
|
AMMO(ITEM_DEKU_STICK) = 1;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2022-11-16 18:23:27 +00:00
|
|
|
|
AMMO(ITEM_DEKU_STICK)++;
|
|
|
|
|
if (AMMO(ITEM_DEKU_STICK) > CUR_CAPACITY(UPG_DEKU_STICKS)) {
|
|
|
|
|
AMMO(ITEM_DEKU_STICK) = CUR_CAPACITY(UPG_DEKU_STICKS);
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
2022-11-16 18:23:27 +00:00
|
|
|
|
} else if ((item == ITEM_DEKU_STICKS_5) || (item == ITEM_DEKU_STICKS_10)) {
|
2020-10-11 17:45:08 +00:00
|
|
|
|
if (gSaveContext.inventory.items[slot] == ITEM_NONE) {
|
2022-11-16 18:23:27 +00:00
|
|
|
|
Inventory_ChangeUpgrade(UPG_DEKU_STICKS, 1);
|
|
|
|
|
AMMO(ITEM_DEKU_STICK) = sAmmoRefillCounts[item - ITEM_DEKU_STICKS_5];
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2022-11-16 18:23:27 +00:00
|
|
|
|
AMMO(ITEM_DEKU_STICK) += sAmmoRefillCounts[item - ITEM_DEKU_STICKS_5];
|
|
|
|
|
if (AMMO(ITEM_DEKU_STICK) > CUR_CAPACITY(UPG_DEKU_STICKS)) {
|
|
|
|
|
AMMO(ITEM_DEKU_STICK) = CUR_CAPACITY(UPG_DEKU_STICKS);
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
2022-11-16 18:23:27 +00:00
|
|
|
|
item = ITEM_DEKU_STICK;
|
|
|
|
|
} else if (item == ITEM_DEKU_NUT) {
|
2020-10-11 17:45:08 +00:00
|
|
|
|
if (gSaveContext.inventory.items[slot] == ITEM_NONE) {
|
2022-11-16 18:23:27 +00:00
|
|
|
|
Inventory_ChangeUpgrade(UPG_DEKU_NUTS, 1);
|
|
|
|
|
AMMO(ITEM_DEKU_NUT) = ITEM_DEKU_NUT;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2022-11-16 18:23:27 +00:00
|
|
|
|
AMMO(ITEM_DEKU_NUT)++;
|
|
|
|
|
if (AMMO(ITEM_DEKU_NUT) > CUR_CAPACITY(UPG_DEKU_NUTS)) {
|
|
|
|
|
AMMO(ITEM_DEKU_NUT) = CUR_CAPACITY(UPG_DEKU_NUTS);
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
2022-11-16 18:23:27 +00:00
|
|
|
|
} else if ((item == ITEM_DEKU_NUTS_5) || (item == ITEM_DEKU_NUTS_10)) {
|
2020-10-11 17:45:08 +00:00
|
|
|
|
if (gSaveContext.inventory.items[slot] == ITEM_NONE) {
|
2022-11-16 18:23:27 +00:00
|
|
|
|
Inventory_ChangeUpgrade(UPG_DEKU_NUTS, 1);
|
|
|
|
|
AMMO(ITEM_DEKU_NUT) += sAmmoRefillCounts[item - ITEM_DEKU_NUTS_5];
|
2021-09-04 13:33:19 +00:00
|
|
|
|
// "Deku Nuts %d(%d)=%d BS_count=%d"
|
2022-11-16 18:23:27 +00:00
|
|
|
|
osSyncPrintf("デクの実 %d(%d)=%d BS_count=%d\n", item, ITEM_DEKU_NUTS_5, item - ITEM_DEKU_NUTS_5,
|
|
|
|
|
sAmmoRefillCounts[item - ITEM_DEKU_NUTS_5]);
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2022-11-16 18:23:27 +00:00
|
|
|
|
AMMO(ITEM_DEKU_NUT) += sAmmoRefillCounts[item - ITEM_DEKU_NUTS_5];
|
|
|
|
|
if (AMMO(ITEM_DEKU_NUT) > CUR_CAPACITY(UPG_DEKU_NUTS)) {
|
|
|
|
|
AMMO(ITEM_DEKU_NUT) = CUR_CAPACITY(UPG_DEKU_NUTS);
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
2022-11-16 18:23:27 +00:00
|
|
|
|
item = ITEM_DEKU_NUT;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else if (item == ITEM_BOMB) {
|
2021-09-04 13:33:19 +00:00
|
|
|
|
// "Bomb Bomb Bomb Bomb Bomb Bomb Bomb"
|
2020-03-17 04:31:30 +00:00
|
|
|
|
osSyncPrintf(" 爆弾 爆弾 爆弾 爆弾 爆弾 爆弾 爆弾 \n");
|
2020-12-18 00:12:22 +00:00
|
|
|
|
if ((AMMO(ITEM_BOMB) += 1) > CUR_CAPACITY(UPG_BOMB_BAG)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
AMMO(ITEM_BOMB) = CUR_CAPACITY(UPG_BOMB_BAG);
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return ITEM_NONE;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else if ((item >= ITEM_BOMBS_5) && (item <= ITEM_BOMBS_30)) {
|
2020-12-18 00:12:22 +00:00
|
|
|
|
if ((AMMO(ITEM_BOMB) += sAmmoRefillCounts[item - ITEM_BOMBS_5]) > CUR_CAPACITY(UPG_BOMB_BAG)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
AMMO(ITEM_BOMB) = CUR_CAPACITY(UPG_BOMB_BAG);
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return ITEM_NONE;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else if (item == ITEM_BOMBCHU) {
|
2020-10-11 17:45:08 +00:00
|
|
|
|
if (gSaveContext.inventory.items[slot] == ITEM_NONE) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
INV_CONTENT(ITEM_BOMBCHU) = ITEM_BOMBCHU;
|
|
|
|
|
AMMO(ITEM_BOMBCHU) = 10;
|
|
|
|
|
return ITEM_NONE;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
AMMO(ITEM_BOMBCHU) += 10;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
if (AMMO(ITEM_BOMBCHU) > 50) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
AMMO(ITEM_BOMBCHU) = 50;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return ITEM_NONE;
|
|
|
|
|
}
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else if ((item == ITEM_BOMBCHUS_5) || (item == ITEM_BOMBCHUS_20)) {
|
2020-10-11 17:45:08 +00:00
|
|
|
|
if (gSaveContext.inventory.items[slot] == ITEM_NONE) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
INV_CONTENT(ITEM_BOMBCHU) = ITEM_BOMBCHU;
|
2022-04-23 14:41:17 +00:00
|
|
|
|
AMMO(ITEM_BOMBCHU) += sBombchuRefillCounts[item - ITEM_BOMBCHUS_5];
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return ITEM_NONE;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2022-04-23 14:41:17 +00:00
|
|
|
|
AMMO(ITEM_BOMBCHU) += sBombchuRefillCounts[item - ITEM_BOMBCHUS_5];
|
2020-03-23 23:11:21 +00:00
|
|
|
|
if (AMMO(ITEM_BOMBCHU) > 50) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
AMMO(ITEM_BOMBCHU) = 50;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return ITEM_NONE;
|
|
|
|
|
}
|
2022-11-16 18:23:27 +00:00
|
|
|
|
} else if ((item >= ITEM_ARROWS_5) && (item <= ITEM_ARROWS_30)) {
|
|
|
|
|
AMMO(ITEM_BOW) += sArrowRefillCounts[item - ITEM_ARROWS_5];
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-23 23:11:21 +00:00
|
|
|
|
if ((AMMO(ITEM_BOW) >= CUR_CAPACITY(UPG_QUIVER)) || (AMMO(ITEM_BOW) < 0)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
AMMO(ITEM_BOW) = CUR_CAPACITY(UPG_QUIVER);
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
|
|
osSyncPrintf("%d本 Item_MaxGet=%d\n", AMMO(ITEM_BOW), CUR_CAPACITY(UPG_QUIVER));
|
|
|
|
|
|
|
|
|
|
return ITEM_BOW;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else if (item == ITEM_SLINGSHOT) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
Inventory_ChangeUpgrade(UPG_BULLET_BAG, 1);
|
|
|
|
|
INV_CONTENT(ITEM_SLINGSHOT) = ITEM_SLINGSHOT;
|
|
|
|
|
AMMO(ITEM_SLINGSHOT) = 30;
|
|
|
|
|
return ITEM_NONE;
|
2022-11-16 18:23:27 +00:00
|
|
|
|
} else if (item == ITEM_DEKU_SEEDS) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
AMMO(ITEM_SLINGSHOT) += 5;
|
|
|
|
|
|
2020-03-23 23:11:21 +00:00
|
|
|
|
if (AMMO(ITEM_SLINGSHOT) >= CUR_CAPACITY(UPG_BULLET_BAG)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
AMMO(ITEM_SLINGSHOT) = CUR_CAPACITY(UPG_BULLET_BAG);
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-04-29 18:19:48 +00:00
|
|
|
|
if (!GET_ITEMGETINF(ITEMGETINF_13)) {
|
|
|
|
|
SET_ITEMGETINF(ITEMGETINF_13);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return ITEM_NONE;
|
|
|
|
|
}
|
|
|
|
|
|
2022-11-16 18:23:27 +00:00
|
|
|
|
return ITEM_DEKU_SEEDS;
|
|
|
|
|
} else if (item == ITEM_DEKU_SEEDS_30) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
AMMO(ITEM_SLINGSHOT) += 30;
|
|
|
|
|
|
2020-03-23 23:11:21 +00:00
|
|
|
|
if (AMMO(ITEM_SLINGSHOT) >= CUR_CAPACITY(UPG_BULLET_BAG)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
AMMO(ITEM_SLINGSHOT) = CUR_CAPACITY(UPG_BULLET_BAG);
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-04-29 18:19:48 +00:00
|
|
|
|
if (!GET_ITEMGETINF(ITEMGETINF_13)) {
|
|
|
|
|
SET_ITEMGETINF(ITEMGETINF_13);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return ITEM_NONE;
|
|
|
|
|
}
|
|
|
|
|
|
2022-11-16 18:23:27 +00:00
|
|
|
|
return ITEM_DEKU_SEEDS;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else if (item == ITEM_OCARINA_FAIRY) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
INV_CONTENT(ITEM_OCARINA_FAIRY) = ITEM_OCARINA_FAIRY;
|
|
|
|
|
return ITEM_NONE;
|
2022-11-16 18:23:27 +00:00
|
|
|
|
} else if (item == ITEM_OCARINA_OF_TIME) {
|
|
|
|
|
INV_CONTENT(ITEM_OCARINA_OF_TIME) = ITEM_OCARINA_OF_TIME;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
for (i = 1; i < 4; i++) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.equips.buttonItems[i] == ITEM_OCARINA_FAIRY) {
|
2022-11-16 18:23:27 +00:00
|
|
|
|
gSaveContext.equips.buttonItems[i] = ITEM_OCARINA_OF_TIME;
|
2022-05-21 18:23:43 +00:00
|
|
|
|
Interface_LoadItemIcon1(play, i);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
return ITEM_NONE;
|
2022-11-16 18:23:27 +00:00
|
|
|
|
} else if (item == ITEM_MAGIC_BEAN) {
|
2020-10-11 17:45:08 +00:00
|
|
|
|
if (gSaveContext.inventory.items[slot] == ITEM_NONE) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
INV_CONTENT(item) = item;
|
2022-11-16 18:23:27 +00:00
|
|
|
|
AMMO(ITEM_MAGIC_BEAN) = 1;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
BEANS_BOUGHT = 1;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2022-11-16 18:23:27 +00:00
|
|
|
|
AMMO(ITEM_MAGIC_BEAN)++;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
BEANS_BOUGHT++;
|
|
|
|
|
}
|
|
|
|
|
return ITEM_NONE;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else if ((item == ITEM_HEART_PIECE_2) || (item == ITEM_HEART_PIECE)) {
|
2022-04-23 14:41:17 +00:00
|
|
|
|
gSaveContext.inventory.questItems += 1 << QUEST_HEART_PIECE_COUNT;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return ITEM_NONE;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else if (item == ITEM_HEART_CONTAINER) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.healthCapacity += 0x10;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
gSaveContext.health += 0x10;
|
|
|
|
|
return ITEM_NONE;
|
2022-07-14 20:26:10 +00:00
|
|
|
|
} else if (item == ITEM_RECOVERY_HEART) {
|
2021-09-04 13:33:19 +00:00
|
|
|
|
osSyncPrintf("回復ハート回復ハート回復ハート\n"); // "Recovery Heart"
|
2022-05-21 18:23:43 +00:00
|
|
|
|
Health_ChangeBy(play, 0x10);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return item;
|
2022-11-16 18:23:27 +00:00
|
|
|
|
} else if (item == ITEM_MAGIC_JAR_SMALL) {
|
2022-05-23 16:52:01 +00:00
|
|
|
|
if (gSaveContext.magicState != MAGIC_STATE_ADD) {
|
|
|
|
|
// This function is only used to store the magicState.
|
|
|
|
|
// Setting the state to FILL gets immediately overwritten in Magic_RequestChange.
|
|
|
|
|
// I.e. magic is added not filled
|
2022-05-21 18:23:43 +00:00
|
|
|
|
Magic_Fill(play);
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-05-23 16:52:01 +00:00
|
|
|
|
Magic_RequestChange(play, 12, MAGIC_ADD);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-04-29 18:19:48 +00:00
|
|
|
|
if (!GET_INFTABLE(INFTABLE_198)) {
|
|
|
|
|
SET_INFTABLE(INFTABLE_198);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return ITEM_NONE;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
return item;
|
2022-11-16 18:23:27 +00:00
|
|
|
|
} else if (item == ITEM_MAGIC_JAR_BIG) {
|
2022-05-23 16:52:01 +00:00
|
|
|
|
if (gSaveContext.magicState != MAGIC_STATE_ADD) {
|
|
|
|
|
// This function is only used to store the magicState.
|
|
|
|
|
// Setting the state to FILL gets immediately overwritten in Magic_RequestChange.
|
|
|
|
|
// I.e. magic is added not filled.
|
2022-05-21 18:23:43 +00:00
|
|
|
|
Magic_Fill(play);
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-05-23 16:52:01 +00:00
|
|
|
|
Magic_RequestChange(play, 24, MAGIC_ADD);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-04-29 18:19:48 +00:00
|
|
|
|
if (!GET_INFTABLE(INFTABLE_198)) {
|
|
|
|
|
SET_INFTABLE(INFTABLE_198);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return ITEM_NONE;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
return item;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else if ((item >= ITEM_RUPEE_GREEN) && (item <= ITEM_INVALID_8)) {
|
2022-04-23 14:41:17 +00:00
|
|
|
|
Rupees_ChangeBy(sRupeeRefillCounts[item - ITEM_RUPEE_GREEN]);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return ITEM_NONE;
|
2022-11-16 18:23:27 +00:00
|
|
|
|
} else if (item == ITEM_BOTTLE_EMPTY) {
|
2020-12-18 00:12:22 +00:00
|
|
|
|
temp = SLOT(item);
|
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
for (i = 0; i < 4; i++) {
|
2020-12-18 00:12:22 +00:00
|
|
|
|
if (gSaveContext.inventory.items[temp + i] == ITEM_NONE) {
|
|
|
|
|
gSaveContext.inventory.items[temp + i] = item;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return ITEM_NONE;
|
|
|
|
|
}
|
|
|
|
|
}
|
2022-11-16 18:23:27 +00:00
|
|
|
|
} else if (((item >= ITEM_BOTTLE_POTION_RED) && (item <= ITEM_BOTTLE_POE)) || (item == ITEM_MILK)) {
|
2020-12-18 00:12:22 +00:00
|
|
|
|
temp = SLOT(item);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-11-16 18:23:27 +00:00
|
|
|
|
if ((item != ITEM_BOTTLE_MILK_FULL) && (item != ITEM_BOTTLE_RUTOS_LETTER)) {
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (item == ITEM_MILK) {
|
2022-11-16 18:23:27 +00:00
|
|
|
|
item = ITEM_BOTTLE_MILK_FULL;
|
2020-12-18 00:12:22 +00:00
|
|
|
|
temp = SLOT(item);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
for (i = 0; i < 4; i++) {
|
2022-11-16 18:23:27 +00:00
|
|
|
|
if (gSaveContext.inventory.items[temp + i] == ITEM_BOTTLE_EMPTY) {
|
2021-09-04 13:33:19 +00:00
|
|
|
|
// "Item_Pt(1)=%d Item_Pt(2)=%d Item_Pt(3)=%d Empty Bottle=%d Content=%d"
|
2020-03-17 04:31:30 +00:00
|
|
|
|
osSyncPrintf("Item_Pt(1)=%d Item_Pt(2)=%d Item_Pt(3)=%d 空瓶=%d 中味=%d\n",
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.equips.cButtonSlots[0], gSaveContext.equips.cButtonSlots[1],
|
2020-12-18 00:12:22 +00:00
|
|
|
|
gSaveContext.equips.cButtonSlots[2], temp + i, item);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-12-18 00:12:22 +00:00
|
|
|
|
if ((temp + i) == gSaveContext.equips.cButtonSlots[0]) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.equips.buttonItems[1] = item;
|
2022-05-21 18:23:43 +00:00
|
|
|
|
Interface_LoadItemIcon2(play, 1);
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.buttonStatus[1] = BTN_ENABLED;
|
2020-12-18 00:12:22 +00:00
|
|
|
|
} else if ((temp + i) == gSaveContext.equips.cButtonSlots[1]) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.equips.buttonItems[2] = item;
|
2022-05-21 18:23:43 +00:00
|
|
|
|
Interface_LoadItemIcon2(play, 2);
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.buttonStatus[2] = BTN_ENABLED;
|
2020-12-18 00:12:22 +00:00
|
|
|
|
} else if ((temp + i) == gSaveContext.equips.cButtonSlots[2]) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.equips.buttonItems[3] = item;
|
2022-05-21 18:23:43 +00:00
|
|
|
|
Interface_LoadItemIcon1(play, 3);
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.buttonStatus[3] = BTN_ENABLED;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2020-12-18 00:12:22 +00:00
|
|
|
|
gSaveContext.inventory.items[temp + i] = item;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return ITEM_NONE;
|
|
|
|
|
}
|
|
|
|
|
}
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
|
|
|
|
for (i = 0; i < 4; i++) {
|
2020-12-18 00:12:22 +00:00
|
|
|
|
if (gSaveContext.inventory.items[temp + i] == ITEM_NONE) {
|
|
|
|
|
gSaveContext.inventory.items[temp + i] = item;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return ITEM_NONE;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else if ((item >= ITEM_WEIRD_EGG) && (item <= ITEM_CLAIM_CHECK)) {
|
2022-11-16 18:23:27 +00:00
|
|
|
|
if (item == ITEM_POACHERS_SAW) {
|
2022-04-29 18:19:48 +00:00
|
|
|
|
SET_ITEMGETINF(ITEMGETINF_1F);
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-12-18 00:12:22 +00:00
|
|
|
|
temp = INV_CONTENT(item);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
INV_CONTENT(item) = item;
|
|
|
|
|
|
2020-12-18 00:12:22 +00:00
|
|
|
|
if (temp != ITEM_NONE) {
|
2020-03-22 21:19:43 +00:00
|
|
|
|
for (i = 1; i < 4; i++) {
|
2020-12-18 00:12:22 +00:00
|
|
|
|
if (temp == gSaveContext.equips.buttonItems[i]) {
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (item != ITEM_SOLD_OUT) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.equips.buttonItems[i] = item;
|
2022-05-21 18:23:43 +00:00
|
|
|
|
Interface_LoadItemIcon1(play, i);
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.equips.buttonItems[i] = ITEM_NONE;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
return ITEM_NONE;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
return ITEM_NONE;
|
|
|
|
|
}
|
|
|
|
|
|
2020-12-18 00:12:22 +00:00
|
|
|
|
temp = gSaveContext.inventory.items[slot];
|
|
|
|
|
osSyncPrintf("Item_Register(%d)=%d %d\n", slot, item, temp);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
INV_CONTENT(item) = item;
|
|
|
|
|
|
2020-12-18 00:12:22 +00:00
|
|
|
|
return temp;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
u8 Item_CheckObtainability(u8 item) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
s16 i;
|
2021-02-14 00:49:40 +00:00
|
|
|
|
s16 slot = SLOT(item);
|
2020-12-18 00:12:22 +00:00
|
|
|
|
s32 temp;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-11-16 18:23:27 +00:00
|
|
|
|
if (item >= ITEM_DEKU_STICKS_5) {
|
|
|
|
|
slot = SLOT(sExtraItemBases[item - ITEM_DEKU_STICKS_5]);
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
|
|
osSyncPrintf(VT_FGCOL(GREEN));
|
2020-10-11 17:45:08 +00:00
|
|
|
|
osSyncPrintf("item_get_non_setting=%d pt=%d z=%x\n", item, slot, gSaveContext.inventory.items[slot]);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
osSyncPrintf(VT_RST);
|
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if ((item >= ITEM_MEDALLION_FOREST) && (item <= ITEM_MEDALLION_LIGHT)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return ITEM_NONE;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else if ((item >= ITEM_KOKIRI_EMERALD) && (item <= ITEM_SKULL_TOKEN)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return ITEM_NONE;
|
2022-11-16 18:23:27 +00:00
|
|
|
|
} else if ((item >= ITEM_SWORD_KOKIRI) && (item <= ITEM_SWORD_BIGGORON)) {
|
|
|
|
|
if (item == ITEM_SWORD_BIGGORON) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return ITEM_NONE;
|
2022-04-30 16:18:56 +00:00
|
|
|
|
} else if (CHECK_OWNED_EQUIP(EQUIP_TYPE_SWORD, item - ITEM_SWORD_KOKIRI + EQUIP_INV_SWORD_KOKIRI)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return item;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return ITEM_NONE;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
|
|
|
|
} else if ((item >= ITEM_SHIELD_DEKU) && (item <= ITEM_SHIELD_MIRROR)) {
|
2022-04-30 16:18:56 +00:00
|
|
|
|
if (CHECK_OWNED_EQUIP(EQUIP_TYPE_SHIELD, item - ITEM_SHIELD_DEKU + EQUIP_INV_SHIELD_DEKU)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return item;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return ITEM_NONE;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
|
|
|
|
} else if ((item >= ITEM_TUNIC_KOKIRI) && (item <= ITEM_TUNIC_ZORA)) {
|
2022-04-30 16:18:56 +00:00
|
|
|
|
if (CHECK_OWNED_EQUIP(EQUIP_TYPE_TUNIC, item - ITEM_TUNIC_KOKIRI + EQUIP_INV_TUNIC_KOKIRI)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return item;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return ITEM_NONE;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
|
|
|
|
} else if ((item >= ITEM_BOOTS_KOKIRI) && (item <= ITEM_BOOTS_HOVER)) {
|
2022-04-30 16:18:56 +00:00
|
|
|
|
if (CHECK_OWNED_EQUIP(EQUIP_TYPE_BOOTS, item - ITEM_BOOTS_KOKIRI + EQUIP_INV_BOOTS_KOKIRI)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return item;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return ITEM_NONE;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2022-11-16 18:23:27 +00:00
|
|
|
|
} else if ((item == ITEM_DUNGEON_BOSS_KEY) || (item == ITEM_DUNGEON_COMPASS) || (item == ITEM_DUNGEON_MAP)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return ITEM_NONE;
|
2022-11-16 18:23:27 +00:00
|
|
|
|
} else if (item == ITEM_SMALL_KEY) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return ITEM_NONE;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else if ((item >= ITEM_SLINGSHOT) && (item <= ITEM_BOMBCHU)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return ITEM_NONE;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else if ((item == ITEM_BOMBCHUS_5) || (item == ITEM_BOMBCHUS_20)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return ITEM_NONE;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else if ((item == ITEM_QUIVER_30) || (item == ITEM_BOW)) {
|
|
|
|
|
if (CUR_UPG_VALUE(UPG_QUIVER) == 0) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return ITEM_NONE;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return 0;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
|
|
|
|
} else if ((item == ITEM_QUIVER_40) || (item == ITEM_QUIVER_50)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return ITEM_NONE;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else if ((item == ITEM_BULLET_BAG_40) || (item == ITEM_BULLET_BAG_50)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return ITEM_NONE;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else if ((item == ITEM_BOMB_BAG_20) || (item == ITEM_BOMB)) {
|
|
|
|
|
if (CUR_UPG_VALUE(UPG_BOMB_BAG) == 0) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return ITEM_NONE;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return 0;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2022-11-16 18:23:27 +00:00
|
|
|
|
} else if ((item >= ITEM_DEKU_STICK_UPGRADE_20) && (item <= ITEM_DEKU_NUT_UPGRADE_40)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return ITEM_NONE;
|
2022-11-16 18:23:27 +00:00
|
|
|
|
} else if ((item >= ITEM_BOMB_BAG_30) && (item <= ITEM_GIANTS_WALLET)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return ITEM_NONE;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else if (item == ITEM_LONGSHOT) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return ITEM_NONE;
|
2022-11-16 18:23:27 +00:00
|
|
|
|
} else if ((item == ITEM_DEKU_SEEDS) || (item == ITEM_DEKU_SEEDS_30)) {
|
2022-04-29 18:19:48 +00:00
|
|
|
|
if (!GET_ITEMGETINF(ITEMGETINF_13)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return ITEM_NONE;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2022-11-16 18:23:27 +00:00
|
|
|
|
return ITEM_DEKU_SEEDS;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2022-11-16 18:23:27 +00:00
|
|
|
|
} else if (item == ITEM_MAGIC_BEAN) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return ITEM_NONE;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else if ((item == ITEM_HEART_PIECE_2) || (item == ITEM_HEART_PIECE)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return ITEM_NONE;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else if (item == ITEM_HEART_CONTAINER) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return ITEM_NONE;
|
2022-07-14 20:26:10 +00:00
|
|
|
|
} else if (item == ITEM_RECOVERY_HEART) {
|
|
|
|
|
return ITEM_RECOVERY_HEART;
|
2022-11-16 18:23:27 +00:00
|
|
|
|
} else if ((item == ITEM_MAGIC_JAR_SMALL) || (item == ITEM_MAGIC_JAR_BIG)) {
|
2021-09-04 13:33:19 +00:00
|
|
|
|
// "Magic Pot Get_Inf_Table( 25, 0x0100)=%d"
|
2022-04-29 18:19:48 +00:00
|
|
|
|
osSyncPrintf("魔法の壷 Get_Inf_Table( 25, 0x0100)=%d\n", GET_INFTABLE(INFTABLE_198));
|
|
|
|
|
if (!GET_INFTABLE(INFTABLE_198)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return ITEM_NONE;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return item;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
|
|
|
|
} else if ((item >= ITEM_RUPEE_GREEN) && (item <= ITEM_INVALID_8)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return ITEM_NONE;
|
2022-11-16 18:23:27 +00:00
|
|
|
|
} else if (item == ITEM_BOTTLE_EMPTY) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return ITEM_NONE;
|
2022-11-16 18:23:27 +00:00
|
|
|
|
} else if (((item >= ITEM_BOTTLE_POTION_RED) && (item <= ITEM_BOTTLE_POE)) || (item == ITEM_MILK)) {
|
2020-12-18 00:12:22 +00:00
|
|
|
|
temp = SLOT(item);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-11-16 18:23:27 +00:00
|
|
|
|
if ((item != ITEM_BOTTLE_MILK_FULL) && (item != ITEM_BOTTLE_RUTOS_LETTER)) {
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (item == ITEM_MILK) {
|
2022-11-16 18:23:27 +00:00
|
|
|
|
item = ITEM_BOTTLE_MILK_FULL;
|
2020-12-18 00:12:22 +00:00
|
|
|
|
temp = SLOT(item);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
for (i = 0; i < 4; i++) {
|
2022-11-16 18:23:27 +00:00
|
|
|
|
if (gSaveContext.inventory.items[temp + i] == ITEM_BOTTLE_EMPTY) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return ITEM_NONE;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
|
|
|
|
for (i = 0; i < 4; i++) {
|
2020-12-18 00:12:22 +00:00
|
|
|
|
if (gSaveContext.inventory.items[temp + i] == ITEM_NONE) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return ITEM_NONE;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else if ((item >= ITEM_WEIRD_EGG) && (item <= ITEM_CLAIM_CHECK)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
return ITEM_NONE;
|
|
|
|
|
}
|
|
|
|
|
|
2020-10-11 17:45:08 +00:00
|
|
|
|
return gSaveContext.inventory.items[slot];
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
void Inventory_DeleteItem(u16 item, u16 invSlot) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
s16 i;
|
|
|
|
|
|
2022-11-16 18:23:27 +00:00
|
|
|
|
if (item == ITEM_MAGIC_BEAN) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
BEANS_BOUGHT = 0;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-10-11 17:45:08 +00:00
|
|
|
|
gSaveContext.inventory.items[invSlot] = ITEM_NONE;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-10-11 17:45:08 +00:00
|
|
|
|
osSyncPrintf("\nItem_Register(%d)\n", invSlot, gSaveContext.inventory.items[invSlot]);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
for (i = 1; i < 4; i++) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.equips.buttonItems[i] == item) {
|
|
|
|
|
gSaveContext.equips.buttonItems[i] = ITEM_NONE;
|
|
|
|
|
gSaveContext.equips.cButtonSlots[i - 1] = SLOT_NONE;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
s32 Inventory_ReplaceItem(PlayState* play, u16 oldItem, u16 newItem) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
s16 i;
|
|
|
|
|
|
2020-10-11 17:45:08 +00:00
|
|
|
|
for (i = 0; i < ARRAY_COUNT(gSaveContext.inventory.items); i++) {
|
|
|
|
|
if (gSaveContext.inventory.items[i] == oldItem) {
|
|
|
|
|
gSaveContext.inventory.items[i] = newItem;
|
2021-09-04 13:33:19 +00:00
|
|
|
|
osSyncPrintf("アイテム消去(%d)\n", i); // "Item Purge (%d)"
|
2020-08-23 21:50:30 +00:00
|
|
|
|
for (i = 1; i < 4; i++) {
|
|
|
|
|
if (gSaveContext.equips.buttonItems[i] == oldItem) {
|
|
|
|
|
gSaveContext.equips.buttonItems[i] = newItem;
|
2022-05-21 18:23:43 +00:00
|
|
|
|
Interface_LoadItemIcon1(play, i);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
}
|
2022-04-23 14:41:17 +00:00
|
|
|
|
return true;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-04-23 14:41:17 +00:00
|
|
|
|
return false;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
s32 Inventory_HasEmptyBottle(void) {
|
2020-10-11 17:45:08 +00:00
|
|
|
|
u8* items = gSaveContext.inventory.items;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-11-16 18:23:27 +00:00
|
|
|
|
if (items[SLOT_BOTTLE_1] == ITEM_BOTTLE_EMPTY) {
|
2022-04-23 14:41:17 +00:00
|
|
|
|
return true;
|
2022-11-16 18:23:27 +00:00
|
|
|
|
} else if (items[SLOT_BOTTLE_2] == ITEM_BOTTLE_EMPTY) {
|
2022-04-23 14:41:17 +00:00
|
|
|
|
return true;
|
2022-11-16 18:23:27 +00:00
|
|
|
|
} else if (items[SLOT_BOTTLE_3] == ITEM_BOTTLE_EMPTY) {
|
2022-04-23 14:41:17 +00:00
|
|
|
|
return true;
|
2022-11-16 18:23:27 +00:00
|
|
|
|
} else if (items[SLOT_BOTTLE_4] == ITEM_BOTTLE_EMPTY) {
|
2022-04-23 14:41:17 +00:00
|
|
|
|
return true;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2022-04-23 14:41:17 +00:00
|
|
|
|
return false;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
s32 Inventory_HasSpecificBottle(u8 bottleItem) {
|
2020-10-11 17:45:08 +00:00
|
|
|
|
u8* items = gSaveContext.inventory.items;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (items[SLOT_BOTTLE_1] == bottleItem) {
|
2022-04-23 14:41:17 +00:00
|
|
|
|
return true;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else if (items[SLOT_BOTTLE_2] == bottleItem) {
|
2022-04-23 14:41:17 +00:00
|
|
|
|
return true;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else if (items[SLOT_BOTTLE_3] == bottleItem) {
|
2022-04-23 14:41:17 +00:00
|
|
|
|
return true;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else if (items[SLOT_BOTTLE_4] == bottleItem) {
|
2022-04-23 14:41:17 +00:00
|
|
|
|
return true;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2022-04-23 14:41:17 +00:00
|
|
|
|
return false;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
void Inventory_UpdateBottleItem(PlayState* play, u8 item, u8 button) {
|
2020-09-19 01:45:39 +00:00
|
|
|
|
osSyncPrintf("item_no=%x, c_no=%x, Pt=%x Item_Register=%x\n", item, button,
|
|
|
|
|
gSaveContext.equips.cButtonSlots[button - 1],
|
2020-10-11 17:45:08 +00:00
|
|
|
|
gSaveContext.inventory.items[gSaveContext.equips.cButtonSlots[button - 1]]);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
|
|
// Special case to only empty half of a Lon Lon Milk Bottle
|
2022-11-16 18:23:27 +00:00
|
|
|
|
if ((gSaveContext.inventory.items[gSaveContext.equips.cButtonSlots[button - 1]] == ITEM_BOTTLE_MILK_FULL) &&
|
|
|
|
|
(item == ITEM_BOTTLE_EMPTY)) {
|
|
|
|
|
item = ITEM_BOTTLE_MILK_HALF;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-10-11 17:45:08 +00:00
|
|
|
|
gSaveContext.inventory.items[gSaveContext.equips.cButtonSlots[button - 1]] = item;
|
2020-09-19 01:45:39 +00:00
|
|
|
|
gSaveContext.equips.buttonItems[button] = item;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
Interface_LoadItemIcon1(play, button);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
play->pauseCtx.cursorItem[PAUSE_ITEM] = item;
|
2020-09-19 01:45:39 +00:00
|
|
|
|
gSaveContext.buttonStatus[button] = BTN_ENABLED;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
s32 Inventory_ConsumeFairy(PlayState* play) {
|
2022-11-16 18:23:27 +00:00
|
|
|
|
s32 bottleSlot = SLOT(ITEM_BOTTLE_FAIRY);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
s16 i;
|
|
|
|
|
s16 j;
|
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
for (i = 0; i < 4; i++) {
|
2022-11-16 18:23:27 +00:00
|
|
|
|
if (gSaveContext.inventory.items[bottleSlot + i] == ITEM_BOTTLE_FAIRY) {
|
2020-03-22 21:19:43 +00:00
|
|
|
|
for (j = 1; j < 4; j++) {
|
2022-11-16 18:23:27 +00:00
|
|
|
|
if (gSaveContext.equips.buttonItems[j] == ITEM_BOTTLE_FAIRY) {
|
|
|
|
|
gSaveContext.equips.buttonItems[j] = ITEM_BOTTLE_EMPTY;
|
2022-05-21 18:23:43 +00:00
|
|
|
|
Interface_LoadItemIcon1(play, j);
|
2020-08-23 21:50:30 +00:00
|
|
|
|
i = 0;
|
2020-04-16 21:36:12 +00:00
|
|
|
|
bottleSlot = gSaveContext.equips.cButtonSlots[j - 1];
|
2020-03-17 04:31:30 +00:00
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
}
|
2021-09-04 13:33:19 +00:00
|
|
|
|
osSyncPrintf("妖精使用=%d\n", bottleSlot); // "Fairy Usage=%d"
|
2022-11-16 18:23:27 +00:00
|
|
|
|
gSaveContext.inventory.items[bottleSlot + i] = ITEM_BOTTLE_EMPTY;
|
2022-04-23 14:41:17 +00:00
|
|
|
|
return true;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-04-23 14:41:17 +00:00
|
|
|
|
return false;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
void func_80086D5C(s32* buf, u16 size) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
u16 i;
|
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
for (i = 0; i < size; i++) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
buf[i] = 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
z_message_PAL, message_data_static and surrounding doc (#996)
* Initial progress on z_message_PAL, very messy
* Fix merge
* Some more progress
* Fix merge
* More z_message_PAL
* Small progress
* More small progress
* message_data_static files OK
* Prepare z_message_tables
* Matched another function, small updates
* Attempt to use asm-processor static-symbols branch
* Refactor text id declarations
* Begin large text codes parser function
* Fix merge
* Refactor done
* Build OK, add color and highscore names
* Remove encoded text headers and automatically encode during build
* Fix kanfont
* Various cleanups
* DISP macros
* Another match aside data
* Further progress
* Small improvements
* Deduplicate magic values for text control codes, small improvements
* Tiny progress
* Minor cleanups
* Clean up z_message_PAL comment
* Progress on large functions
* Further progress on large functions
* Changes to mkldscript to link .data in the .rodata section
* data OK
* Few improvements
* Use gDPLoadTextureBlock macros where appropriate
* rm z_message_tables, progress on large functions
* 2 more matches
* Improvements
* Small progress
* More progress on big function
* progress
* match func_80107980
* match Message_Update
* match func_8010BED8
* done
* Progress on remaining large functions
* Small progress on largest function
* Another match, extract text and move to assets, improve text build system
* Small nonmatchings improvements
* docs wip
* Largest function maybe equivalent
* Fix merge
* Document do_action values, largest function is almost instruction-matching
* Rename NAVI do_action to NONE, as that appears to be how that value is used in practice
* Fix merge
* one match
* Last function is instruction-matching
* Fix
* Improvements thanks to engineer124
* Stack matched thanks to petrie911, now just a/v/low t regalloc issues, some cleanup
* More variables labeled, use text state enum everywhere
* More labels and names
* Fix
* Actor_IsTalking -> Actor_TalkRequested
* Match func_8010C39C and remove unused asm
* More docs
* Mostly ocarina related docs
* All msgModes named
* Fix assetclean
* Cleanup
* Extraction fixes and headers
* Suggestions
* Review suggestions
* Change text extraction again, only extract if the headers do not already exist
* Fix
* Use ast for charmap, fix assetclean for real this time
* Review suggestions
* BGM ids and ran formatter
* Review comments
* rename include_readonly to include_data_with_rodata
* Remove leading 0s in number directives
* Review suggestions for message_data_static
* textbox pos enum comments, rename several enum names from Message to TextBox
Co-authored-by: Thar0 <maximilianc64@gmail.com>
Co-authored-by: Zelllll <56516451+Zelllll@users.noreply.github.com>
Co-authored-by: petrie911 <pmontag@DESKTOP-LG8A167.localdomain>
Co-authored-by: Roman971 <romanlasnier@hotmail.com>
2021-11-23 01:20:30 +00:00
|
|
|
|
void Interface_LoadActionLabel(InterfaceContext* interfaceCtx, u16 action, s16 loadOffset) {
|
2021-06-15 17:29:10 +00:00
|
|
|
|
static void* sDoActionTextures[] = { gAttackDoActionENGTex, gCheckDoActionENGTex };
|
|
|
|
|
|
z_message_PAL, message_data_static and surrounding doc (#996)
* Initial progress on z_message_PAL, very messy
* Fix merge
* Some more progress
* Fix merge
* More z_message_PAL
* Small progress
* More small progress
* message_data_static files OK
* Prepare z_message_tables
* Matched another function, small updates
* Attempt to use asm-processor static-symbols branch
* Refactor text id declarations
* Begin large text codes parser function
* Fix merge
* Refactor done
* Build OK, add color and highscore names
* Remove encoded text headers and automatically encode during build
* Fix kanfont
* Various cleanups
* DISP macros
* Another match aside data
* Further progress
* Small improvements
* Deduplicate magic values for text control codes, small improvements
* Tiny progress
* Minor cleanups
* Clean up z_message_PAL comment
* Progress on large functions
* Further progress on large functions
* Changes to mkldscript to link .data in the .rodata section
* data OK
* Few improvements
* Use gDPLoadTextureBlock macros where appropriate
* rm z_message_tables, progress on large functions
* 2 more matches
* Improvements
* Small progress
* More progress on big function
* progress
* match func_80107980
* match Message_Update
* match func_8010BED8
* done
* Progress on remaining large functions
* Small progress on largest function
* Another match, extract text and move to assets, improve text build system
* Small nonmatchings improvements
* docs wip
* Largest function maybe equivalent
* Fix merge
* Document do_action values, largest function is almost instruction-matching
* Rename NAVI do_action to NONE, as that appears to be how that value is used in practice
* Fix merge
* one match
* Last function is instruction-matching
* Fix
* Improvements thanks to engineer124
* Stack matched thanks to petrie911, now just a/v/low t regalloc issues, some cleanup
* More variables labeled, use text state enum everywhere
* More labels and names
* Fix
* Actor_IsTalking -> Actor_TalkRequested
* Match func_8010C39C and remove unused asm
* More docs
* Mostly ocarina related docs
* All msgModes named
* Fix assetclean
* Cleanup
* Extraction fixes and headers
* Suggestions
* Review suggestions
* Change text extraction again, only extract if the headers do not already exist
* Fix
* Use ast for charmap, fix assetclean for real this time
* Review suggestions
* BGM ids and ran formatter
* Review comments
* rename include_readonly to include_data_with_rodata
* Remove leading 0s in number directives
* Review suggestions for message_data_static
* textbox pos enum comments, rename several enum names from Message to TextBox
Co-authored-by: Thar0 <maximilianc64@gmail.com>
Co-authored-by: Zelllll <56516451+Zelllll@users.noreply.github.com>
Co-authored-by: petrie911 <pmontag@DESKTOP-LG8A167.localdomain>
Co-authored-by: Roman971 <romanlasnier@hotmail.com>
2021-11-23 01:20:30 +00:00
|
|
|
|
if (action >= DO_ACTION_MAX) {
|
|
|
|
|
action = DO_ACTION_NONE;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
z_message_PAL, message_data_static and surrounding doc (#996)
* Initial progress on z_message_PAL, very messy
* Fix merge
* Some more progress
* Fix merge
* More z_message_PAL
* Small progress
* More small progress
* message_data_static files OK
* Prepare z_message_tables
* Matched another function, small updates
* Attempt to use asm-processor static-symbols branch
* Refactor text id declarations
* Begin large text codes parser function
* Fix merge
* Refactor done
* Build OK, add color and highscore names
* Remove encoded text headers and automatically encode during build
* Fix kanfont
* Various cleanups
* DISP macros
* Another match aside data
* Further progress
* Small improvements
* Deduplicate magic values for text control codes, small improvements
* Tiny progress
* Minor cleanups
* Clean up z_message_PAL comment
* Progress on large functions
* Further progress on large functions
* Changes to mkldscript to link .data in the .rodata section
* data OK
* Few improvements
* Use gDPLoadTextureBlock macros where appropriate
* rm z_message_tables, progress on large functions
* 2 more matches
* Improvements
* Small progress
* More progress on big function
* progress
* match func_80107980
* match Message_Update
* match func_8010BED8
* done
* Progress on remaining large functions
* Small progress on largest function
* Another match, extract text and move to assets, improve text build system
* Small nonmatchings improvements
* docs wip
* Largest function maybe equivalent
* Fix merge
* Document do_action values, largest function is almost instruction-matching
* Rename NAVI do_action to NONE, as that appears to be how that value is used in practice
* Fix merge
* one match
* Last function is instruction-matching
* Fix
* Improvements thanks to engineer124
* Stack matched thanks to petrie911, now just a/v/low t regalloc issues, some cleanup
* More variables labeled, use text state enum everywhere
* More labels and names
* Fix
* Actor_IsTalking -> Actor_TalkRequested
* Match func_8010C39C and remove unused asm
* More docs
* Mostly ocarina related docs
* All msgModes named
* Fix assetclean
* Cleanup
* Extraction fixes and headers
* Suggestions
* Review suggestions
* Change text extraction again, only extract if the headers do not already exist
* Fix
* Use ast for charmap, fix assetclean for real this time
* Review suggestions
* BGM ids and ran formatter
* Review comments
* rename include_readonly to include_data_with_rodata
* Remove leading 0s in number directives
* Review suggestions for message_data_static
* textbox pos enum comments, rename several enum names from Message to TextBox
Co-authored-by: Thar0 <maximilianc64@gmail.com>
Co-authored-by: Zelllll <56516451+Zelllll@users.noreply.github.com>
Co-authored-by: petrie911 <pmontag@DESKTOP-LG8A167.localdomain>
Co-authored-by: Roman971 <romanlasnier@hotmail.com>
2021-11-23 01:20:30 +00:00
|
|
|
|
if (gSaveContext.language != LANGUAGE_ENG) {
|
|
|
|
|
action += DO_ACTION_MAX;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
z_message_PAL, message_data_static and surrounding doc (#996)
* Initial progress on z_message_PAL, very messy
* Fix merge
* Some more progress
* Fix merge
* More z_message_PAL
* Small progress
* More small progress
* message_data_static files OK
* Prepare z_message_tables
* Matched another function, small updates
* Attempt to use asm-processor static-symbols branch
* Refactor text id declarations
* Begin large text codes parser function
* Fix merge
* Refactor done
* Build OK, add color and highscore names
* Remove encoded text headers and automatically encode during build
* Fix kanfont
* Various cleanups
* DISP macros
* Another match aside data
* Further progress
* Small improvements
* Deduplicate magic values for text control codes, small improvements
* Tiny progress
* Minor cleanups
* Clean up z_message_PAL comment
* Progress on large functions
* Further progress on large functions
* Changes to mkldscript to link .data in the .rodata section
* data OK
* Few improvements
* Use gDPLoadTextureBlock macros where appropriate
* rm z_message_tables, progress on large functions
* 2 more matches
* Improvements
* Small progress
* More progress on big function
* progress
* match func_80107980
* match Message_Update
* match func_8010BED8
* done
* Progress on remaining large functions
* Small progress on largest function
* Another match, extract text and move to assets, improve text build system
* Small nonmatchings improvements
* docs wip
* Largest function maybe equivalent
* Fix merge
* Document do_action values, largest function is almost instruction-matching
* Rename NAVI do_action to NONE, as that appears to be how that value is used in practice
* Fix merge
* one match
* Last function is instruction-matching
* Fix
* Improvements thanks to engineer124
* Stack matched thanks to petrie911, now just a/v/low t regalloc issues, some cleanup
* More variables labeled, use text state enum everywhere
* More labels and names
* Fix
* Actor_IsTalking -> Actor_TalkRequested
* Match func_8010C39C and remove unused asm
* More docs
* Mostly ocarina related docs
* All msgModes named
* Fix assetclean
* Cleanup
* Extraction fixes and headers
* Suggestions
* Review suggestions
* Change text extraction again, only extract if the headers do not already exist
* Fix
* Use ast for charmap, fix assetclean for real this time
* Review suggestions
* BGM ids and ran formatter
* Review comments
* rename include_readonly to include_data_with_rodata
* Remove leading 0s in number directives
* Review suggestions for message_data_static
* textbox pos enum comments, rename several enum names from Message to TextBox
Co-authored-by: Thar0 <maximilianc64@gmail.com>
Co-authored-by: Zelllll <56516451+Zelllll@users.noreply.github.com>
Co-authored-by: petrie911 <pmontag@DESKTOP-LG8A167.localdomain>
Co-authored-by: Roman971 <romanlasnier@hotmail.com>
2021-11-23 01:20:30 +00:00
|
|
|
|
if (gSaveContext.language == LANGUAGE_FRA) {
|
|
|
|
|
action += DO_ACTION_MAX;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
z_message_PAL, message_data_static and surrounding doc (#996)
* Initial progress on z_message_PAL, very messy
* Fix merge
* Some more progress
* Fix merge
* More z_message_PAL
* Small progress
* More small progress
* message_data_static files OK
* Prepare z_message_tables
* Matched another function, small updates
* Attempt to use asm-processor static-symbols branch
* Refactor text id declarations
* Begin large text codes parser function
* Fix merge
* Refactor done
* Build OK, add color and highscore names
* Remove encoded text headers and automatically encode during build
* Fix kanfont
* Various cleanups
* DISP macros
* Another match aside data
* Further progress
* Small improvements
* Deduplicate magic values for text control codes, small improvements
* Tiny progress
* Minor cleanups
* Clean up z_message_PAL comment
* Progress on large functions
* Further progress on large functions
* Changes to mkldscript to link .data in the .rodata section
* data OK
* Few improvements
* Use gDPLoadTextureBlock macros where appropriate
* rm z_message_tables, progress on large functions
* 2 more matches
* Improvements
* Small progress
* More progress on big function
* progress
* match func_80107980
* match Message_Update
* match func_8010BED8
* done
* Progress on remaining large functions
* Small progress on largest function
* Another match, extract text and move to assets, improve text build system
* Small nonmatchings improvements
* docs wip
* Largest function maybe equivalent
* Fix merge
* Document do_action values, largest function is almost instruction-matching
* Rename NAVI do_action to NONE, as that appears to be how that value is used in practice
* Fix merge
* one match
* Last function is instruction-matching
* Fix
* Improvements thanks to engineer124
* Stack matched thanks to petrie911, now just a/v/low t regalloc issues, some cleanup
* More variables labeled, use text state enum everywhere
* More labels and names
* Fix
* Actor_IsTalking -> Actor_TalkRequested
* Match func_8010C39C and remove unused asm
* More docs
* Mostly ocarina related docs
* All msgModes named
* Fix assetclean
* Cleanup
* Extraction fixes and headers
* Suggestions
* Review suggestions
* Change text extraction again, only extract if the headers do not already exist
* Fix
* Use ast for charmap, fix assetclean for real this time
* Review suggestions
* BGM ids and ran formatter
* Review comments
* rename include_readonly to include_data_with_rodata
* Remove leading 0s in number directives
* Review suggestions for message_data_static
* textbox pos enum comments, rename several enum names from Message to TextBox
Co-authored-by: Thar0 <maximilianc64@gmail.com>
Co-authored-by: Zelllll <56516451+Zelllll@users.noreply.github.com>
Co-authored-by: petrie911 <pmontag@DESKTOP-LG8A167.localdomain>
Co-authored-by: Roman971 <romanlasnier@hotmail.com>
2021-11-23 01:20:30 +00:00
|
|
|
|
if ((action != DO_ACTION_NONE) && (action != DO_ACTION_MAX + DO_ACTION_NONE) &&
|
|
|
|
|
(action != 2 * DO_ACTION_MAX + DO_ACTION_NONE)) {
|
2022-06-13 15:38:20 +00:00
|
|
|
|
osCreateMesgQueue(&interfaceCtx->loadQueue, &interfaceCtx->loadMsg, 1);
|
z_message_PAL, message_data_static and surrounding doc (#996)
* Initial progress on z_message_PAL, very messy
* Fix merge
* Some more progress
* Fix merge
* More z_message_PAL
* Small progress
* More small progress
* message_data_static files OK
* Prepare z_message_tables
* Matched another function, small updates
* Attempt to use asm-processor static-symbols branch
* Refactor text id declarations
* Begin large text codes parser function
* Fix merge
* Refactor done
* Build OK, add color and highscore names
* Remove encoded text headers and automatically encode during build
* Fix kanfont
* Various cleanups
* DISP macros
* Another match aside data
* Further progress
* Small improvements
* Deduplicate magic values for text control codes, small improvements
* Tiny progress
* Minor cleanups
* Clean up z_message_PAL comment
* Progress on large functions
* Further progress on large functions
* Changes to mkldscript to link .data in the .rodata section
* data OK
* Few improvements
* Use gDPLoadTextureBlock macros where appropriate
* rm z_message_tables, progress on large functions
* 2 more matches
* Improvements
* Small progress
* More progress on big function
* progress
* match func_80107980
* match Message_Update
* match func_8010BED8
* done
* Progress on remaining large functions
* Small progress on largest function
* Another match, extract text and move to assets, improve text build system
* Small nonmatchings improvements
* docs wip
* Largest function maybe equivalent
* Fix merge
* Document do_action values, largest function is almost instruction-matching
* Rename NAVI do_action to NONE, as that appears to be how that value is used in practice
* Fix merge
* one match
* Last function is instruction-matching
* Fix
* Improvements thanks to engineer124
* Stack matched thanks to petrie911, now just a/v/low t regalloc issues, some cleanup
* More variables labeled, use text state enum everywhere
* More labels and names
* Fix
* Actor_IsTalking -> Actor_TalkRequested
* Match func_8010C39C and remove unused asm
* More docs
* Mostly ocarina related docs
* All msgModes named
* Fix assetclean
* Cleanup
* Extraction fixes and headers
* Suggestions
* Review suggestions
* Change text extraction again, only extract if the headers do not already exist
* Fix
* Use ast for charmap, fix assetclean for real this time
* Review suggestions
* BGM ids and ran formatter
* Review comments
* rename include_readonly to include_data_with_rodata
* Remove leading 0s in number directives
* Review suggestions for message_data_static
* textbox pos enum comments, rename several enum names from Message to TextBox
Co-authored-by: Thar0 <maximilianc64@gmail.com>
Co-authored-by: Zelllll <56516451+Zelllll@users.noreply.github.com>
Co-authored-by: petrie911 <pmontag@DESKTOP-LG8A167.localdomain>
Co-authored-by: Roman971 <romanlasnier@hotmail.com>
2021-11-23 01:20:30 +00:00
|
|
|
|
DmaMgr_SendRequest2(&interfaceCtx->dmaRequest_160,
|
|
|
|
|
interfaceCtx->doActionSegment + (loadOffset * DO_ACTION_TEX_SIZE),
|
2022-10-02 15:38:09 +00:00
|
|
|
|
(uintptr_t)_do_action_staticSegmentRomStart + (action * DO_ACTION_TEX_SIZE),
|
|
|
|
|
DO_ACTION_TEX_SIZE, 0, &interfaceCtx->loadQueue, NULL, "../z_parameter.c", 2145);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
osRecvMesg(&interfaceCtx->loadQueue, NULL, OS_MESG_BLOCK);
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2021-05-02 23:15:16 +00:00
|
|
|
|
gSegments[7] = VIRTUAL_TO_PHYSICAL(interfaceCtx->doActionSegment);
|
z_message_PAL, message_data_static and surrounding doc (#996)
* Initial progress on z_message_PAL, very messy
* Fix merge
* Some more progress
* Fix merge
* More z_message_PAL
* Small progress
* More small progress
* message_data_static files OK
* Prepare z_message_tables
* Matched another function, small updates
* Attempt to use asm-processor static-symbols branch
* Refactor text id declarations
* Begin large text codes parser function
* Fix merge
* Refactor done
* Build OK, add color and highscore names
* Remove encoded text headers and automatically encode during build
* Fix kanfont
* Various cleanups
* DISP macros
* Another match aside data
* Further progress
* Small improvements
* Deduplicate magic values for text control codes, small improvements
* Tiny progress
* Minor cleanups
* Clean up z_message_PAL comment
* Progress on large functions
* Further progress on large functions
* Changes to mkldscript to link .data in the .rodata section
* data OK
* Few improvements
* Use gDPLoadTextureBlock macros where appropriate
* rm z_message_tables, progress on large functions
* 2 more matches
* Improvements
* Small progress
* More progress on big function
* progress
* match func_80107980
* match Message_Update
* match func_8010BED8
* done
* Progress on remaining large functions
* Small progress on largest function
* Another match, extract text and move to assets, improve text build system
* Small nonmatchings improvements
* docs wip
* Largest function maybe equivalent
* Fix merge
* Document do_action values, largest function is almost instruction-matching
* Rename NAVI do_action to NONE, as that appears to be how that value is used in practice
* Fix merge
* one match
* Last function is instruction-matching
* Fix
* Improvements thanks to engineer124
* Stack matched thanks to petrie911, now just a/v/low t regalloc issues, some cleanup
* More variables labeled, use text state enum everywhere
* More labels and names
* Fix
* Actor_IsTalking -> Actor_TalkRequested
* Match func_8010C39C and remove unused asm
* More docs
* Mostly ocarina related docs
* All msgModes named
* Fix assetclean
* Cleanup
* Extraction fixes and headers
* Suggestions
* Review suggestions
* Change text extraction again, only extract if the headers do not already exist
* Fix
* Use ast for charmap, fix assetclean for real this time
* Review suggestions
* BGM ids and ran formatter
* Review comments
* rename include_readonly to include_data_with_rodata
* Remove leading 0s in number directives
* Review suggestions for message_data_static
* textbox pos enum comments, rename several enum names from Message to TextBox
Co-authored-by: Thar0 <maximilianc64@gmail.com>
Co-authored-by: Zelllll <56516451+Zelllll@users.noreply.github.com>
Co-authored-by: petrie911 <pmontag@DESKTOP-LG8A167.localdomain>
Co-authored-by: Roman971 <romanlasnier@hotmail.com>
2021-11-23 01:20:30 +00:00
|
|
|
|
func_80086D5C(SEGMENTED_TO_VIRTUAL(sDoActionTextures[loadOffset]), DO_ACTION_TEX_SIZE / 4);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
void Interface_SetDoAction(PlayState* play, u16 action) {
|
|
|
|
|
InterfaceContext* interfaceCtx = &play->interfaceCtx;
|
|
|
|
|
PauseContext* pauseCtx = &play->pauseCtx;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (interfaceCtx->unk_1F0 != action) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->unk_1F0 = action;
|
|
|
|
|
interfaceCtx->unk_1EC = 1;
|
|
|
|
|
interfaceCtx->unk_1F4 = 0.0f;
|
|
|
|
|
Interface_LoadActionLabel(interfaceCtx, action, 1);
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (pauseCtx->state != 0) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->unk_1EC = 3;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
void Interface_SetNaviCall(PlayState* play, u16 naviCallState) {
|
|
|
|
|
InterfaceContext* interfaceCtx = &play->interfaceCtx;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (((naviCallState == 0x1D) || (naviCallState == 0x1E)) && !interfaceCtx->naviCalling &&
|
2022-05-21 18:23:43 +00:00
|
|
|
|
(play->csCtx.state == CS_STATE_IDLE)) {
|
2020-03-18 21:18:25 +00:00
|
|
|
|
// clang-format off
|
2022-07-30 13:05:27 +00:00
|
|
|
|
if (naviCallState == 0x1E) { Audio_PlaySfxGeneral(NA_SE_VO_NAVY_CALL, &gSfxDefaultPos, 4,
|
2022-04-29 19:06:08 +00:00
|
|
|
|
&gSfxDefaultFreqAndVolScale, &gSfxDefaultFreqAndVolScale,
|
|
|
|
|
&gSfxDefaultReverb);
|
|
|
|
|
}
|
2020-03-18 21:18:25 +00:00
|
|
|
|
// clang-format on
|
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (naviCallState == 0x1D) {
|
2022-04-23 14:55:18 +00:00
|
|
|
|
func_800F4524(&gSfxDefaultPos, NA_SE_VO_NA_HELLO_2, 32);
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-04-23 14:41:17 +00:00
|
|
|
|
interfaceCtx->naviCalling = true;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
sCUpInvisible = 0;
|
|
|
|
|
sCUpTimer = 10;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else if ((naviCallState == 0x1F) && interfaceCtx->naviCalling) {
|
2022-04-23 14:41:17 +00:00
|
|
|
|
interfaceCtx->naviCalling = false;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
void Interface_LoadActionLabelB(PlayState* play, u16 action) {
|
|
|
|
|
InterfaceContext* interfaceCtx = &play->interfaceCtx;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
z_message_PAL, message_data_static and surrounding doc (#996)
* Initial progress on z_message_PAL, very messy
* Fix merge
* Some more progress
* Fix merge
* More z_message_PAL
* Small progress
* More small progress
* message_data_static files OK
* Prepare z_message_tables
* Matched another function, small updates
* Attempt to use asm-processor static-symbols branch
* Refactor text id declarations
* Begin large text codes parser function
* Fix merge
* Refactor done
* Build OK, add color and highscore names
* Remove encoded text headers and automatically encode during build
* Fix kanfont
* Various cleanups
* DISP macros
* Another match aside data
* Further progress
* Small improvements
* Deduplicate magic values for text control codes, small improvements
* Tiny progress
* Minor cleanups
* Clean up z_message_PAL comment
* Progress on large functions
* Further progress on large functions
* Changes to mkldscript to link .data in the .rodata section
* data OK
* Few improvements
* Use gDPLoadTextureBlock macros where appropriate
* rm z_message_tables, progress on large functions
* 2 more matches
* Improvements
* Small progress
* More progress on big function
* progress
* match func_80107980
* match Message_Update
* match func_8010BED8
* done
* Progress on remaining large functions
* Small progress on largest function
* Another match, extract text and move to assets, improve text build system
* Small nonmatchings improvements
* docs wip
* Largest function maybe equivalent
* Fix merge
* Document do_action values, largest function is almost instruction-matching
* Rename NAVI do_action to NONE, as that appears to be how that value is used in practice
* Fix merge
* one match
* Last function is instruction-matching
* Fix
* Improvements thanks to engineer124
* Stack matched thanks to petrie911, now just a/v/low t regalloc issues, some cleanup
* More variables labeled, use text state enum everywhere
* More labels and names
* Fix
* Actor_IsTalking -> Actor_TalkRequested
* Match func_8010C39C and remove unused asm
* More docs
* Mostly ocarina related docs
* All msgModes named
* Fix assetclean
* Cleanup
* Extraction fixes and headers
* Suggestions
* Review suggestions
* Change text extraction again, only extract if the headers do not already exist
* Fix
* Use ast for charmap, fix assetclean for real this time
* Review suggestions
* BGM ids and ran formatter
* Review comments
* rename include_readonly to include_data_with_rodata
* Remove leading 0s in number directives
* Review suggestions for message_data_static
* textbox pos enum comments, rename several enum names from Message to TextBox
Co-authored-by: Thar0 <maximilianc64@gmail.com>
Co-authored-by: Zelllll <56516451+Zelllll@users.noreply.github.com>
Co-authored-by: petrie911 <pmontag@DESKTOP-LG8A167.localdomain>
Co-authored-by: Roman971 <romanlasnier@hotmail.com>
2021-11-23 01:20:30 +00:00
|
|
|
|
if (gSaveContext.language != LANGUAGE_ENG) {
|
|
|
|
|
action += DO_ACTION_MAX;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
z_message_PAL, message_data_static and surrounding doc (#996)
* Initial progress on z_message_PAL, very messy
* Fix merge
* Some more progress
* Fix merge
* More z_message_PAL
* Small progress
* More small progress
* message_data_static files OK
* Prepare z_message_tables
* Matched another function, small updates
* Attempt to use asm-processor static-symbols branch
* Refactor text id declarations
* Begin large text codes parser function
* Fix merge
* Refactor done
* Build OK, add color and highscore names
* Remove encoded text headers and automatically encode during build
* Fix kanfont
* Various cleanups
* DISP macros
* Another match aside data
* Further progress
* Small improvements
* Deduplicate magic values for text control codes, small improvements
* Tiny progress
* Minor cleanups
* Clean up z_message_PAL comment
* Progress on large functions
* Further progress on large functions
* Changes to mkldscript to link .data in the .rodata section
* data OK
* Few improvements
* Use gDPLoadTextureBlock macros where appropriate
* rm z_message_tables, progress on large functions
* 2 more matches
* Improvements
* Small progress
* More progress on big function
* progress
* match func_80107980
* match Message_Update
* match func_8010BED8
* done
* Progress on remaining large functions
* Small progress on largest function
* Another match, extract text and move to assets, improve text build system
* Small nonmatchings improvements
* docs wip
* Largest function maybe equivalent
* Fix merge
* Document do_action values, largest function is almost instruction-matching
* Rename NAVI do_action to NONE, as that appears to be how that value is used in practice
* Fix merge
* one match
* Last function is instruction-matching
* Fix
* Improvements thanks to engineer124
* Stack matched thanks to petrie911, now just a/v/low t regalloc issues, some cleanup
* More variables labeled, use text state enum everywhere
* More labels and names
* Fix
* Actor_IsTalking -> Actor_TalkRequested
* Match func_8010C39C and remove unused asm
* More docs
* Mostly ocarina related docs
* All msgModes named
* Fix assetclean
* Cleanup
* Extraction fixes and headers
* Suggestions
* Review suggestions
* Change text extraction again, only extract if the headers do not already exist
* Fix
* Use ast for charmap, fix assetclean for real this time
* Review suggestions
* BGM ids and ran formatter
* Review comments
* rename include_readonly to include_data_with_rodata
* Remove leading 0s in number directives
* Review suggestions for message_data_static
* textbox pos enum comments, rename several enum names from Message to TextBox
Co-authored-by: Thar0 <maximilianc64@gmail.com>
Co-authored-by: Zelllll <56516451+Zelllll@users.noreply.github.com>
Co-authored-by: petrie911 <pmontag@DESKTOP-LG8A167.localdomain>
Co-authored-by: Roman971 <romanlasnier@hotmail.com>
2021-11-23 01:20:30 +00:00
|
|
|
|
if (gSaveContext.language == LANGUAGE_FRA) {
|
|
|
|
|
action += DO_ACTION_MAX;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
|
|
interfaceCtx->unk_1FC = action;
|
|
|
|
|
|
2022-06-13 15:38:20 +00:00
|
|
|
|
osCreateMesgQueue(&interfaceCtx->loadQueue, &interfaceCtx->loadMsg, 1);
|
z_message_PAL, message_data_static and surrounding doc (#996)
* Initial progress on z_message_PAL, very messy
* Fix merge
* Some more progress
* Fix merge
* More z_message_PAL
* Small progress
* More small progress
* message_data_static files OK
* Prepare z_message_tables
* Matched another function, small updates
* Attempt to use asm-processor static-symbols branch
* Refactor text id declarations
* Begin large text codes parser function
* Fix merge
* Refactor done
* Build OK, add color and highscore names
* Remove encoded text headers and automatically encode during build
* Fix kanfont
* Various cleanups
* DISP macros
* Another match aside data
* Further progress
* Small improvements
* Deduplicate magic values for text control codes, small improvements
* Tiny progress
* Minor cleanups
* Clean up z_message_PAL comment
* Progress on large functions
* Further progress on large functions
* Changes to mkldscript to link .data in the .rodata section
* data OK
* Few improvements
* Use gDPLoadTextureBlock macros where appropriate
* rm z_message_tables, progress on large functions
* 2 more matches
* Improvements
* Small progress
* More progress on big function
* progress
* match func_80107980
* match Message_Update
* match func_8010BED8
* done
* Progress on remaining large functions
* Small progress on largest function
* Another match, extract text and move to assets, improve text build system
* Small nonmatchings improvements
* docs wip
* Largest function maybe equivalent
* Fix merge
* Document do_action values, largest function is almost instruction-matching
* Rename NAVI do_action to NONE, as that appears to be how that value is used in practice
* Fix merge
* one match
* Last function is instruction-matching
* Fix
* Improvements thanks to engineer124
* Stack matched thanks to petrie911, now just a/v/low t regalloc issues, some cleanup
* More variables labeled, use text state enum everywhere
* More labels and names
* Fix
* Actor_IsTalking -> Actor_TalkRequested
* Match func_8010C39C and remove unused asm
* More docs
* Mostly ocarina related docs
* All msgModes named
* Fix assetclean
* Cleanup
* Extraction fixes and headers
* Suggestions
* Review suggestions
* Change text extraction again, only extract if the headers do not already exist
* Fix
* Use ast for charmap, fix assetclean for real this time
* Review suggestions
* BGM ids and ran formatter
* Review comments
* rename include_readonly to include_data_with_rodata
* Remove leading 0s in number directives
* Review suggestions for message_data_static
* textbox pos enum comments, rename several enum names from Message to TextBox
Co-authored-by: Thar0 <maximilianc64@gmail.com>
Co-authored-by: Zelllll <56516451+Zelllll@users.noreply.github.com>
Co-authored-by: petrie911 <pmontag@DESKTOP-LG8A167.localdomain>
Co-authored-by: Roman971 <romanlasnier@hotmail.com>
2021-11-23 01:20:30 +00:00
|
|
|
|
DmaMgr_SendRequest2(&interfaceCtx->dmaRequest_160, interfaceCtx->doActionSegment + DO_ACTION_TEX_SIZE,
|
2022-10-02 15:38:09 +00:00
|
|
|
|
(uintptr_t)_do_action_staticSegmentRomStart + (action * DO_ACTION_TEX_SIZE), DO_ACTION_TEX_SIZE,
|
|
|
|
|
0, &interfaceCtx->loadQueue, NULL, "../z_parameter.c", 2228);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
osRecvMesg(&interfaceCtx->loadQueue, NULL, OS_MESG_BLOCK);
|
|
|
|
|
|
2022-04-23 14:41:17 +00:00
|
|
|
|
interfaceCtx->unk_1FA = true;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2022-05-23 16:52:01 +00:00
|
|
|
|
/**
|
|
|
|
|
* @return false if player is out of health
|
|
|
|
|
*/
|
|
|
|
|
s32 Health_ChangeBy(PlayState* play, s16 amount) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
u16 heartCount;
|
|
|
|
|
u16 healthLevel;
|
|
|
|
|
|
2021-09-04 13:33:19 +00:00
|
|
|
|
// "***** Fluctuation=%d (now=%d, max=%d) ***"
|
2022-05-23 16:52:01 +00:00
|
|
|
|
osSyncPrintf("***** 増減=%d (now=%d, max=%d) ***", amount, gSaveContext.health,
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.healthCapacity);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-18 21:18:25 +00:00
|
|
|
|
// clang-format off
|
2022-07-30 13:05:27 +00:00
|
|
|
|
if (amount > 0) { Audio_PlaySfxGeneral(NA_SE_SY_HP_RECOVER, &gSfxDefaultPos, 4, &gSfxDefaultFreqAndVolScale,
|
2022-05-23 16:52:01 +00:00
|
|
|
|
&gSfxDefaultFreqAndVolScale, &gSfxDefaultReverb);
|
2022-08-24 01:13:03 +00:00
|
|
|
|
} else if (gSaveContext.isDoubleDefenseAcquired && (amount < 0)) {
|
2022-05-23 16:52:01 +00:00
|
|
|
|
amount >>= 1;
|
|
|
|
|
osSyncPrintf("ハート減少半分!!=%d\n", amount); // "Heart decrease halved!!=%d"
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
2020-03-18 21:18:25 +00:00
|
|
|
|
// clang-format on
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-05-23 16:52:01 +00:00
|
|
|
|
gSaveContext.health += amount;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.health > gSaveContext.healthCapacity) {
|
|
|
|
|
gSaveContext.health = gSaveContext.healthCapacity;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
|
|
heartCount = gSaveContext.health % 0x10;
|
|
|
|
|
|
|
|
|
|
healthLevel = heartCount;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (heartCount != 0) {
|
|
|
|
|
if (heartCount > 10) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
healthLevel = 3;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else if (heartCount > 5) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
healthLevel = 2;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
healthLevel = 1;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2021-09-04 13:33:19 +00:00
|
|
|
|
// "Life=%d *** %d ******"
|
2020-03-17 04:31:30 +00:00
|
|
|
|
osSyncPrintf(" ライフ=%d *** %d ******\n", gSaveContext.health, healthLevel);
|
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (gSaveContext.health <= 0) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
gSaveContext.health = 0;
|
2022-04-23 14:41:17 +00:00
|
|
|
|
return false;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2022-04-23 14:41:17 +00:00
|
|
|
|
return true;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
void Health_GiveHearts(s16 hearts) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.healthCapacity += hearts * 0x10;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
void Rupees_ChangeBy(s16 rupeeChange) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.rupeeAccumulator += rupeeChange;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
void Inventory_ChangeAmmo(s16 item, s16 ammoChange) {
|
2021-09-04 13:33:19 +00:00
|
|
|
|
// "Item = (%d) Amount = (%d + %d)"
|
2020-03-17 04:31:30 +00:00
|
|
|
|
osSyncPrintf("アイテム = (%d) 数 = (%d + %d) ", item, AMMO(item), ammoChange);
|
|
|
|
|
|
2022-11-16 18:23:27 +00:00
|
|
|
|
if (item == ITEM_DEKU_STICK) {
|
|
|
|
|
AMMO(ITEM_DEKU_STICK) += ammoChange;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-11-16 18:23:27 +00:00
|
|
|
|
if (AMMO(ITEM_DEKU_STICK) >= CUR_CAPACITY(UPG_DEKU_STICKS)) {
|
|
|
|
|
AMMO(ITEM_DEKU_STICK) = CUR_CAPACITY(UPG_DEKU_STICKS);
|
|
|
|
|
} else if (AMMO(ITEM_DEKU_STICK) < 0) {
|
|
|
|
|
AMMO(ITEM_DEKU_STICK) = 0;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2022-11-16 18:23:27 +00:00
|
|
|
|
} else if (item == ITEM_DEKU_NUT) {
|
|
|
|
|
AMMO(ITEM_DEKU_NUT) += ammoChange;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-11-16 18:23:27 +00:00
|
|
|
|
if (AMMO(ITEM_DEKU_NUT) >= CUR_CAPACITY(UPG_DEKU_NUTS)) {
|
|
|
|
|
AMMO(ITEM_DEKU_NUT) = CUR_CAPACITY(UPG_DEKU_NUTS);
|
|
|
|
|
} else if (AMMO(ITEM_DEKU_NUT) < 0) {
|
|
|
|
|
AMMO(ITEM_DEKU_NUT) = 0;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
|
|
|
|
} else if (item == ITEM_BOMBCHU) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
AMMO(ITEM_BOMBCHU) += ammoChange;
|
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (AMMO(ITEM_BOMBCHU) >= 50) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
AMMO(ITEM_BOMBCHU) = 50;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else if (AMMO(ITEM_BOMBCHU) < 0) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
AMMO(ITEM_BOMBCHU) = 0;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
|
|
|
|
} else if (item == ITEM_BOW) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
AMMO(ITEM_BOW) += ammoChange;
|
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (AMMO(ITEM_BOW) >= CUR_CAPACITY(UPG_QUIVER)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
AMMO(ITEM_BOW) = CUR_CAPACITY(UPG_QUIVER);
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else if (AMMO(ITEM_BOW) < 0) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
AMMO(ITEM_BOW) = 0;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2022-11-16 18:23:27 +00:00
|
|
|
|
} else if ((item == ITEM_SLINGSHOT) || (item == ITEM_DEKU_SEEDS)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
AMMO(ITEM_SLINGSHOT) += ammoChange;
|
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (AMMO(ITEM_SLINGSHOT) >= CUR_CAPACITY(UPG_BULLET_BAG)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
AMMO(ITEM_SLINGSHOT) = CUR_CAPACITY(UPG_BULLET_BAG);
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else if (AMMO(ITEM_SLINGSHOT) < 0) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
AMMO(ITEM_SLINGSHOT) = 0;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
|
|
|
|
} else if (item == ITEM_BOMB) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
AMMO(ITEM_BOMB) += ammoChange;
|
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (AMMO(ITEM_BOMB) >= CUR_CAPACITY(UPG_BOMB_BAG)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
AMMO(ITEM_BOMB) = CUR_CAPACITY(UPG_BOMB_BAG);
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else if (AMMO(ITEM_BOMB) < 0) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
AMMO(ITEM_BOMB) = 0;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2022-11-16 18:23:27 +00:00
|
|
|
|
} else if (item == ITEM_MAGIC_BEAN) {
|
|
|
|
|
AMMO(ITEM_MAGIC_BEAN) += ammoChange;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2021-09-04 13:33:19 +00:00
|
|
|
|
osSyncPrintf("合計 = (%d)\n", AMMO(item)); // "Total = (%d)"
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
void Magic_Fill(PlayState* play) {
|
2022-05-23 16:52:01 +00:00
|
|
|
|
if (gSaveContext.isMagicAcquired) {
|
|
|
|
|
gSaveContext.prevMagicState = gSaveContext.magicState;
|
|
|
|
|
gSaveContext.magicFillTarget = (gSaveContext.isDoubleMagicAcquired + 1) * MAGIC_NORMAL_METER;
|
|
|
|
|
gSaveContext.magicState = MAGIC_STATE_FILL;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-05-23 16:52:01 +00:00
|
|
|
|
void Magic_Reset(PlayState* play) {
|
|
|
|
|
if ((gSaveContext.magicState != MAGIC_STATE_STEP_CAPACITY) && (gSaveContext.magicState != MAGIC_STATE_FILL)) {
|
|
|
|
|
if (gSaveContext.magicState == MAGIC_STATE_ADD) {
|
|
|
|
|
gSaveContext.prevMagicState = gSaveContext.magicState;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2022-05-23 16:52:01 +00:00
|
|
|
|
gSaveContext.magicState = MAGIC_STATE_RESET;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-05-23 16:52:01 +00:00
|
|
|
|
/**
|
|
|
|
|
* Request to either increase or consume magic.
|
|
|
|
|
* @param amount the positive-valued amount to either increase or decrease magic by
|
|
|
|
|
* @param type how the magic is increased or consumed.
|
|
|
|
|
* @return false if the request failed
|
|
|
|
|
*/
|
|
|
|
|
s32 Magic_RequestChange(PlayState* play, s16 amount, s16 type) {
|
|
|
|
|
if (!gSaveContext.isMagicAcquired) {
|
|
|
|
|
return false;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-05-23 16:52:01 +00:00
|
|
|
|
if ((type != MAGIC_ADD) && (gSaveContext.magic - amount) < 0) {
|
|
|
|
|
if (gSaveContext.magicCapacity != 0) {
|
2022-07-30 13:05:27 +00:00
|
|
|
|
Audio_PlaySfxGeneral(NA_SE_SY_ERROR, &gSfxDefaultPos, 4, &gSfxDefaultFreqAndVolScale,
|
|
|
|
|
&gSfxDefaultFreqAndVolScale, &gSfxDefaultReverb);
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2022-05-23 16:52:01 +00:00
|
|
|
|
return false;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2022-05-23 16:52:01 +00:00
|
|
|
|
switch (type) {
|
|
|
|
|
case MAGIC_CONSUME_NOW:
|
|
|
|
|
case MAGIC_CONSUME_NOW_ALT:
|
|
|
|
|
// Consume magic immediately
|
|
|
|
|
if ((gSaveContext.magicState == MAGIC_STATE_IDLE) ||
|
|
|
|
|
(gSaveContext.magicState == MAGIC_STATE_CONSUME_LENS)) {
|
|
|
|
|
if (gSaveContext.magicState == MAGIC_STATE_CONSUME_LENS) {
|
2022-05-21 18:23:43 +00:00
|
|
|
|
play->actorCtx.lensActive = false;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2022-05-23 16:52:01 +00:00
|
|
|
|
gSaveContext.magicTarget = gSaveContext.magic - amount;
|
|
|
|
|
gSaveContext.magicState = MAGIC_STATE_CONSUME_SETUP;
|
|
|
|
|
return true;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2022-07-30 13:05:27 +00:00
|
|
|
|
Audio_PlaySfxGeneral(NA_SE_SY_ERROR, &gSfxDefaultPos, 4, &gSfxDefaultFreqAndVolScale,
|
|
|
|
|
&gSfxDefaultFreqAndVolScale, &gSfxDefaultReverb);
|
2022-05-23 16:52:01 +00:00
|
|
|
|
return false;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
2022-05-23 16:52:01 +00:00
|
|
|
|
|
|
|
|
|
case MAGIC_CONSUME_WAIT_NO_PREVIEW:
|
|
|
|
|
// Sets consume target but waits to consume.
|
|
|
|
|
// No yellow magic to preview target consumption.
|
|
|
|
|
// Unused
|
|
|
|
|
if ((gSaveContext.magicState == MAGIC_STATE_IDLE) ||
|
|
|
|
|
(gSaveContext.magicState == MAGIC_STATE_CONSUME_LENS)) {
|
|
|
|
|
if (gSaveContext.magicState == MAGIC_STATE_CONSUME_LENS) {
|
2022-05-21 18:23:43 +00:00
|
|
|
|
play->actorCtx.lensActive = false;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2022-05-23 16:52:01 +00:00
|
|
|
|
gSaveContext.magicTarget = gSaveContext.magic - amount;
|
|
|
|
|
gSaveContext.magicState = MAGIC_STATE_METER_FLASH_3;
|
|
|
|
|
return true;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2022-07-30 13:05:27 +00:00
|
|
|
|
Audio_PlaySfxGeneral(NA_SE_SY_ERROR, &gSfxDefaultPos, 4, &gSfxDefaultFreqAndVolScale,
|
|
|
|
|
&gSfxDefaultFreqAndVolScale, &gSfxDefaultReverb);
|
2022-05-23 16:52:01 +00:00
|
|
|
|
return false;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
2022-05-23 16:52:01 +00:00
|
|
|
|
|
|
|
|
|
case MAGIC_CONSUME_LENS:
|
|
|
|
|
if (gSaveContext.magicState == MAGIC_STATE_IDLE) {
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (gSaveContext.magic != 0) {
|
2022-05-23 16:52:01 +00:00
|
|
|
|
play->interfaceCtx.lensMagicConsumptionTimer = 80;
|
|
|
|
|
gSaveContext.magicState = MAGIC_STATE_CONSUME_LENS;
|
|
|
|
|
return true;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2022-05-23 16:52:01 +00:00
|
|
|
|
return false;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2022-05-23 16:52:01 +00:00
|
|
|
|
} else if (gSaveContext.magicState == MAGIC_STATE_CONSUME_LENS) {
|
|
|
|
|
return true;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2022-05-23 16:52:01 +00:00
|
|
|
|
return false;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
2022-05-23 16:52:01 +00:00
|
|
|
|
|
|
|
|
|
case MAGIC_CONSUME_WAIT_PREVIEW:
|
|
|
|
|
// Sets consume target but waits to consume.
|
|
|
|
|
// Preview consumption with a yellow bar
|
|
|
|
|
if ((gSaveContext.magicState == MAGIC_STATE_IDLE) ||
|
|
|
|
|
(gSaveContext.magicState == MAGIC_STATE_CONSUME_LENS)) {
|
|
|
|
|
if (gSaveContext.magicState == MAGIC_STATE_CONSUME_LENS) {
|
2022-05-21 18:23:43 +00:00
|
|
|
|
play->actorCtx.lensActive = false;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2022-05-23 16:52:01 +00:00
|
|
|
|
gSaveContext.magicTarget = gSaveContext.magic - amount;
|
|
|
|
|
gSaveContext.magicState = MAGIC_STATE_METER_FLASH_2;
|
|
|
|
|
return true;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2022-07-30 13:05:27 +00:00
|
|
|
|
Audio_PlaySfxGeneral(NA_SE_SY_ERROR, &gSfxDefaultPos, 4, &gSfxDefaultFreqAndVolScale,
|
|
|
|
|
&gSfxDefaultFreqAndVolScale, &gSfxDefaultReverb);
|
2022-05-23 16:52:01 +00:00
|
|
|
|
return false;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2022-05-23 16:52:01 +00:00
|
|
|
|
case MAGIC_ADD:
|
|
|
|
|
// Sets target for magic to increase to
|
|
|
|
|
if (gSaveContext.magic <= gSaveContext.magicCapacity) {
|
|
|
|
|
gSaveContext.magicTarget = gSaveContext.magic + amount;
|
|
|
|
|
|
|
|
|
|
if (gSaveContext.magicTarget >= gSaveContext.magicCapacity) {
|
|
|
|
|
gSaveContext.magicTarget = gSaveContext.magicCapacity;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-05-23 16:52:01 +00:00
|
|
|
|
gSaveContext.magicState = MAGIC_STATE_ADD;
|
|
|
|
|
return true;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
|
2022-05-23 16:52:01 +00:00
|
|
|
|
return false;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2022-05-23 16:52:01 +00:00
|
|
|
|
void Magic_Update(PlayState* play) {
|
2020-03-22 21:19:43 +00:00
|
|
|
|
static s16 sMagicBorderColors[][3] = {
|
2021-06-15 17:29:10 +00:00
|
|
|
|
{ 255, 255, 255 },
|
|
|
|
|
{ 150, 150, 150 },
|
2022-05-23 16:52:01 +00:00
|
|
|
|
{ 255, 255, 150 }, // unused
|
|
|
|
|
{ 255, 255, 50 }, // unused
|
2020-03-17 04:31:30 +00:00
|
|
|
|
};
|
2022-04-03 22:33:50 +00:00
|
|
|
|
static s16 sMagicBorderIndices[] = { 0, 1, 1, 0 };
|
2020-03-17 04:31:30 +00:00
|
|
|
|
static s16 sMagicBorderRatio = 2;
|
|
|
|
|
static s16 sMagicBorderStep = 1;
|
2022-05-21 18:23:43 +00:00
|
|
|
|
MessageContext* msgCtx = &play->msgCtx;
|
|
|
|
|
InterfaceContext* interfaceCtx = &play->interfaceCtx;
|
2020-10-13 03:15:42 +00:00
|
|
|
|
s16 borderChangeR;
|
|
|
|
|
s16 borderChangeG;
|
|
|
|
|
s16 borderChangeB;
|
2022-05-23 16:52:01 +00:00
|
|
|
|
s16 temp; // target for magicCapacity, or magicBorderIndex
|
|
|
|
|
|
|
|
|
|
switch (gSaveContext.magicState) {
|
|
|
|
|
case MAGIC_STATE_STEP_CAPACITY:
|
|
|
|
|
// Step magicCapacity to the capacity determined by magicLevel
|
|
|
|
|
// This changes the width of the magic meter drawn
|
|
|
|
|
temp = gSaveContext.magicLevel * MAGIC_NORMAL_METER;
|
|
|
|
|
if (gSaveContext.magicCapacity != temp) {
|
|
|
|
|
if (gSaveContext.magicCapacity < temp) {
|
|
|
|
|
gSaveContext.magicCapacity += 8;
|
|
|
|
|
if (gSaveContext.magicCapacity > temp) {
|
|
|
|
|
gSaveContext.magicCapacity = temp;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2022-05-23 16:52:01 +00:00
|
|
|
|
gSaveContext.magicCapacity -= 8;
|
|
|
|
|
if (gSaveContext.magicCapacity <= temp) {
|
|
|
|
|
gSaveContext.magicCapacity = temp;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2022-05-23 16:52:01 +00:00
|
|
|
|
// Once the capacity has reached its target,
|
|
|
|
|
// follow up by filling magic to magicFillTarget
|
|
|
|
|
gSaveContext.magicState = MAGIC_STATE_FILL;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
break;
|
2020-10-13 03:15:42 +00:00
|
|
|
|
|
2022-05-23 16:52:01 +00:00
|
|
|
|
case MAGIC_STATE_FILL:
|
|
|
|
|
// Add magic until magicFillTarget is reached
|
2020-03-17 04:31:30 +00:00
|
|
|
|
gSaveContext.magic += 4;
|
|
|
|
|
|
2022-07-30 21:28:50 +00:00
|
|
|
|
if (gSaveContext.gameMode == GAMEMODE_NORMAL && !IS_CUTSCENE_LAYER) {
|
2022-07-30 13:05:27 +00:00
|
|
|
|
Audio_PlaySfxGeneral(NA_SE_SY_GAUGE_UP - SFX_FLAG, &gSfxDefaultPos, 4, &gSfxDefaultFreqAndVolScale,
|
|
|
|
|
&gSfxDefaultFreqAndVolScale, &gSfxDefaultReverb);
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2021-09-04 13:33:19 +00:00
|
|
|
|
// "Storage MAGIC_NOW=%d (%d)"
|
2022-05-23 16:52:01 +00:00
|
|
|
|
osSyncPrintf("蓄電 MAGIC_NOW=%d (%d)\n", gSaveContext.magic, gSaveContext.magicFillTarget);
|
|
|
|
|
|
|
|
|
|
if (gSaveContext.magic >= gSaveContext.magicFillTarget) {
|
|
|
|
|
gSaveContext.magic = gSaveContext.magicFillTarget;
|
|
|
|
|
gSaveContext.magicState = gSaveContext.prevMagicState;
|
|
|
|
|
gSaveContext.prevMagicState = MAGIC_STATE_IDLE;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
break;
|
2020-10-13 03:15:42 +00:00
|
|
|
|
|
2022-05-23 16:52:01 +00:00
|
|
|
|
case MAGIC_STATE_CONSUME_SETUP:
|
|
|
|
|
// Sets the speed at which magic border flashes
|
2020-03-17 04:31:30 +00:00
|
|
|
|
sMagicBorderRatio = 2;
|
2022-05-23 16:52:01 +00:00
|
|
|
|
gSaveContext.magicState = MAGIC_STATE_CONSUME;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
break;
|
2020-10-13 03:15:42 +00:00
|
|
|
|
|
2022-05-23 16:52:01 +00:00
|
|
|
|
case MAGIC_STATE_CONSUME:
|
|
|
|
|
// Consume magic until target is reached or no more magic is available
|
2020-03-17 04:31:30 +00:00
|
|
|
|
gSaveContext.magic -= 2;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (gSaveContext.magic <= 0) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
gSaveContext.magic = 0;
|
2022-05-23 16:52:01 +00:00
|
|
|
|
gSaveContext.magicState = MAGIC_STATE_METER_FLASH_1;
|
2020-10-13 03:15:42 +00:00
|
|
|
|
sMagicBorderR = sMagicBorderG = sMagicBorderB = 255;
|
2022-05-23 16:52:01 +00:00
|
|
|
|
} else if (gSaveContext.magic == gSaveContext.magicTarget) {
|
|
|
|
|
gSaveContext.magicState = MAGIC_STATE_METER_FLASH_1;
|
2020-10-13 03:15:42 +00:00
|
|
|
|
sMagicBorderR = sMagicBorderG = sMagicBorderB = 255;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
2022-06-03 16:51:23 +00:00
|
|
|
|
FALLTHROUGH; // Flash border while magic is being consumed
|
2022-05-23 16:52:01 +00:00
|
|
|
|
case MAGIC_STATE_METER_FLASH_1:
|
|
|
|
|
case MAGIC_STATE_METER_FLASH_2:
|
|
|
|
|
case MAGIC_STATE_METER_FLASH_3:
|
2022-04-03 22:33:50 +00:00
|
|
|
|
temp = sMagicBorderIndices[sMagicBorderStep];
|
2020-10-13 03:15:42 +00:00
|
|
|
|
borderChangeR = ABS(sMagicBorderR - sMagicBorderColors[temp][0]) / sMagicBorderRatio;
|
|
|
|
|
borderChangeG = ABS(sMagicBorderG - sMagicBorderColors[temp][1]) / sMagicBorderRatio;
|
|
|
|
|
borderChangeB = ABS(sMagicBorderB - sMagicBorderColors[temp][2]) / sMagicBorderRatio;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-10-13 03:15:42 +00:00
|
|
|
|
if (sMagicBorderR >= sMagicBorderColors[temp][0]) {
|
|
|
|
|
sMagicBorderR -= borderChangeR;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
} else {
|
2020-10-13 03:15:42 +00:00
|
|
|
|
sMagicBorderR += borderChangeR;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-10-13 03:15:42 +00:00
|
|
|
|
if (sMagicBorderG >= sMagicBorderColors[temp][1]) {
|
|
|
|
|
sMagicBorderG -= borderChangeG;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
} else {
|
2020-10-13 03:15:42 +00:00
|
|
|
|
sMagicBorderG += borderChangeG;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-10-13 03:15:42 +00:00
|
|
|
|
if (sMagicBorderB >= sMagicBorderColors[temp][2]) {
|
|
|
|
|
sMagicBorderB -= borderChangeB;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
} else {
|
2020-10-13 03:15:42 +00:00
|
|
|
|
sMagicBorderB += borderChangeB;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
|
|
sMagicBorderRatio--;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (sMagicBorderRatio == 0) {
|
2020-10-13 03:15:42 +00:00
|
|
|
|
sMagicBorderR = sMagicBorderColors[temp][0];
|
|
|
|
|
sMagicBorderG = sMagicBorderColors[temp][1];
|
|
|
|
|
sMagicBorderB = sMagicBorderColors[temp][2];
|
2020-03-17 04:31:30 +00:00
|
|
|
|
sMagicBorderRatio = YREG(40 + sMagicBorderStep);
|
|
|
|
|
sMagicBorderStep++;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
if (sMagicBorderStep >= 4) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
sMagicBorderStep = 0;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
break;
|
2020-10-13 03:15:42 +00:00
|
|
|
|
|
2022-05-23 16:52:01 +00:00
|
|
|
|
case MAGIC_STATE_RESET:
|
2020-10-13 03:15:42 +00:00
|
|
|
|
sMagicBorderR = sMagicBorderG = sMagicBorderB = 255;
|
2022-05-23 16:52:01 +00:00
|
|
|
|
gSaveContext.magicState = MAGIC_STATE_IDLE;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
break;
|
2020-10-13 03:15:42 +00:00
|
|
|
|
|
2022-05-23 16:52:01 +00:00
|
|
|
|
case MAGIC_STATE_CONSUME_LENS:
|
|
|
|
|
// Slowly consume magic while lens is on
|
2022-05-21 18:23:43 +00:00
|
|
|
|
if ((play->pauseCtx.state == 0) && (play->pauseCtx.debugState == 0) && (msgCtx->msgMode == MSGMODE_NONE) &&
|
|
|
|
|
(play->gameOverCtx.state == GAMEOVER_INACTIVE) && (play->transitionTrigger == TRANS_TRIGGER_OFF) &&
|
|
|
|
|
(play->transitionMode == TRANS_MODE_OFF) && !Play_InCsMode(play)) {
|
|
|
|
|
if ((gSaveContext.magic == 0) || ((func_8008F2F8(play) >= 2) && (func_8008F2F8(play) < 5)) ||
|
2022-11-16 18:23:27 +00:00
|
|
|
|
((gSaveContext.equips.buttonItems[1] != ITEM_LENS_OF_TRUTH) &&
|
|
|
|
|
(gSaveContext.equips.buttonItems[2] != ITEM_LENS_OF_TRUTH) &&
|
|
|
|
|
(gSaveContext.equips.buttonItems[3] != ITEM_LENS_OF_TRUTH)) ||
|
2022-05-21 18:23:43 +00:00
|
|
|
|
!play->actorCtx.lensActive) {
|
2022-05-23 16:52:01 +00:00
|
|
|
|
// Force lens off and set magic meter state to idle
|
2022-05-21 18:23:43 +00:00
|
|
|
|
play->actorCtx.lensActive = false;
|
2022-07-30 13:05:27 +00:00
|
|
|
|
Audio_PlaySfxGeneral(NA_SE_SY_GLASSMODE_OFF, &gSfxDefaultPos, 4, &gSfxDefaultFreqAndVolScale,
|
|
|
|
|
&gSfxDefaultFreqAndVolScale, &gSfxDefaultReverb);
|
2022-05-23 16:52:01 +00:00
|
|
|
|
gSaveContext.magicState = MAGIC_STATE_IDLE;
|
2020-07-17 01:37:53 +00:00
|
|
|
|
sMagicBorderR = sMagicBorderG = sMagicBorderB = 255;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
|
2022-05-23 16:52:01 +00:00
|
|
|
|
interfaceCtx->lensMagicConsumptionTimer--;
|
|
|
|
|
if (interfaceCtx->lensMagicConsumptionTimer == 0) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
gSaveContext.magic--;
|
2022-05-23 16:52:01 +00:00
|
|
|
|
interfaceCtx->lensMagicConsumptionTimer = 80;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-04-03 22:33:50 +00:00
|
|
|
|
temp = sMagicBorderIndices[sMagicBorderStep];
|
2020-10-13 03:15:42 +00:00
|
|
|
|
borderChangeR = ABS(sMagicBorderR - sMagicBorderColors[temp][0]) / sMagicBorderRatio;
|
|
|
|
|
borderChangeG = ABS(sMagicBorderG - sMagicBorderColors[temp][1]) / sMagicBorderRatio;
|
|
|
|
|
borderChangeB = ABS(sMagicBorderB - sMagicBorderColors[temp][2]) / sMagicBorderRatio;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-10-13 03:15:42 +00:00
|
|
|
|
if (sMagicBorderR >= sMagicBorderColors[temp][0]) {
|
|
|
|
|
sMagicBorderR -= borderChangeR;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
} else {
|
2020-10-13 03:15:42 +00:00
|
|
|
|
sMagicBorderR += borderChangeR;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-10-13 03:15:42 +00:00
|
|
|
|
if (sMagicBorderG >= sMagicBorderColors[temp][1]) {
|
|
|
|
|
sMagicBorderG -= borderChangeG;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
} else {
|
2020-10-13 03:15:42 +00:00
|
|
|
|
sMagicBorderG += borderChangeG;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-10-13 03:15:42 +00:00
|
|
|
|
if (sMagicBorderB >= sMagicBorderColors[temp][2]) {
|
|
|
|
|
sMagicBorderB -= borderChangeB;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
} else {
|
2020-10-13 03:15:42 +00:00
|
|
|
|
sMagicBorderB += borderChangeB;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
|
|
sMagicBorderRatio--;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (sMagicBorderRatio == 0) {
|
2020-10-13 03:15:42 +00:00
|
|
|
|
sMagicBorderR = sMagicBorderColors[temp][0];
|
|
|
|
|
sMagicBorderG = sMagicBorderColors[temp][1];
|
|
|
|
|
sMagicBorderB = sMagicBorderColors[temp][2];
|
2020-03-17 04:31:30 +00:00
|
|
|
|
sMagicBorderRatio = YREG(40 + sMagicBorderStep);
|
|
|
|
|
sMagicBorderStep++;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
if (sMagicBorderStep >= 4) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
sMagicBorderStep = 0;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
break;
|
2020-10-13 03:15:42 +00:00
|
|
|
|
|
2022-05-23 16:52:01 +00:00
|
|
|
|
case MAGIC_STATE_ADD:
|
|
|
|
|
// Add magic until target is reached
|
2020-03-17 04:31:30 +00:00
|
|
|
|
gSaveContext.magic += 4;
|
2022-07-30 13:05:27 +00:00
|
|
|
|
Audio_PlaySfxGeneral(NA_SE_SY_GAUGE_UP - SFX_FLAG, &gSfxDefaultPos, 4, &gSfxDefaultFreqAndVolScale,
|
|
|
|
|
&gSfxDefaultFreqAndVolScale, &gSfxDefaultReverb);
|
2022-05-23 16:52:01 +00:00
|
|
|
|
if (gSaveContext.magic >= gSaveContext.magicTarget) {
|
|
|
|
|
gSaveContext.magic = gSaveContext.magicTarget;
|
|
|
|
|
gSaveContext.magicState = gSaveContext.prevMagicState;
|
|
|
|
|
gSaveContext.prevMagicState = MAGIC_STATE_IDLE;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
break;
|
2020-10-13 03:15:42 +00:00
|
|
|
|
|
2020-03-17 04:31:30 +00:00
|
|
|
|
default:
|
2022-05-23 16:52:01 +00:00
|
|
|
|
gSaveContext.magicState = MAGIC_STATE_IDLE;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-05-23 16:52:01 +00:00
|
|
|
|
void Magic_DrawMeter(PlayState* play) {
|
2022-05-21 18:23:43 +00:00
|
|
|
|
InterfaceContext* interfaceCtx = &play->interfaceCtx;
|
2022-05-23 16:52:01 +00:00
|
|
|
|
s16 magicMeterY;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
OPEN_DISPS(play->state.gfxCtx, "../z_parameter.c", 2650);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.magicLevel != 0) {
|
|
|
|
|
if (gSaveContext.healthCapacity > 0xA0) {
|
2022-05-23 16:52:01 +00:00
|
|
|
|
magicMeterY = R_MAGIC_METER_Y_LOWER; // two rows of hearts
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2022-05-23 16:52:01 +00:00
|
|
|
|
magicMeterY = R_MAGIC_METER_Y_HIGHER; // one row of hearts
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-06-03 22:25:48 +00:00
|
|
|
|
Gfx_SetupDL_39Overlay(play->state.gfxCtx);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-11-19 21:49:08 +00:00
|
|
|
|
gDPSetPrimColor(OVERLAY_DISP++, 0, 0, sMagicBorderR, sMagicBorderG, sMagicBorderB, interfaceCtx->magicAlpha);
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gDPSetEnvColor(OVERLAY_DISP++, 100, 50, 50, 255);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-05-23 16:52:01 +00:00
|
|
|
|
OVERLAY_DISP = Gfx_TextureIA8(OVERLAY_DISP, gMagicMeterEndTex, 8, 16, R_MAGIC_METER_X, magicMeterY, 8, 16,
|
|
|
|
|
1 << 10, 1 << 10);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-05-23 16:52:01 +00:00
|
|
|
|
OVERLAY_DISP = Gfx_TextureIA8(OVERLAY_DISP, gMagicMeterMidTex, 24, 16, R_MAGIC_METER_X + 8, magicMeterY,
|
|
|
|
|
gSaveContext.magicCapacity, 16, 1 << 10, 1 << 10);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-05-23 16:52:01 +00:00
|
|
|
|
gDPLoadTextureBlock(OVERLAY_DISP++, gMagicMeterEndTex, G_IM_FMT_IA, G_IM_SIZ_8b, 8, 16, 0,
|
2021-06-15 17:29:10 +00:00
|
|
|
|
G_TX_MIRROR | G_TX_WRAP, G_TX_NOMIRROR | G_TX_WRAP, 3, G_TX_NOMASK, G_TX_NOLOD, G_TX_NOLOD);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-07-30 21:49:10 +00:00
|
|
|
|
gSPTextureRectangle(OVERLAY_DISP++, (R_MAGIC_METER_X + gSaveContext.magicCapacity + 8) << 2, magicMeterY << 2,
|
|
|
|
|
(R_MAGIC_METER_X + gSaveContext.magicCapacity + 16) << 2, (magicMeterY + 16) << 2,
|
2022-05-23 16:52:01 +00:00
|
|
|
|
G_TX_RENDERTILE, 256, 0, 1 << 10, 1 << 10);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gDPPipeSync(OVERLAY_DISP++);
|
2020-11-19 21:49:08 +00:00
|
|
|
|
gDPSetCombineLERP(OVERLAY_DISP++, PRIMITIVE, ENVIRONMENT, TEXEL0, ENVIRONMENT, 0, 0, 0, PRIMITIVE, PRIMITIVE,
|
|
|
|
|
ENVIRONMENT, TEXEL0, ENVIRONMENT, 0, 0, 0, PRIMITIVE);
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gDPSetEnvColor(OVERLAY_DISP++, 0, 0, 0, 255);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-05-23 16:52:01 +00:00
|
|
|
|
if (gSaveContext.magicState == MAGIC_STATE_METER_FLASH_2) {
|
|
|
|
|
// Yellow part of the meter indicating the amount of magic to be subtracted
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gDPSetPrimColor(OVERLAY_DISP++, 0, 0, 250, 250, 0, interfaceCtx->magicAlpha);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-07-30 21:49:10 +00:00
|
|
|
|
gDPLoadMultiBlock_4b(OVERLAY_DISP++, gMagicMeterFillTex, 0x0000, G_TX_RENDERTILE, G_IM_FMT_I, 16, 16, 0,
|
2020-03-22 21:19:43 +00:00
|
|
|
|
G_TX_NOMIRROR | G_TX_WRAP, G_TX_NOMIRROR | G_TX_WRAP, G_TX_NOMASK, G_TX_NOMASK,
|
2020-03-17 04:31:30 +00:00
|
|
|
|
G_TX_NOLOD, G_TX_NOLOD);
|
|
|
|
|
|
2022-05-23 16:52:01 +00:00
|
|
|
|
gSPTextureRectangle(OVERLAY_DISP++, R_MAGIC_FILL_X << 2, (magicMeterY + 3) << 2,
|
|
|
|
|
(R_MAGIC_FILL_X + gSaveContext.magic) << 2, (magicMeterY + 10) << 2, G_TX_RENDERTILE, 0,
|
2021-06-15 17:29:10 +00:00
|
|
|
|
0, 1 << 10, 1 << 10);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-05-23 16:52:01 +00:00
|
|
|
|
// Fill the rest of the meter with the normal magic color
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gDPPipeSync(OVERLAY_DISP++);
|
2020-11-19 21:49:08 +00:00
|
|
|
|
gDPSetPrimColor(OVERLAY_DISP++, 0, 0, R_MAGIC_FILL_COLOR(0), R_MAGIC_FILL_COLOR(1), R_MAGIC_FILL_COLOR(2),
|
|
|
|
|
interfaceCtx->magicAlpha);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-05-23 16:52:01 +00:00
|
|
|
|
gSPTextureRectangle(OVERLAY_DISP++, R_MAGIC_FILL_X << 2, (magicMeterY + 3) << 2,
|
|
|
|
|
(R_MAGIC_FILL_X + gSaveContext.magicTarget) << 2, (magicMeterY + 10) << 2,
|
|
|
|
|
G_TX_RENDERTILE, 0, 0, 1 << 10, 1 << 10);
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2022-05-23 16:52:01 +00:00
|
|
|
|
// Fill the whole meter with the normal magic color
|
2020-11-19 21:49:08 +00:00
|
|
|
|
gDPSetPrimColor(OVERLAY_DISP++, 0, 0, R_MAGIC_FILL_COLOR(0), R_MAGIC_FILL_COLOR(1), R_MAGIC_FILL_COLOR(2),
|
|
|
|
|
interfaceCtx->magicAlpha);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-07-30 21:49:10 +00:00
|
|
|
|
gDPLoadMultiBlock_4b(OVERLAY_DISP++, gMagicMeterFillTex, 0x0000, G_TX_RENDERTILE, G_IM_FMT_I, 16, 16, 0,
|
2020-03-22 21:19:43 +00:00
|
|
|
|
G_TX_NOMIRROR | G_TX_WRAP, G_TX_NOMIRROR | G_TX_WRAP, G_TX_NOMASK, G_TX_NOMASK,
|
2020-03-17 04:31:30 +00:00
|
|
|
|
G_TX_NOLOD, G_TX_NOLOD);
|
|
|
|
|
|
2022-05-23 16:52:01 +00:00
|
|
|
|
gSPTextureRectangle(OVERLAY_DISP++, R_MAGIC_FILL_X << 2, (magicMeterY + 3) << 2,
|
|
|
|
|
(R_MAGIC_FILL_X + gSaveContext.magic) << 2, (magicMeterY + 10) << 2, G_TX_RENDERTILE, 0,
|
2021-06-15 17:29:10 +00:00
|
|
|
|
0, 1 << 10, 1 << 10);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
CLOSE_DISPS(play->state.gfxCtx, "../z_parameter.c", 2731);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
void func_80088AA0(s16 arg0) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.timerX[1] = 140;
|
|
|
|
|
gSaveContext.timerY[1] = 80;
|
2022-04-23 14:41:17 +00:00
|
|
|
|
D_80125A5C = false;
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.timer2Value = arg0;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (arg0 != 0) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.timer2State = 1;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.timer2State = 7;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
void func_80088AF0(PlayState* play) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.timer2State != 0) {
|
2022-04-29 18:19:48 +00:00
|
|
|
|
if (GET_EVENTINF(EVENTINF_10)) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.timer2Value = 239;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.timer2Value = 1;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
void func_80088B34(s16 arg0) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.timerX[0] = 140;
|
|
|
|
|
gSaveContext.timerY[0] = 80;
|
2022-04-23 14:41:17 +00:00
|
|
|
|
D_80125A5C = false;
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.timer1Value = arg0;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (arg0 != 0) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.timer1State = 5;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.timer1State = 11;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
void Interface_DrawActionLabel(GraphicsContext* gfxCtx, void* texture) {
|
2020-08-29 23:00:17 +00:00
|
|
|
|
OPEN_DISPS(gfxCtx, "../z_parameter.c", 2820);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
z_message_PAL, message_data_static and surrounding doc (#996)
* Initial progress on z_message_PAL, very messy
* Fix merge
* Some more progress
* Fix merge
* More z_message_PAL
* Small progress
* More small progress
* message_data_static files OK
* Prepare z_message_tables
* Matched another function, small updates
* Attempt to use asm-processor static-symbols branch
* Refactor text id declarations
* Begin large text codes parser function
* Fix merge
* Refactor done
* Build OK, add color and highscore names
* Remove encoded text headers and automatically encode during build
* Fix kanfont
* Various cleanups
* DISP macros
* Another match aside data
* Further progress
* Small improvements
* Deduplicate magic values for text control codes, small improvements
* Tiny progress
* Minor cleanups
* Clean up z_message_PAL comment
* Progress on large functions
* Further progress on large functions
* Changes to mkldscript to link .data in the .rodata section
* data OK
* Few improvements
* Use gDPLoadTextureBlock macros where appropriate
* rm z_message_tables, progress on large functions
* 2 more matches
* Improvements
* Small progress
* More progress on big function
* progress
* match func_80107980
* match Message_Update
* match func_8010BED8
* done
* Progress on remaining large functions
* Small progress on largest function
* Another match, extract text and move to assets, improve text build system
* Small nonmatchings improvements
* docs wip
* Largest function maybe equivalent
* Fix merge
* Document do_action values, largest function is almost instruction-matching
* Rename NAVI do_action to NONE, as that appears to be how that value is used in practice
* Fix merge
* one match
* Last function is instruction-matching
* Fix
* Improvements thanks to engineer124
* Stack matched thanks to petrie911, now just a/v/low t regalloc issues, some cleanup
* More variables labeled, use text state enum everywhere
* More labels and names
* Fix
* Actor_IsTalking -> Actor_TalkRequested
* Match func_8010C39C and remove unused asm
* More docs
* Mostly ocarina related docs
* All msgModes named
* Fix assetclean
* Cleanup
* Extraction fixes and headers
* Suggestions
* Review suggestions
* Change text extraction again, only extract if the headers do not already exist
* Fix
* Use ast for charmap, fix assetclean for real this time
* Review suggestions
* BGM ids and ran formatter
* Review comments
* rename include_readonly to include_data_with_rodata
* Remove leading 0s in number directives
* Review suggestions for message_data_static
* textbox pos enum comments, rename several enum names from Message to TextBox
Co-authored-by: Thar0 <maximilianc64@gmail.com>
Co-authored-by: Zelllll <56516451+Zelllll@users.noreply.github.com>
Co-authored-by: petrie911 <pmontag@DESKTOP-LG8A167.localdomain>
Co-authored-by: Roman971 <romanlasnier@hotmail.com>
2021-11-23 01:20:30 +00:00
|
|
|
|
gDPLoadTextureBlock_4b(OVERLAY_DISP++, texture, G_IM_FMT_IA, DO_ACTION_TEX_WIDTH, DO_ACTION_TEX_HEIGHT, 0,
|
|
|
|
|
G_TX_NOMIRROR | G_TX_WRAP, G_TX_NOMIRROR | G_TX_WRAP, G_TX_NOMASK, G_TX_NOMASK, G_TX_NOLOD,
|
|
|
|
|
G_TX_NOLOD);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gSP1Quadrangle(OVERLAY_DISP++, 0, 2, 3, 1, 0);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-08-29 23:00:17 +00:00
|
|
|
|
CLOSE_DISPS(gfxCtx, "../z_parameter.c", 2829);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
void Interface_DrawItemButtons(PlayState* play) {
|
2021-06-15 17:29:10 +00:00
|
|
|
|
static void* cUpLabelTextures[] = { gNaviCUpENGTex, gNaviCUpENGTex, gNaviCUpENGTex };
|
|
|
|
|
static s16 startButtonLeftPos[] = { 132, 130, 130 };
|
2022-05-21 18:23:43 +00:00
|
|
|
|
InterfaceContext* interfaceCtx = &play->interfaceCtx;
|
|
|
|
|
Player* player = GET_PLAYER(play);
|
|
|
|
|
PauseContext* pauseCtx = &play->pauseCtx;
|
2021-06-15 17:29:10 +00:00
|
|
|
|
s16 temp; // Used as both an alpha value and a button index
|
2022-07-30 21:49:10 +00:00
|
|
|
|
s16 texCoordScale;
|
2020-10-13 03:15:42 +00:00
|
|
|
|
s16 width;
|
|
|
|
|
s16 height;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
OPEN_DISPS(play->state.gfxCtx, "../z_parameter.c", 2900);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
|
|
// B Button Color & Texture
|
|
|
|
|
// Also loads the Item Button Texture reused by other buttons afterwards
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gDPPipeSync(OVERLAY_DISP++);
|
|
|
|
|
gDPSetCombineMode(OVERLAY_DISP++, G_CC_MODULATEIA_PRIM, G_CC_MODULATEIA_PRIM);
|
2020-11-19 21:49:08 +00:00
|
|
|
|
gDPSetPrimColor(OVERLAY_DISP++, 0, 0, R_B_BTN_COLOR(0), R_B_BTN_COLOR(1), R_B_BTN_COLOR(2), interfaceCtx->bAlpha);
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gDPSetEnvColor(OVERLAY_DISP++, 0, 0, 0, 255);
|
2021-06-15 17:29:10 +00:00
|
|
|
|
OVERLAY_DISP =
|
|
|
|
|
Gfx_TextureIA8(OVERLAY_DISP, gButtonBackgroundTex, 32, 32, R_ITEM_BTN_X(0), R_ITEM_BTN_Y(0),
|
|
|
|
|
R_ITEM_BTN_WIDTH(0), R_ITEM_BTN_WIDTH(0), R_ITEM_BTN_DD(0) << 1, R_ITEM_BTN_DD(0) << 1);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
|
|
// C-Left Button Color & Texture
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gDPPipeSync(OVERLAY_DISP++);
|
|
|
|
|
gDPSetPrimColor(OVERLAY_DISP++, 0, 0, R_C_BTN_COLOR(0), R_C_BTN_COLOR(1), R_C_BTN_COLOR(2),
|
2020-03-22 21:19:43 +00:00
|
|
|
|
interfaceCtx->cLeftAlpha);
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gSPTextureRectangle(OVERLAY_DISP++, R_ITEM_BTN_X(1) << 2, R_ITEM_BTN_Y(1) << 2,
|
2020-03-22 21:19:43 +00:00
|
|
|
|
(R_ITEM_BTN_X(1) + R_ITEM_BTN_WIDTH(1)) << 2, (R_ITEM_BTN_Y(1) + R_ITEM_BTN_WIDTH(1)) << 2,
|
2021-06-15 17:29:10 +00:00
|
|
|
|
G_TX_RENDERTILE, 0, 0, R_ITEM_BTN_DD(1) << 1, R_ITEM_BTN_DD(1) << 1);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
|
|
// C-Down Button Color & Texture
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gDPSetPrimColor(OVERLAY_DISP++, 0, 0, R_C_BTN_COLOR(0), R_C_BTN_COLOR(1), R_C_BTN_COLOR(2),
|
2020-03-22 21:19:43 +00:00
|
|
|
|
interfaceCtx->cDownAlpha);
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gSPTextureRectangle(OVERLAY_DISP++, R_ITEM_BTN_X(2) << 2, R_ITEM_BTN_Y(2) << 2,
|
2020-03-22 21:19:43 +00:00
|
|
|
|
(R_ITEM_BTN_X(2) + R_ITEM_BTN_WIDTH(2)) << 2, (R_ITEM_BTN_Y(2) + R_ITEM_BTN_WIDTH(2)) << 2,
|
2021-06-15 17:29:10 +00:00
|
|
|
|
G_TX_RENDERTILE, 0, 0, R_ITEM_BTN_DD(2) << 1, R_ITEM_BTN_DD(2) << 1);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
|
|
// C-Right Button Color & Texture
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gDPSetPrimColor(OVERLAY_DISP++, 0, 0, R_C_BTN_COLOR(0), R_C_BTN_COLOR(1), R_C_BTN_COLOR(2),
|
2020-03-22 21:19:43 +00:00
|
|
|
|
interfaceCtx->cRightAlpha);
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gSPTextureRectangle(OVERLAY_DISP++, R_ITEM_BTN_X(3) << 2, R_ITEM_BTN_Y(3) << 2,
|
2020-03-22 21:19:43 +00:00
|
|
|
|
(R_ITEM_BTN_X(3) + R_ITEM_BTN_WIDTH(3)) << 2, (R_ITEM_BTN_Y(3) + R_ITEM_BTN_WIDTH(3)) << 2,
|
2021-06-15 17:29:10 +00:00
|
|
|
|
G_TX_RENDERTILE, 0, 0, R_ITEM_BTN_DD(3) << 1, R_ITEM_BTN_DD(3) << 1);
|
2020-03-22 21:19:43 +00:00
|
|
|
|
|
2020-10-13 03:15:42 +00:00
|
|
|
|
if ((pauseCtx->state < 8) || (pauseCtx->state >= 18)) {
|
2022-05-21 18:23:43 +00:00
|
|
|
|
if ((play->pauseCtx.state != 0) || (play->pauseCtx.debugState != 0)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
// Start Button Texture, Color & Label
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gDPPipeSync(OVERLAY_DISP++);
|
|
|
|
|
gDPSetPrimColor(OVERLAY_DISP++, 0, 0, 120, 120, 120, interfaceCtx->startAlpha);
|
2022-07-30 21:49:10 +00:00
|
|
|
|
gSPTextureRectangle(OVERLAY_DISP++, startButtonLeftPos[gSaveContext.language] << 2, 17 << 2,
|
|
|
|
|
(startButtonLeftPos[gSaveContext.language] + 22) << 2, 39 << 2, G_TX_RENDERTILE, 0, 0,
|
|
|
|
|
(s32)(1.4277344 * (1 << 10)), (s32)(1.4277344 * (1 << 10)));
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gDPPipeSync(OVERLAY_DISP++);
|
|
|
|
|
gDPSetPrimColor(OVERLAY_DISP++, 0, 0, 255, 255, 255, interfaceCtx->startAlpha);
|
|
|
|
|
gDPSetEnvColor(OVERLAY_DISP++, 0, 0, 0, 0);
|
2020-11-19 21:49:08 +00:00
|
|
|
|
gDPSetCombineLERP(OVERLAY_DISP++, PRIMITIVE, ENVIRONMENT, TEXEL0, ENVIRONMENT, TEXEL0, 0, PRIMITIVE, 0,
|
|
|
|
|
PRIMITIVE, ENVIRONMENT, TEXEL0, ENVIRONMENT, TEXEL0, 0, PRIMITIVE, 0);
|
2020-03-22 21:19:43 +00:00
|
|
|
|
|
z_message_PAL, message_data_static and surrounding doc (#996)
* Initial progress on z_message_PAL, very messy
* Fix merge
* Some more progress
* Fix merge
* More z_message_PAL
* Small progress
* More small progress
* message_data_static files OK
* Prepare z_message_tables
* Matched another function, small updates
* Attempt to use asm-processor static-symbols branch
* Refactor text id declarations
* Begin large text codes parser function
* Fix merge
* Refactor done
* Build OK, add color and highscore names
* Remove encoded text headers and automatically encode during build
* Fix kanfont
* Various cleanups
* DISP macros
* Another match aside data
* Further progress
* Small improvements
* Deduplicate magic values for text control codes, small improvements
* Tiny progress
* Minor cleanups
* Clean up z_message_PAL comment
* Progress on large functions
* Further progress on large functions
* Changes to mkldscript to link .data in the .rodata section
* data OK
* Few improvements
* Use gDPLoadTextureBlock macros where appropriate
* rm z_message_tables, progress on large functions
* 2 more matches
* Improvements
* Small progress
* More progress on big function
* progress
* match func_80107980
* match Message_Update
* match func_8010BED8
* done
* Progress on remaining large functions
* Small progress on largest function
* Another match, extract text and move to assets, improve text build system
* Small nonmatchings improvements
* docs wip
* Largest function maybe equivalent
* Fix merge
* Document do_action values, largest function is almost instruction-matching
* Rename NAVI do_action to NONE, as that appears to be how that value is used in practice
* Fix merge
* one match
* Last function is instruction-matching
* Fix
* Improvements thanks to engineer124
* Stack matched thanks to petrie911, now just a/v/low t regalloc issues, some cleanup
* More variables labeled, use text state enum everywhere
* More labels and names
* Fix
* Actor_IsTalking -> Actor_TalkRequested
* Match func_8010C39C and remove unused asm
* More docs
* Mostly ocarina related docs
* All msgModes named
* Fix assetclean
* Cleanup
* Extraction fixes and headers
* Suggestions
* Review suggestions
* Change text extraction again, only extract if the headers do not already exist
* Fix
* Use ast for charmap, fix assetclean for real this time
* Review suggestions
* BGM ids and ran formatter
* Review comments
* rename include_readonly to include_data_with_rodata
* Remove leading 0s in number directives
* Review suggestions for message_data_static
* textbox pos enum comments, rename several enum names from Message to TextBox
Co-authored-by: Thar0 <maximilianc64@gmail.com>
Co-authored-by: Zelllll <56516451+Zelllll@users.noreply.github.com>
Co-authored-by: petrie911 <pmontag@DESKTOP-LG8A167.localdomain>
Co-authored-by: Roman971 <romanlasnier@hotmail.com>
2021-11-23 01:20:30 +00:00
|
|
|
|
gDPLoadTextureBlock_4b(OVERLAY_DISP++, interfaceCtx->doActionSegment + DO_ACTION_TEX_SIZE * 2, G_IM_FMT_IA,
|
|
|
|
|
DO_ACTION_TEX_WIDTH, DO_ACTION_TEX_HEIGHT, 0, G_TX_NOMIRROR | G_TX_WRAP,
|
|
|
|
|
G_TX_NOMIRROR | G_TX_WRAP, G_TX_NOMASK, G_TX_NOMASK, G_TX_NOLOD, G_TX_NOLOD);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-07-30 21:49:10 +00:00
|
|
|
|
texCoordScale = (1 << 10) / (R_START_LABEL_DD(gSaveContext.language) / 100.0f);
|
z_message_PAL, message_data_static and surrounding doc (#996)
* Initial progress on z_message_PAL, very messy
* Fix merge
* Some more progress
* Fix merge
* More z_message_PAL
* Small progress
* More small progress
* message_data_static files OK
* Prepare z_message_tables
* Matched another function, small updates
* Attempt to use asm-processor static-symbols branch
* Refactor text id declarations
* Begin large text codes parser function
* Fix merge
* Refactor done
* Build OK, add color and highscore names
* Remove encoded text headers and automatically encode during build
* Fix kanfont
* Various cleanups
* DISP macros
* Another match aside data
* Further progress
* Small improvements
* Deduplicate magic values for text control codes, small improvements
* Tiny progress
* Minor cleanups
* Clean up z_message_PAL comment
* Progress on large functions
* Further progress on large functions
* Changes to mkldscript to link .data in the .rodata section
* data OK
* Few improvements
* Use gDPLoadTextureBlock macros where appropriate
* rm z_message_tables, progress on large functions
* 2 more matches
* Improvements
* Small progress
* More progress on big function
* progress
* match func_80107980
* match Message_Update
* match func_8010BED8
* done
* Progress on remaining large functions
* Small progress on largest function
* Another match, extract text and move to assets, improve text build system
* Small nonmatchings improvements
* docs wip
* Largest function maybe equivalent
* Fix merge
* Document do_action values, largest function is almost instruction-matching
* Rename NAVI do_action to NONE, as that appears to be how that value is used in practice
* Fix merge
* one match
* Last function is instruction-matching
* Fix
* Improvements thanks to engineer124
* Stack matched thanks to petrie911, now just a/v/low t regalloc issues, some cleanup
* More variables labeled, use text state enum everywhere
* More labels and names
* Fix
* Actor_IsTalking -> Actor_TalkRequested
* Match func_8010C39C and remove unused asm
* More docs
* Mostly ocarina related docs
* All msgModes named
* Fix assetclean
* Cleanup
* Extraction fixes and headers
* Suggestions
* Review suggestions
* Change text extraction again, only extract if the headers do not already exist
* Fix
* Use ast for charmap, fix assetclean for real this time
* Review suggestions
* BGM ids and ran formatter
* Review comments
* rename include_readonly to include_data_with_rodata
* Remove leading 0s in number directives
* Review suggestions for message_data_static
* textbox pos enum comments, rename several enum names from Message to TextBox
Co-authored-by: Thar0 <maximilianc64@gmail.com>
Co-authored-by: Zelllll <56516451+Zelllll@users.noreply.github.com>
Co-authored-by: petrie911 <pmontag@DESKTOP-LG8A167.localdomain>
Co-authored-by: Roman971 <romanlasnier@hotmail.com>
2021-11-23 01:20:30 +00:00
|
|
|
|
width = DO_ACTION_TEX_WIDTH / (R_START_LABEL_DD(gSaveContext.language) / 100.0f);
|
|
|
|
|
height = DO_ACTION_TEX_HEIGHT / (R_START_LABEL_DD(gSaveContext.language) / 100.0f);
|
2022-07-30 21:49:10 +00:00
|
|
|
|
gSPTextureRectangle(OVERLAY_DISP++, R_START_LABEL_X(gSaveContext.language) << 2,
|
|
|
|
|
R_START_LABEL_Y(gSaveContext.language) << 2,
|
|
|
|
|
(R_START_LABEL_X(gSaveContext.language) + width) << 2,
|
|
|
|
|
(R_START_LABEL_Y(gSaveContext.language) + height) << 2, G_TX_RENDERTILE, 0, 0,
|
|
|
|
|
texCoordScale, texCoordScale);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
if (interfaceCtx->naviCalling && (play->pauseCtx.state == 0) && (play->pauseCtx.debugState == 0) &&
|
|
|
|
|
(play->csCtx.state == CS_STATE_IDLE)) {
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (!sCUpInvisible) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
// C-Up Button Texture, Color & Label (Navi Text)
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gDPPipeSync(OVERLAY_DISP++);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-23 23:11:21 +00:00
|
|
|
|
if ((gSaveContext.unk_13EA == 1) || (gSaveContext.unk_13EA == 2) || (gSaveContext.unk_13EA == 5)) {
|
2020-10-13 03:15:42 +00:00
|
|
|
|
temp = 0;
|
2022-05-21 18:23:43 +00:00
|
|
|
|
} else if ((player->stateFlags1 & PLAYER_STATE1_21) || (func_8008F2F8(play) == 4) ||
|
2022-10-23 21:32:51 +00:00
|
|
|
|
(player->stateFlags2 & PLAYER_STATE2_CRAWLING)) {
|
2020-10-13 03:15:42 +00:00
|
|
|
|
temp = 70;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
} else {
|
2020-10-13 03:15:42 +00:00
|
|
|
|
temp = interfaceCtx->healthAlpha;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gDPSetPrimColor(OVERLAY_DISP++, 0, 0, R_C_BTN_COLOR(0), R_C_BTN_COLOR(1), R_C_BTN_COLOR(2), temp);
|
|
|
|
|
gDPSetCombineMode(OVERLAY_DISP++, G_CC_MODULATEIA_PRIM, G_CC_MODULATEIA_PRIM);
|
|
|
|
|
gSPTextureRectangle(OVERLAY_DISP++, R_C_UP_BTN_X << 2, R_C_UP_BTN_Y << 2, (R_C_UP_BTN_X + 16) << 2,
|
2021-06-15 17:29:10 +00:00
|
|
|
|
(R_C_UP_BTN_Y + 16) << 2, G_TX_RENDERTILE, 0, 0, 2 << 10, 2 << 10);
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gDPPipeSync(OVERLAY_DISP++);
|
|
|
|
|
gDPSetPrimColor(OVERLAY_DISP++, 0, 0, 255, 255, 255, temp);
|
|
|
|
|
gDPSetEnvColor(OVERLAY_DISP++, 0, 0, 0, 0);
|
2020-11-19 21:49:08 +00:00
|
|
|
|
gDPSetCombineLERP(OVERLAY_DISP++, PRIMITIVE, ENVIRONMENT, TEXEL0, ENVIRONMENT, TEXEL0, 0, PRIMITIVE, 0,
|
|
|
|
|
PRIMITIVE, ENVIRONMENT, TEXEL0, ENVIRONMENT, TEXEL0, 0, PRIMITIVE, 0);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2021-06-15 17:29:10 +00:00
|
|
|
|
gDPLoadTextureBlock_4b(OVERLAY_DISP++, cUpLabelTextures[gSaveContext.language], G_IM_FMT_IA, 32, 8, 0,
|
2021-01-13 04:59:23 +00:00
|
|
|
|
G_TX_NOMIRROR | G_TX_WRAP, G_TX_NOMIRROR | G_TX_WRAP, G_TX_NOMASK, G_TX_NOMASK,
|
|
|
|
|
G_TX_NOLOD, G_TX_NOLOD);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gSPTextureRectangle(OVERLAY_DISP++, R_C_UP_ICON_X << 2, R_C_UP_ICON_Y << 2, (R_C_UP_ICON_X + 32) << 2,
|
2021-06-15 17:29:10 +00:00
|
|
|
|
(R_C_UP_ICON_Y + 8) << 2, G_TX_RENDERTILE, 0, 0, 1 << 10, 1 << 10);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
sCUpTimer--;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (sCUpTimer == 0) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
sCUpInvisible ^= 1;
|
2020-10-13 03:15:42 +00:00
|
|
|
|
sCUpTimer = 10;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gDPPipeSync(OVERLAY_DISP++);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
|
|
// Empty C Button Arrows
|
2020-10-13 03:15:42 +00:00
|
|
|
|
for (temp = 1; temp < 4; temp++) {
|
|
|
|
|
if (gSaveContext.equips.buttonItems[temp] > 0xF0) {
|
|
|
|
|
if (temp == 1) {
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gDPSetPrimColor(OVERLAY_DISP++, 0, 0, R_C_BTN_COLOR(0), R_C_BTN_COLOR(1), R_C_BTN_COLOR(2),
|
2020-03-22 21:19:43 +00:00
|
|
|
|
interfaceCtx->cLeftAlpha);
|
2020-10-13 03:15:42 +00:00
|
|
|
|
} else if (temp == 2) {
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gDPSetPrimColor(OVERLAY_DISP++, 0, 0, R_C_BTN_COLOR(0), R_C_BTN_COLOR(1), R_C_BTN_COLOR(2),
|
2020-03-22 21:19:43 +00:00
|
|
|
|
interfaceCtx->cDownAlpha);
|
2020-03-23 23:11:21 +00:00
|
|
|
|
} else {
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gDPSetPrimColor(OVERLAY_DISP++, 0, 0, R_C_BTN_COLOR(0), R_C_BTN_COLOR(1), R_C_BTN_COLOR(2),
|
2020-03-22 21:19:43 +00:00
|
|
|
|
interfaceCtx->cRightAlpha);
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-22 21:19:43 +00:00
|
|
|
|
|
2021-06-15 17:29:10 +00:00
|
|
|
|
OVERLAY_DISP = Gfx_TextureIA8(OVERLAY_DISP, ((u8*)gButtonBackgroundTex + ((32 * 32) * (temp + 1))), 32, 32,
|
|
|
|
|
R_ITEM_BTN_X(temp), R_ITEM_BTN_Y(temp), R_ITEM_BTN_WIDTH(temp),
|
|
|
|
|
R_ITEM_BTN_WIDTH(temp), R_ITEM_BTN_DD(temp) << 1, R_ITEM_BTN_DD(temp) << 1);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
CLOSE_DISPS(play->state.gfxCtx, "../z_parameter.c", 3071);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
void Interface_DrawItemIconTexture(PlayState* play, void* texture, s16 button) {
|
|
|
|
|
OPEN_DISPS(play->state.gfxCtx, "../z_parameter.c", 3079);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-11-19 21:49:08 +00:00
|
|
|
|
gDPLoadTextureBlock(OVERLAY_DISP++, texture, G_IM_FMT_RGBA, G_IM_SIZ_32b, 32, 32, 0, G_TX_NOMIRROR | G_TX_WRAP,
|
|
|
|
|
G_TX_NOMIRROR | G_TX_WRAP, G_TX_NOMASK, G_TX_NOMASK, G_TX_NOLOD, G_TX_NOLOD);
|
2020-03-22 21:19:43 +00:00
|
|
|
|
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gSPTextureRectangle(OVERLAY_DISP++, R_ITEM_ICON_X(button) << 2, R_ITEM_ICON_Y(button) << 2,
|
2020-03-17 04:31:30 +00:00
|
|
|
|
(R_ITEM_ICON_X(button) + R_ITEM_ICON_WIDTH(button)) << 2,
|
2020-03-22 21:19:43 +00:00
|
|
|
|
(R_ITEM_ICON_Y(button) + R_ITEM_ICON_WIDTH(button)) << 2, G_TX_RENDERTILE, 0, 0,
|
2021-06-15 17:29:10 +00:00
|
|
|
|
R_ITEM_ICON_DD(button) << 1, R_ITEM_ICON_DD(button) << 1);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
CLOSE_DISPS(play->state.gfxCtx, "../z_parameter.c", 3094);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
void Interface_DrawAmmoCount(PlayState* play, s16 button, s16 alpha) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
s16 i;
|
2020-08-29 23:00:17 +00:00
|
|
|
|
s16 ammo;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
OPEN_DISPS(play->state.gfxCtx, "../z_parameter.c", 3105);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-08-29 23:00:17 +00:00
|
|
|
|
i = gSaveContext.equips.buttonItems[button];
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-11-16 18:23:27 +00:00
|
|
|
|
if ((i == ITEM_DEKU_STICK) || (i == ITEM_DEKU_NUT) || (i == ITEM_BOMB) || (i == ITEM_BOW) ||
|
|
|
|
|
((i >= ITEM_BOW_FIRE) && (i <= ITEM_BOW_LIGHT)) || (i == ITEM_SLINGSHOT) || (i == ITEM_BOMBCHU) ||
|
|
|
|
|
(i == ITEM_MAGIC_BEAN)) {
|
2020-08-29 23:00:17 +00:00
|
|
|
|
|
2022-11-16 18:23:27 +00:00
|
|
|
|
if ((i >= ITEM_BOW_FIRE) && (i <= ITEM_BOW_LIGHT)) {
|
2020-08-29 23:00:17 +00:00
|
|
|
|
i = ITEM_BOW;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-08-29 23:00:17 +00:00
|
|
|
|
ammo = AMMO(i);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gDPPipeSync(OVERLAY_DISP++);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if ((button == 0) && (gSaveContext.minigameState == 1)) {
|
2022-05-21 18:23:43 +00:00
|
|
|
|
ammo = play->interfaceCtx.hbaAmmo;
|
|
|
|
|
} else if ((button == 0) && (play->shootingGalleryStatus > 1)) {
|
|
|
|
|
ammo = play->shootingGalleryStatus - 1;
|
2022-07-31 23:44:47 +00:00
|
|
|
|
} else if ((button == 0) && (play->sceneId == SCENE_BOWLING) && Flags_GetSwitch(play, 0x38)) {
|
2022-05-21 18:23:43 +00:00
|
|
|
|
ammo = play->bombchuBowlingStatus;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (ammo < 0) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
ammo = 0;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-08-29 23:00:17 +00:00
|
|
|
|
} else if (((i == ITEM_BOW) && (AMMO(i) == CUR_CAPACITY(UPG_QUIVER))) ||
|
|
|
|
|
((i == ITEM_BOMB) && (AMMO(i) == CUR_CAPACITY(UPG_BOMB_BAG))) ||
|
|
|
|
|
((i == ITEM_SLINGSHOT) && (AMMO(i) == CUR_CAPACITY(UPG_BULLET_BAG))) ||
|
2022-11-16 18:23:27 +00:00
|
|
|
|
((i == ITEM_DEKU_STICK) && (AMMO(i) == CUR_CAPACITY(UPG_DEKU_STICKS))) ||
|
|
|
|
|
((i == ITEM_DEKU_NUT) && (AMMO(i) == CUR_CAPACITY(UPG_DEKU_NUTS))) ||
|
|
|
|
|
((i == ITEM_BOMBCHU) && (ammo == 50)) || ((i == ITEM_MAGIC_BEAN) && (ammo == 15))) {
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gDPSetPrimColor(OVERLAY_DISP++, 0, 0, 120, 255, 0, alpha);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (ammo == 0) {
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gDPSetPrimColor(OVERLAY_DISP++, 0, 0, 100, 100, 100, alpha);
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
for (i = 0; ammo >= 10; i++) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
ammo -= 10;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (i != 0) {
|
2021-06-15 17:29:10 +00:00
|
|
|
|
OVERLAY_DISP = Gfx_TextureIA8(OVERLAY_DISP, ((u8*)gAmmoDigit0Tex + ((8 * 8) * i)), 8, 8,
|
|
|
|
|
R_ITEM_AMMO_X(button), R_ITEM_AMMO_Y(button), 8, 8, 1 << 10, 1 << 10);
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2021-06-15 17:29:10 +00:00
|
|
|
|
OVERLAY_DISP = Gfx_TextureIA8(OVERLAY_DISP, ((u8*)gAmmoDigit0Tex + ((8 * 8) * ammo)), 8, 8,
|
|
|
|
|
R_ITEM_AMMO_X(button) + 6, R_ITEM_AMMO_Y(button), 8, 8, 1 << 10, 1 << 10);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
CLOSE_DISPS(play->state.gfxCtx, "../z_parameter.c", 3158);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
void Interface_DrawActionButton(PlayState* play) {
|
|
|
|
|
InterfaceContext* interfaceCtx = &play->interfaceCtx;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
OPEN_DISPS(play->state.gfxCtx, "../z_parameter.c", 3172);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
|
|
Matrix_Translate(0.0f, 0.0f, XREG(18) / 10.0f, MTXMODE_NEW);
|
|
|
|
|
Matrix_Scale(1.0f, 1.0f, 1.0f, MTXMODE_APPLY);
|
|
|
|
|
Matrix_RotateX(interfaceCtx->unk_1F4 / 10000.0f, MTXMODE_APPLY);
|
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
gSPMatrix(OVERLAY_DISP++, Matrix_NewMtx(play->state.gfxCtx, "../z_parameter.c", 3177),
|
2020-03-22 21:19:43 +00:00
|
|
|
|
G_MTX_MODELVIEW | G_MTX_LOAD);
|
2021-05-02 23:15:16 +00:00
|
|
|
|
gSPVertex(OVERLAY_DISP++, &interfaceCtx->actionVtx[0], 4, 0);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2021-06-15 17:29:10 +00:00
|
|
|
|
gDPLoadTextureBlock(OVERLAY_DISP++, gButtonBackgroundTex, G_IM_FMT_IA, G_IM_SIZ_8b, 32, 32, 0,
|
|
|
|
|
G_TX_NOMIRROR | G_TX_WRAP, G_TX_NOMIRROR | G_TX_WRAP, G_TX_NOMASK, G_TX_NOMASK, G_TX_NOLOD,
|
|
|
|
|
G_TX_NOLOD);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gSP1Quadrangle(OVERLAY_DISP++, 0, 2, 3, 1, 0);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
CLOSE_DISPS(play->state.gfxCtx, "../z_parameter.c", 3187);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
void Interface_InitVertices(PlayState* play) {
|
|
|
|
|
InterfaceContext* interfaceCtx = &play->interfaceCtx;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
s16 i;
|
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
interfaceCtx->actionVtx = Graph_Alloc(play->state.gfxCtx, 8 * sizeof(Vtx));
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-04-29 19:06:08 +00:00
|
|
|
|
interfaceCtx->actionVtx[0].v.ob[0] = interfaceCtx->actionVtx[2].v.ob[0] = -14;
|
|
|
|
|
interfaceCtx->actionVtx[1].v.ob[0] = interfaceCtx->actionVtx[3].v.ob[0] = interfaceCtx->actionVtx[0].v.ob[0] + 28;
|
|
|
|
|
|
|
|
|
|
interfaceCtx->actionVtx[0].v.ob[1] = interfaceCtx->actionVtx[1].v.ob[1] = 14;
|
|
|
|
|
interfaceCtx->actionVtx[2].v.ob[1] = interfaceCtx->actionVtx[3].v.ob[1] = interfaceCtx->actionVtx[0].v.ob[1] - 28;
|
|
|
|
|
|
|
|
|
|
interfaceCtx->actionVtx[4].v.ob[0] = interfaceCtx->actionVtx[6].v.ob[0] = -(XREG(21) / 2);
|
|
|
|
|
interfaceCtx->actionVtx[5].v.ob[0] = interfaceCtx->actionVtx[7].v.ob[0] =
|
|
|
|
|
interfaceCtx->actionVtx[4].v.ob[0] + XREG(21);
|
|
|
|
|
|
|
|
|
|
interfaceCtx->actionVtx[4].v.ob[1] = interfaceCtx->actionVtx[5].v.ob[1] = XREG(28) / 2;
|
|
|
|
|
interfaceCtx->actionVtx[6].v.ob[1] = interfaceCtx->actionVtx[7].v.ob[1] =
|
|
|
|
|
interfaceCtx->actionVtx[4].v.ob[1] - XREG(28);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
for (i = 0; i < 8; i += 4) {
|
2022-04-29 19:06:08 +00:00
|
|
|
|
interfaceCtx->actionVtx[i].v.ob[2] = interfaceCtx->actionVtx[i + 1].v.ob[2] =
|
|
|
|
|
interfaceCtx->actionVtx[i + 2].v.ob[2] = interfaceCtx->actionVtx[i + 3].v.ob[2] = 0;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-04-29 19:06:08 +00:00
|
|
|
|
interfaceCtx->actionVtx[i].v.flag = interfaceCtx->actionVtx[i + 1].v.flag =
|
|
|
|
|
interfaceCtx->actionVtx[i + 2].v.flag = interfaceCtx->actionVtx[i + 3].v.flag = 0;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2021-05-02 23:15:16 +00:00
|
|
|
|
interfaceCtx->actionVtx[i].v.tc[0] = interfaceCtx->actionVtx[i].v.tc[1] =
|
2022-04-29 19:06:08 +00:00
|
|
|
|
interfaceCtx->actionVtx[i + 1].v.tc[1] = interfaceCtx->actionVtx[i + 2].v.tc[0] = 0;
|
|
|
|
|
interfaceCtx->actionVtx[i + 1].v.tc[0] = interfaceCtx->actionVtx[i + 2].v.tc[1] =
|
|
|
|
|
interfaceCtx->actionVtx[i + 3].v.tc[0] = interfaceCtx->actionVtx[i + 3].v.tc[1] = 1024;
|
|
|
|
|
|
|
|
|
|
interfaceCtx->actionVtx[i].v.cn[0] = interfaceCtx->actionVtx[i + 1].v.cn[0] =
|
|
|
|
|
interfaceCtx->actionVtx[i + 2].v.cn[0] = interfaceCtx->actionVtx[i + 3].v.cn[0] =
|
|
|
|
|
interfaceCtx->actionVtx[i].v.cn[1] = interfaceCtx->actionVtx[i + 1].v.cn[1] =
|
|
|
|
|
interfaceCtx->actionVtx[i + 2].v.cn[1] = interfaceCtx->actionVtx[i + 3].v.cn[1] =
|
|
|
|
|
interfaceCtx->actionVtx[i].v.cn[2] = interfaceCtx->actionVtx[i + 1].v.cn[2] =
|
|
|
|
|
interfaceCtx->actionVtx[i + 2].v.cn[2] = interfaceCtx->actionVtx[i + 3].v.cn[2] = 255;
|
|
|
|
|
|
|
|
|
|
interfaceCtx->actionVtx[i].v.cn[3] = interfaceCtx->actionVtx[i + 1].v.cn[3] =
|
|
|
|
|
interfaceCtx->actionVtx[i + 2].v.cn[3] = interfaceCtx->actionVtx[i + 3].v.cn[3] = 255;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2021-05-02 23:15:16 +00:00
|
|
|
|
interfaceCtx->actionVtx[5].v.tc[0] = interfaceCtx->actionVtx[7].v.tc[0] = 1536;
|
|
|
|
|
interfaceCtx->actionVtx[6].v.tc[1] = interfaceCtx->actionVtx[7].v.tc[1] = 512;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
interfaceCtx->beatingHeartVtx = Graph_Alloc(play->state.gfxCtx, 4 * sizeof(Vtx));
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2021-05-02 23:15:16 +00:00
|
|
|
|
interfaceCtx->beatingHeartVtx[0].v.ob[0] = interfaceCtx->beatingHeartVtx[2].v.ob[0] = -8;
|
|
|
|
|
interfaceCtx->beatingHeartVtx[1].v.ob[0] = interfaceCtx->beatingHeartVtx[3].v.ob[0] = 8;
|
|
|
|
|
interfaceCtx->beatingHeartVtx[0].v.ob[1] = interfaceCtx->beatingHeartVtx[1].v.ob[1] = 8;
|
|
|
|
|
interfaceCtx->beatingHeartVtx[2].v.ob[1] = interfaceCtx->beatingHeartVtx[3].v.ob[1] = -8;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2021-05-02 23:15:16 +00:00
|
|
|
|
interfaceCtx->beatingHeartVtx[0].v.ob[2] = interfaceCtx->beatingHeartVtx[1].v.ob[2] =
|
2022-04-29 19:06:08 +00:00
|
|
|
|
interfaceCtx->beatingHeartVtx[2].v.ob[2] = interfaceCtx->beatingHeartVtx[3].v.ob[2] = 0;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2021-05-02 23:15:16 +00:00
|
|
|
|
interfaceCtx->beatingHeartVtx[0].v.flag = interfaceCtx->beatingHeartVtx[1].v.flag =
|
2022-04-29 19:06:08 +00:00
|
|
|
|
interfaceCtx->beatingHeartVtx[2].v.flag = interfaceCtx->beatingHeartVtx[3].v.flag = 0;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2021-05-02 23:15:16 +00:00
|
|
|
|
interfaceCtx->beatingHeartVtx[0].v.tc[0] = interfaceCtx->beatingHeartVtx[0].v.tc[1] =
|
2022-04-29 19:06:08 +00:00
|
|
|
|
interfaceCtx->beatingHeartVtx[1].v.tc[1] = interfaceCtx->beatingHeartVtx[2].v.tc[0] = 0;
|
2021-05-02 23:15:16 +00:00
|
|
|
|
interfaceCtx->beatingHeartVtx[1].v.tc[0] = interfaceCtx->beatingHeartVtx[2].v.tc[1] =
|
2022-04-29 19:06:08 +00:00
|
|
|
|
interfaceCtx->beatingHeartVtx[3].v.tc[0] = interfaceCtx->beatingHeartVtx[3].v.tc[1] = 512;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2021-05-02 23:15:16 +00:00
|
|
|
|
interfaceCtx->beatingHeartVtx[0].v.cn[0] = interfaceCtx->beatingHeartVtx[1].v.cn[0] =
|
2022-04-29 19:06:08 +00:00
|
|
|
|
interfaceCtx->beatingHeartVtx[2].v.cn[0] = interfaceCtx->beatingHeartVtx[3].v.cn[0] =
|
|
|
|
|
interfaceCtx->beatingHeartVtx[0].v.cn[1] = interfaceCtx->beatingHeartVtx[1].v.cn[1] =
|
|
|
|
|
interfaceCtx->beatingHeartVtx[2].v.cn[1] = interfaceCtx->beatingHeartVtx[3].v.cn[1] =
|
|
|
|
|
interfaceCtx->beatingHeartVtx[0].v.cn[2] = interfaceCtx->beatingHeartVtx[1].v.cn[2] =
|
|
|
|
|
interfaceCtx->beatingHeartVtx[2].v.cn[2] = interfaceCtx->beatingHeartVtx[3].v.cn[2] =
|
|
|
|
|
interfaceCtx->beatingHeartVtx[0].v.cn[3] = interfaceCtx->beatingHeartVtx[1].v.cn[3] =
|
|
|
|
|
interfaceCtx->beatingHeartVtx[2].v.cn[3] = interfaceCtx->beatingHeartVtx[3].v.cn[3] =
|
|
|
|
|
255;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
void func_8008A8B8(PlayState* play, s32 topY, s32 bottomY, s32 leftX, s32 rightX) {
|
|
|
|
|
InterfaceContext* interfaceCtx = &play->interfaceCtx;
|
2021-05-02 23:15:16 +00:00
|
|
|
|
Vec3f eye;
|
|
|
|
|
Vec3f lookAt;
|
|
|
|
|
Vec3f up;
|
|
|
|
|
|
|
|
|
|
eye.x = eye.y = eye.z = 0.0f;
|
|
|
|
|
lookAt.x = lookAt.y = 0.0f;
|
|
|
|
|
lookAt.z = -1.0f;
|
|
|
|
|
up.x = up.z = 0.0f;
|
|
|
|
|
up.y = 1.0f;
|
|
|
|
|
|
2022-04-08 22:50:28 +00:00
|
|
|
|
View_LookAt(&interfaceCtx->view, &eye, &lookAt, &up);
|
2021-05-02 23:15:16 +00:00
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
interfaceCtx->viewport.topY = topY;
|
|
|
|
|
interfaceCtx->viewport.bottomY = bottomY;
|
|
|
|
|
interfaceCtx->viewport.leftX = leftX;
|
|
|
|
|
interfaceCtx->viewport.rightX = rightX;
|
|
|
|
|
View_SetViewport(&interfaceCtx->view, &interfaceCtx->viewport);
|
2021-05-02 23:15:16 +00:00
|
|
|
|
|
2022-04-08 22:50:28 +00:00
|
|
|
|
View_SetPerspective(&interfaceCtx->view, 60.0f, 10.0f, 60.0f);
|
|
|
|
|
View_ApplyPerspectiveToOverlay(&interfaceCtx->view);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
void func_8008A994(InterfaceContext* interfaceCtx) {
|
2020-06-14 02:59:58 +00:00
|
|
|
|
SET_FULLSCREEN_VIEWPORT(&interfaceCtx->view);
|
2022-04-08 22:50:28 +00:00
|
|
|
|
View_ApplyOrthoToOverlay(&interfaceCtx->view);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
void Interface_Draw(PlayState* play) {
|
2021-06-15 17:29:10 +00:00
|
|
|
|
static s16 magicArrowEffectsR[] = { 255, 100, 255 };
|
|
|
|
|
static s16 magicArrowEffectsG[] = { 0, 100, 255 };
|
|
|
|
|
static s16 magicArrowEffectsB[] = { 0, 255, 100 };
|
|
|
|
|
static s16 timerDigitLeftPos[] = { 16, 25, 34, 42, 51 };
|
|
|
|
|
static s16 digitWidth[] = { 9, 9, 8, 9, 9 };
|
|
|
|
|
// unused, most likely colors
|
|
|
|
|
static s16 D_80125B1C[][3] = {
|
|
|
|
|
{ 0, 150, 0 }, { 100, 255, 0 }, { 255, 255, 255 }, { 0, 0, 0 }, { 255, 255, 255 },
|
|
|
|
|
};
|
|
|
|
|
static s16 rupeeDigitsFirst[] = { 1, 0, 0 };
|
|
|
|
|
static s16 rupeeDigitsCount[] = { 2, 3, 3 };
|
2022-05-09 17:45:53 +00:00
|
|
|
|
static s16 spoilingItemEntrances[] = { ENTR_SPOT10_2, ENTR_SPOT07_3, ENTR_SPOT07_3 };
|
2021-06-15 17:29:10 +00:00
|
|
|
|
static f32 D_80125B54[] = { -40.0f, -35.0f }; // unused
|
|
|
|
|
static s16 D_80125B5C[] = { 91, 91 }; // unused
|
2020-03-17 04:31:30 +00:00
|
|
|
|
static s16 D_8015FFE0;
|
|
|
|
|
static s16 D_8015FFE2;
|
|
|
|
|
static s16 D_8015FFE4;
|
|
|
|
|
static s16 D_8015FFE6;
|
2021-06-15 17:29:10 +00:00
|
|
|
|
static s16 timerDigits[5];
|
2022-05-21 18:23:43 +00:00
|
|
|
|
InterfaceContext* interfaceCtx = &play->interfaceCtx;
|
|
|
|
|
PauseContext* pauseCtx = &play->pauseCtx;
|
|
|
|
|
MessageContext* msgCtx = &play->msgCtx;
|
|
|
|
|
Player* player = GET_PLAYER(play);
|
2021-06-15 17:29:10 +00:00
|
|
|
|
s16 svar1;
|
|
|
|
|
s16 svar2;
|
|
|
|
|
s16 svar3;
|
|
|
|
|
s16 svar4;
|
|
|
|
|
s16 svar5;
|
|
|
|
|
s16 svar6;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
OPEN_DISPS(play->state.gfxCtx, "../z_parameter.c", 3405);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gSPSegment(OVERLAY_DISP++, 0x02, interfaceCtx->parameterSegment);
|
2021-05-02 23:15:16 +00:00
|
|
|
|
gSPSegment(OVERLAY_DISP++, 0x07, interfaceCtx->doActionSegment);
|
|
|
|
|
gSPSegment(OVERLAY_DISP++, 0x08, interfaceCtx->iconItemSegment);
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gSPSegment(OVERLAY_DISP++, 0x0B, interfaceCtx->mapSegment);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2021-05-02 23:15:16 +00:00
|
|
|
|
if (pauseCtx->debugState == 0) {
|
2022-05-21 18:23:43 +00:00
|
|
|
|
Interface_InitVertices(play);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
func_8008A994(interfaceCtx);
|
2022-05-21 18:23:43 +00:00
|
|
|
|
Health_DrawMeter(play);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-06-03 22:25:48 +00:00
|
|
|
|
Gfx_SetupDL_39Overlay(play->state.gfxCtx);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
|
|
// Rupee Icon
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gDPSetPrimColor(OVERLAY_DISP++, 0, 0, 200, 255, 100, interfaceCtx->magicAlpha);
|
|
|
|
|
gDPSetEnvColor(OVERLAY_DISP++, 0, 80, 0, 255);
|
2021-06-15 17:29:10 +00:00
|
|
|
|
OVERLAY_DISP = Gfx_TextureIA8(OVERLAY_DISP, gRupeeCounterIconTex, 16, 16, 26, 206, 16, 16, 1 << 10, 1 << 10);
|
2020-03-22 21:19:43 +00:00
|
|
|
|
|
2022-07-31 23:44:47 +00:00
|
|
|
|
switch (play->sceneId) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
case SCENE_BMORI1:
|
|
|
|
|
case SCENE_HIDAN:
|
|
|
|
|
case SCENE_MIZUSIN:
|
|
|
|
|
case SCENE_JYASINZOU:
|
|
|
|
|
case SCENE_HAKADAN:
|
|
|
|
|
case SCENE_HAKADANCH:
|
|
|
|
|
case SCENE_ICE_DOUKUTO:
|
|
|
|
|
case SCENE_GANON:
|
|
|
|
|
case SCENE_MEN:
|
|
|
|
|
case SCENE_GERUDOWAY:
|
|
|
|
|
case SCENE_GANONTIKA:
|
|
|
|
|
case SCENE_GANON_SONOGO:
|
|
|
|
|
case SCENE_GANONTIKA_SONOGO:
|
|
|
|
|
case SCENE_TAKARAYA:
|
2020-10-11 17:45:08 +00:00
|
|
|
|
if (gSaveContext.inventory.dungeonKeys[gSaveContext.mapIndex] >= 0) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
// Small Key Icon
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gDPPipeSync(OVERLAY_DISP++);
|
|
|
|
|
gDPSetPrimColor(OVERLAY_DISP++, 0, 0, 200, 230, 255, interfaceCtx->magicAlpha);
|
|
|
|
|
gDPSetEnvColor(OVERLAY_DISP++, 0, 0, 20, 255);
|
2021-06-15 17:29:10 +00:00
|
|
|
|
OVERLAY_DISP = Gfx_TextureIA8(OVERLAY_DISP, gSmallKeyCounterIconTex, 16, 16, 26, 190, 16, 16,
|
|
|
|
|
1 << 10, 1 << 10);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
|
|
// Small Key Counter
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gDPPipeSync(OVERLAY_DISP++);
|
|
|
|
|
gDPSetPrimColor(OVERLAY_DISP++, 0, 0, 255, 255, 255, interfaceCtx->magicAlpha);
|
2020-11-19 21:49:08 +00:00
|
|
|
|
gDPSetCombineLERP(OVERLAY_DISP++, 0, 0, 0, PRIMITIVE, TEXEL0, 0, PRIMITIVE, 0, 0, 0, 0, PRIMITIVE,
|
|
|
|
|
TEXEL0, 0, PRIMITIVE, 0);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
|
|
interfaceCtx->counterDigits[2] = 0;
|
2020-10-11 17:45:08 +00:00
|
|
|
|
interfaceCtx->counterDigits[3] = gSaveContext.inventory.dungeonKeys[gSaveContext.mapIndex];
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
while (interfaceCtx->counterDigits[3] >= 10) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->counterDigits[2]++;
|
|
|
|
|
interfaceCtx->counterDigits[3] -= 10;
|
|
|
|
|
}
|
|
|
|
|
|
2021-06-15 17:29:10 +00:00
|
|
|
|
svar3 = 42;
|
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (interfaceCtx->counterDigits[2] != 0) {
|
2021-06-15 17:29:10 +00:00
|
|
|
|
OVERLAY_DISP = Gfx_TextureI8(
|
|
|
|
|
OVERLAY_DISP, ((u8*)gCounterDigit0Tex + (8 * 16 * interfaceCtx->counterDigits[2])), 8, 16,
|
|
|
|
|
svar3, 190, 8, 16, 1 << 10, 1 << 10);
|
|
|
|
|
svar3 += 8;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2021-06-15 17:29:10 +00:00
|
|
|
|
OVERLAY_DISP = Gfx_TextureI8(OVERLAY_DISP,
|
|
|
|
|
((u8*)gCounterDigit0Tex + (8 * 16 * interfaceCtx->counterDigits[3])),
|
|
|
|
|
8, 16, svar3, 190, 8, 16, 1 << 10, 1 << 10);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
break;
|
|
|
|
|
default:
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Rupee Counter
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gDPPipeSync(OVERLAY_DISP++);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-23 23:11:21 +00:00
|
|
|
|
if (gSaveContext.rupees == CUR_CAPACITY(UPG_WALLET)) {
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gDPSetPrimColor(OVERLAY_DISP++, 0, 0, 120, 255, 0, interfaceCtx->magicAlpha);
|
2020-03-23 23:11:21 +00:00
|
|
|
|
} else if (gSaveContext.rupees != 0) {
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gDPSetPrimColor(OVERLAY_DISP++, 0, 0, 255, 255, 255, interfaceCtx->magicAlpha);
|
2020-03-23 23:11:21 +00:00
|
|
|
|
} else {
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gDPSetPrimColor(OVERLAY_DISP++, 0, 0, 100, 100, 100, interfaceCtx->magicAlpha);
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-11-19 21:49:08 +00:00
|
|
|
|
gDPSetCombineLERP(OVERLAY_DISP++, 0, 0, 0, PRIMITIVE, TEXEL0, 0, PRIMITIVE, 0, 0, 0, 0, PRIMITIVE, TEXEL0, 0,
|
|
|
|
|
PRIMITIVE, 0);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
|
|
interfaceCtx->counterDigits[0] = interfaceCtx->counterDigits[1] = 0;
|
|
|
|
|
interfaceCtx->counterDigits[2] = gSaveContext.rupees;
|
|
|
|
|
|
2021-06-15 17:29:10 +00:00
|
|
|
|
if ((interfaceCtx->counterDigits[2] > 9999) || (interfaceCtx->counterDigits[2] < 0)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->counterDigits[2] &= 0xDDD;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
while (interfaceCtx->counterDigits[2] >= 100) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->counterDigits[0]++;
|
2021-06-15 17:29:10 +00:00
|
|
|
|
interfaceCtx->counterDigits[2] -= 100;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
while (interfaceCtx->counterDigits[2] >= 10) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->counterDigits[1]++;
|
2021-06-15 17:29:10 +00:00
|
|
|
|
interfaceCtx->counterDigits[2] -= 10;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2021-06-15 17:29:10 +00:00
|
|
|
|
svar2 = rupeeDigitsFirst[CUR_UPG_VALUE(UPG_WALLET)];
|
2021-07-27 23:20:25 +00:00
|
|
|
|
svar5 = rupeeDigitsCount[CUR_UPG_VALUE(UPG_WALLET)];
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2021-07-27 23:20:25 +00:00
|
|
|
|
for (svar1 = 0, svar3 = 42; svar1 < svar5; svar1++, svar2++, svar3 += 8) {
|
2021-06-15 17:29:10 +00:00
|
|
|
|
OVERLAY_DISP =
|
|
|
|
|
Gfx_TextureI8(OVERLAY_DISP, ((u8*)gCounterDigit0Tex + (8 * 16 * interfaceCtx->counterDigits[svar2])), 8,
|
|
|
|
|
16, svar3, 206, 8, 16, 1 << 10, 1 << 10);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2022-05-23 16:52:01 +00:00
|
|
|
|
Magic_DrawMeter(play);
|
2022-05-21 18:23:43 +00:00
|
|
|
|
Minimap_Draw(play);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-23 23:11:21 +00:00
|
|
|
|
if ((R_PAUSE_MENU_MODE != 2) && (R_PAUSE_MENU_MODE != 3)) {
|
2022-05-21 18:23:43 +00:00
|
|
|
|
func_8002C124(&play->actorCtx.targetCtx, play); // Draw Z-Target
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-06-03 22:25:48 +00:00
|
|
|
|
Gfx_SetupDL_39Overlay(play->state.gfxCtx);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
Interface_DrawItemButtons(play);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gDPPipeSync(OVERLAY_DISP++);
|
|
|
|
|
gDPSetPrimColor(OVERLAY_DISP++, 0, 0, 255, 255, 255, interfaceCtx->bAlpha);
|
2021-06-15 17:29:10 +00:00
|
|
|
|
gDPSetCombineMode(OVERLAY_DISP++, G_CC_MODULATERGBA_PRIM, G_CC_MODULATERGBA_PRIM);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2021-06-15 17:29:10 +00:00
|
|
|
|
if (!(interfaceCtx->unk_1FA)) {
|
|
|
|
|
// B Button Icon & Ammo Count
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.equips.buttonItems[0] != ITEM_NONE) {
|
2022-05-21 18:23:43 +00:00
|
|
|
|
Interface_DrawItemIconTexture(play, interfaceCtx->iconItemSegment, 0);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
if ((player->stateFlags1 & PLAYER_STATE1_23) || (play->shootingGalleryStatus > 1) ||
|
2022-07-31 23:44:47 +00:00
|
|
|
|
((play->sceneId == SCENE_BOWLING) && Flags_GetSwitch(play, 0x38))) {
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gDPPipeSync(OVERLAY_DISP++);
|
2020-11-19 21:49:08 +00:00
|
|
|
|
gDPSetCombineLERP(OVERLAY_DISP++, PRIMITIVE, ENVIRONMENT, TEXEL0, ENVIRONMENT, TEXEL0, 0, PRIMITIVE,
|
|
|
|
|
0, PRIMITIVE, ENVIRONMENT, TEXEL0, ENVIRONMENT, TEXEL0, 0, PRIMITIVE, 0);
|
2022-05-21 18:23:43 +00:00
|
|
|
|
Interface_DrawAmmoCount(play, 0, interfaceCtx->bAlpha);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
// B Button Do Action Label
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gDPPipeSync(OVERLAY_DISP++);
|
2020-11-19 21:49:08 +00:00
|
|
|
|
gDPSetCombineLERP(OVERLAY_DISP++, PRIMITIVE, ENVIRONMENT, TEXEL0, ENVIRONMENT, TEXEL0, 0, PRIMITIVE, 0,
|
|
|
|
|
PRIMITIVE, ENVIRONMENT, TEXEL0, ENVIRONMENT, TEXEL0, 0, PRIMITIVE, 0);
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gDPSetPrimColor(OVERLAY_DISP++, 0, 0, 255, 255, 255, interfaceCtx->bAlpha);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
z_message_PAL, message_data_static and surrounding doc (#996)
* Initial progress on z_message_PAL, very messy
* Fix merge
* Some more progress
* Fix merge
* More z_message_PAL
* Small progress
* More small progress
* message_data_static files OK
* Prepare z_message_tables
* Matched another function, small updates
* Attempt to use asm-processor static-symbols branch
* Refactor text id declarations
* Begin large text codes parser function
* Fix merge
* Refactor done
* Build OK, add color and highscore names
* Remove encoded text headers and automatically encode during build
* Fix kanfont
* Various cleanups
* DISP macros
* Another match aside data
* Further progress
* Small improvements
* Deduplicate magic values for text control codes, small improvements
* Tiny progress
* Minor cleanups
* Clean up z_message_PAL comment
* Progress on large functions
* Further progress on large functions
* Changes to mkldscript to link .data in the .rodata section
* data OK
* Few improvements
* Use gDPLoadTextureBlock macros where appropriate
* rm z_message_tables, progress on large functions
* 2 more matches
* Improvements
* Small progress
* More progress on big function
* progress
* match func_80107980
* match Message_Update
* match func_8010BED8
* done
* Progress on remaining large functions
* Small progress on largest function
* Another match, extract text and move to assets, improve text build system
* Small nonmatchings improvements
* docs wip
* Largest function maybe equivalent
* Fix merge
* Document do_action values, largest function is almost instruction-matching
* Rename NAVI do_action to NONE, as that appears to be how that value is used in practice
* Fix merge
* one match
* Last function is instruction-matching
* Fix
* Improvements thanks to engineer124
* Stack matched thanks to petrie911, now just a/v/low t regalloc issues, some cleanup
* More variables labeled, use text state enum everywhere
* More labels and names
* Fix
* Actor_IsTalking -> Actor_TalkRequested
* Match func_8010C39C and remove unused asm
* More docs
* Mostly ocarina related docs
* All msgModes named
* Fix assetclean
* Cleanup
* Extraction fixes and headers
* Suggestions
* Review suggestions
* Change text extraction again, only extract if the headers do not already exist
* Fix
* Use ast for charmap, fix assetclean for real this time
* Review suggestions
* BGM ids and ran formatter
* Review comments
* rename include_readonly to include_data_with_rodata
* Remove leading 0s in number directives
* Review suggestions for message_data_static
* textbox pos enum comments, rename several enum names from Message to TextBox
Co-authored-by: Thar0 <maximilianc64@gmail.com>
Co-authored-by: Zelllll <56516451+Zelllll@users.noreply.github.com>
Co-authored-by: petrie911 <pmontag@DESKTOP-LG8A167.localdomain>
Co-authored-by: Roman971 <romanlasnier@hotmail.com>
2021-11-23 01:20:30 +00:00
|
|
|
|
gDPLoadTextureBlock_4b(OVERLAY_DISP++, interfaceCtx->doActionSegment + DO_ACTION_TEX_SIZE, G_IM_FMT_IA,
|
|
|
|
|
DO_ACTION_TEX_WIDTH, DO_ACTION_TEX_HEIGHT, 0, G_TX_NOMIRROR | G_TX_WRAP,
|
|
|
|
|
G_TX_NOMIRROR | G_TX_WRAP, G_TX_NOMASK, G_TX_NOMASK, G_TX_NOLOD, G_TX_NOLOD);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2021-06-15 17:29:10 +00:00
|
|
|
|
R_B_LABEL_DD = (1 << 10) / (WREG(37 + gSaveContext.language) / 100.0f);
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gSPTextureRectangle(OVERLAY_DISP++, R_B_LABEL_X(gSaveContext.language) << 2,
|
z_message_PAL, message_data_static and surrounding doc (#996)
* Initial progress on z_message_PAL, very messy
* Fix merge
* Some more progress
* Fix merge
* More z_message_PAL
* Small progress
* More small progress
* message_data_static files OK
* Prepare z_message_tables
* Matched another function, small updates
* Attempt to use asm-processor static-symbols branch
* Refactor text id declarations
* Begin large text codes parser function
* Fix merge
* Refactor done
* Build OK, add color and highscore names
* Remove encoded text headers and automatically encode during build
* Fix kanfont
* Various cleanups
* DISP macros
* Another match aside data
* Further progress
* Small improvements
* Deduplicate magic values for text control codes, small improvements
* Tiny progress
* Minor cleanups
* Clean up z_message_PAL comment
* Progress on large functions
* Further progress on large functions
* Changes to mkldscript to link .data in the .rodata section
* data OK
* Few improvements
* Use gDPLoadTextureBlock macros where appropriate
* rm z_message_tables, progress on large functions
* 2 more matches
* Improvements
* Small progress
* More progress on big function
* progress
* match func_80107980
* match Message_Update
* match func_8010BED8
* done
* Progress on remaining large functions
* Small progress on largest function
* Another match, extract text and move to assets, improve text build system
* Small nonmatchings improvements
* docs wip
* Largest function maybe equivalent
* Fix merge
* Document do_action values, largest function is almost instruction-matching
* Rename NAVI do_action to NONE, as that appears to be how that value is used in practice
* Fix merge
* one match
* Last function is instruction-matching
* Fix
* Improvements thanks to engineer124
* Stack matched thanks to petrie911, now just a/v/low t regalloc issues, some cleanup
* More variables labeled, use text state enum everywhere
* More labels and names
* Fix
* Actor_IsTalking -> Actor_TalkRequested
* Match func_8010C39C and remove unused asm
* More docs
* Mostly ocarina related docs
* All msgModes named
* Fix assetclean
* Cleanup
* Extraction fixes and headers
* Suggestions
* Review suggestions
* Change text extraction again, only extract if the headers do not already exist
* Fix
* Use ast for charmap, fix assetclean for real this time
* Review suggestions
* BGM ids and ran formatter
* Review comments
* rename include_readonly to include_data_with_rodata
* Remove leading 0s in number directives
* Review suggestions for message_data_static
* textbox pos enum comments, rename several enum names from Message to TextBox
Co-authored-by: Thar0 <maximilianc64@gmail.com>
Co-authored-by: Zelllll <56516451+Zelllll@users.noreply.github.com>
Co-authored-by: petrie911 <pmontag@DESKTOP-LG8A167.localdomain>
Co-authored-by: Roman971 <romanlasnier@hotmail.com>
2021-11-23 01:20:30 +00:00
|
|
|
|
R_B_LABEL_Y(gSaveContext.language) << 2,
|
|
|
|
|
(R_B_LABEL_X(gSaveContext.language) + DO_ACTION_TEX_WIDTH) << 2,
|
|
|
|
|
(R_B_LABEL_Y(gSaveContext.language) + DO_ACTION_TEX_HEIGHT) << 2, G_TX_RENDERTILE, 0, 0,
|
|
|
|
|
R_B_LABEL_DD, R_B_LABEL_DD);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gDPPipeSync(OVERLAY_DISP++);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
|
|
// C-Left Button Icon & Ammo Count
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.equips.buttonItems[1] < 0xF0) {
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gDPSetPrimColor(OVERLAY_DISP++, 0, 0, 255, 255, 255, interfaceCtx->cLeftAlpha);
|
2021-06-15 17:29:10 +00:00
|
|
|
|
gDPSetCombineMode(OVERLAY_DISP++, G_CC_MODULATERGBA_PRIM, G_CC_MODULATERGBA_PRIM);
|
2022-05-21 18:23:43 +00:00
|
|
|
|
Interface_DrawItemIconTexture(play, interfaceCtx->iconItemSegment + 0x1000, 1);
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gDPPipeSync(OVERLAY_DISP++);
|
2020-11-19 21:49:08 +00:00
|
|
|
|
gDPSetCombineLERP(OVERLAY_DISP++, PRIMITIVE, ENVIRONMENT, TEXEL0, ENVIRONMENT, TEXEL0, 0, PRIMITIVE, 0,
|
|
|
|
|
PRIMITIVE, ENVIRONMENT, TEXEL0, ENVIRONMENT, TEXEL0, 0, PRIMITIVE, 0);
|
2022-05-21 18:23:43 +00:00
|
|
|
|
Interface_DrawAmmoCount(play, 1, interfaceCtx->cLeftAlpha);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gDPPipeSync(OVERLAY_DISP++);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
|
|
// C-Down Button Icon & Ammo Count
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.equips.buttonItems[2] < 0xF0) {
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gDPSetPrimColor(OVERLAY_DISP++, 0, 0, 255, 255, 255, interfaceCtx->cDownAlpha);
|
2021-06-15 17:29:10 +00:00
|
|
|
|
gDPSetCombineMode(OVERLAY_DISP++, G_CC_MODULATERGBA_PRIM, G_CC_MODULATERGBA_PRIM);
|
2022-05-21 18:23:43 +00:00
|
|
|
|
Interface_DrawItemIconTexture(play, interfaceCtx->iconItemSegment + 0x2000, 2);
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gDPPipeSync(OVERLAY_DISP++);
|
2020-11-19 21:49:08 +00:00
|
|
|
|
gDPSetCombineLERP(OVERLAY_DISP++, PRIMITIVE, ENVIRONMENT, TEXEL0, ENVIRONMENT, TEXEL0, 0, PRIMITIVE, 0,
|
|
|
|
|
PRIMITIVE, ENVIRONMENT, TEXEL0, ENVIRONMENT, TEXEL0, 0, PRIMITIVE, 0);
|
2022-05-21 18:23:43 +00:00
|
|
|
|
Interface_DrawAmmoCount(play, 2, interfaceCtx->cDownAlpha);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gDPPipeSync(OVERLAY_DISP++);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
|
|
// C-Right Button Icon & Ammo Count
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.equips.buttonItems[3] < 0xF0) {
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gDPSetPrimColor(OVERLAY_DISP++, 0, 0, 255, 255, 255, interfaceCtx->cRightAlpha);
|
2021-06-15 17:29:10 +00:00
|
|
|
|
gDPSetCombineMode(OVERLAY_DISP++, G_CC_MODULATERGBA_PRIM, G_CC_MODULATERGBA_PRIM);
|
2022-05-21 18:23:43 +00:00
|
|
|
|
Interface_DrawItemIconTexture(play, interfaceCtx->iconItemSegment + 0x3000, 3);
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gDPPipeSync(OVERLAY_DISP++);
|
2020-11-19 21:49:08 +00:00
|
|
|
|
gDPSetCombineLERP(OVERLAY_DISP++, PRIMITIVE, ENVIRONMENT, TEXEL0, ENVIRONMENT, TEXEL0, 0, PRIMITIVE, 0,
|
|
|
|
|
PRIMITIVE, ENVIRONMENT, TEXEL0, ENVIRONMENT, TEXEL0, 0, PRIMITIVE, 0);
|
2022-05-21 18:23:43 +00:00
|
|
|
|
Interface_DrawAmmoCount(play, 3, interfaceCtx->cRightAlpha);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// A Button
|
2022-06-03 22:25:48 +00:00
|
|
|
|
Gfx_SetupDL_42Overlay(play->state.gfxCtx);
|
2022-05-21 18:23:43 +00:00
|
|
|
|
func_8008A8B8(play, R_A_BTN_Y, R_A_BTN_Y + 45, R_A_BTN_X, R_A_BTN_X + 45);
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gSPClearGeometryMode(OVERLAY_DISP++, G_CULL_BOTH);
|
|
|
|
|
gDPSetCombineMode(OVERLAY_DISP++, G_CC_MODULATEIA_PRIM, G_CC_MODULATEIA_PRIM);
|
|
|
|
|
gDPSetPrimColor(OVERLAY_DISP++, 0, 0, R_A_BTN_COLOR(0), R_A_BTN_COLOR(1), R_A_BTN_COLOR(2),
|
2020-03-22 21:19:43 +00:00
|
|
|
|
interfaceCtx->aAlpha);
|
2022-05-21 18:23:43 +00:00
|
|
|
|
Interface_DrawActionButton(play);
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gDPPipeSync(OVERLAY_DISP++);
|
2022-05-21 18:23:43 +00:00
|
|
|
|
func_8008A8B8(play, R_A_ICON_Y, R_A_ICON_Y + 45, R_A_ICON_X, R_A_ICON_X + 45);
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gSPSetGeometryMode(OVERLAY_DISP++, G_CULL_BACK);
|
|
|
|
|
gDPSetCombineLERP(OVERLAY_DISP++, PRIMITIVE, ENVIRONMENT, TEXEL0, ENVIRONMENT, TEXEL0, 0, PRIMITIVE, 0,
|
2020-03-17 04:31:30 +00:00
|
|
|
|
PRIMITIVE, ENVIRONMENT, TEXEL0, ENVIRONMENT, TEXEL0, 0, PRIMITIVE, 0);
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gDPSetPrimColor(OVERLAY_DISP++, 0, 0, 255, 255, 255, interfaceCtx->aAlpha);
|
|
|
|
|
gDPSetEnvColor(OVERLAY_DISP++, 0, 0, 0, 0);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
Matrix_Translate(0.0f, 0.0f, WREG(46 + gSaveContext.language) / 10.0f, MTXMODE_NEW);
|
|
|
|
|
Matrix_Scale(1.0f, 1.0f, 1.0f, MTXMODE_APPLY);
|
|
|
|
|
Matrix_RotateX(interfaceCtx->unk_1F4 / 10000.0f, MTXMODE_APPLY);
|
2022-05-21 18:23:43 +00:00
|
|
|
|
gSPMatrix(OVERLAY_DISP++, Matrix_NewMtx(play->state.gfxCtx, "../z_parameter.c", 3701),
|
2020-03-22 21:19:43 +00:00
|
|
|
|
G_MTX_MODELVIEW | G_MTX_LOAD);
|
2021-05-02 23:15:16 +00:00
|
|
|
|
gSPVertex(OVERLAY_DISP++, &interfaceCtx->actionVtx[4], 4, 0);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-23 23:11:21 +00:00
|
|
|
|
if ((interfaceCtx->unk_1EC < 2) || (interfaceCtx->unk_1EC == 3)) {
|
2022-05-21 18:23:43 +00:00
|
|
|
|
Interface_DrawActionLabel(play->state.gfxCtx, interfaceCtx->doActionSegment);
|
2020-03-23 23:11:21 +00:00
|
|
|
|
} else {
|
2022-05-21 18:23:43 +00:00
|
|
|
|
Interface_DrawActionLabel(play->state.gfxCtx, interfaceCtx->doActionSegment + DO_ACTION_TEX_SIZE);
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gDPPipeSync(OVERLAY_DISP++);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
|
|
func_8008A994(interfaceCtx);
|
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if ((pauseCtx->state == 6) && (pauseCtx->unk_1E4 == 3)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
// Inventory Equip Effects
|
2021-05-02 23:15:16 +00:00
|
|
|
|
gSPSegment(OVERLAY_DISP++, 0x08, pauseCtx->iconItemSegment);
|
2022-06-03 22:25:48 +00:00
|
|
|
|
Gfx_SetupDL_42Overlay(play->state.gfxCtx);
|
2021-06-15 17:29:10 +00:00
|
|
|
|
gDPSetCombineMode(OVERLAY_DISP++, G_CC_MODULATERGBA_PRIM, G_CC_MODULATERGBA_PRIM);
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gSPMatrix(OVERLAY_DISP++, &gMtxClear, G_MTX_MODELVIEW | G_MTX_LOAD);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-04-23 14:11:24 +00:00
|
|
|
|
pauseCtx->cursorVtx[16].v.ob[0] = pauseCtx->cursorVtx[18].v.ob[0] = pauseCtx->equipAnimX / 10;
|
|
|
|
|
pauseCtx->cursorVtx[17].v.ob[0] = pauseCtx->cursorVtx[19].v.ob[0] =
|
|
|
|
|
pauseCtx->cursorVtx[16].v.ob[0] + WREG(90) / 10;
|
|
|
|
|
pauseCtx->cursorVtx[16].v.ob[1] = pauseCtx->cursorVtx[17].v.ob[1] = pauseCtx->equipAnimY / 10;
|
|
|
|
|
pauseCtx->cursorVtx[18].v.ob[1] = pauseCtx->cursorVtx[19].v.ob[1] =
|
|
|
|
|
pauseCtx->cursorVtx[16].v.ob[1] - WREG(90) / 10;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2021-05-02 23:15:16 +00:00
|
|
|
|
if (pauseCtx->equipTargetItem < 0xBF) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
// Normal Equip (icon goes from the inventory slot to the C button when equipping it)
|
2021-05-02 23:15:16 +00:00
|
|
|
|
gDPSetPrimColor(OVERLAY_DISP++, 0, 0, 255, 255, 255, pauseCtx->equipAnimAlpha);
|
|
|
|
|
gSPVertex(OVERLAY_DISP++, &pauseCtx->cursorVtx[16], 4, 0);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2021-05-02 23:15:16 +00:00
|
|
|
|
gDPLoadTextureBlock(OVERLAY_DISP++, gItemIcons[pauseCtx->equipTargetItem], G_IM_FMT_RGBA, G_IM_SIZ_32b,
|
|
|
|
|
32, 32, 0, G_TX_NOMIRROR | G_TX_WRAP, G_TX_NOMIRROR | G_TX_WRAP, G_TX_NOMASK,
|
|
|
|
|
G_TX_NOMASK, G_TX_NOLOD, G_TX_NOLOD);
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
// Magic Arrow Equip Effect
|
2021-06-15 17:29:10 +00:00
|
|
|
|
svar1 = pauseCtx->equipTargetItem - 0xBF;
|
|
|
|
|
gDPSetPrimColor(OVERLAY_DISP++, 0, 0, magicArrowEffectsR[svar1], magicArrowEffectsG[svar1],
|
|
|
|
|
magicArrowEffectsB[svar1], pauseCtx->equipAnimAlpha);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2021-05-02 23:15:16 +00:00
|
|
|
|
if ((pauseCtx->equipAnimAlpha > 0) && (pauseCtx->equipAnimAlpha < 255)) {
|
2021-06-15 17:29:10 +00:00
|
|
|
|
svar1 = (pauseCtx->equipAnimAlpha / 8) / 2;
|
2022-04-23 14:11:24 +00:00
|
|
|
|
pauseCtx->cursorVtx[16].v.ob[0] = pauseCtx->cursorVtx[18].v.ob[0] =
|
2021-06-15 17:29:10 +00:00
|
|
|
|
pauseCtx->cursorVtx[16].v.ob[0] - svar1;
|
2022-04-23 14:11:24 +00:00
|
|
|
|
pauseCtx->cursorVtx[17].v.ob[0] = pauseCtx->cursorVtx[19].v.ob[0] =
|
2021-06-15 17:29:10 +00:00
|
|
|
|
pauseCtx->cursorVtx[16].v.ob[0] + svar1 * 2 + 32;
|
2022-04-23 14:11:24 +00:00
|
|
|
|
pauseCtx->cursorVtx[16].v.ob[1] = pauseCtx->cursorVtx[17].v.ob[1] =
|
2021-06-15 17:29:10 +00:00
|
|
|
|
pauseCtx->cursorVtx[16].v.ob[1] + svar1;
|
2022-04-23 14:11:24 +00:00
|
|
|
|
pauseCtx->cursorVtx[18].v.ob[1] = pauseCtx->cursorVtx[19].v.ob[1] =
|
2021-06-15 17:29:10 +00:00
|
|
|
|
pauseCtx->cursorVtx[16].v.ob[1] - svar1 * 2 - 32;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2021-05-02 23:15:16 +00:00
|
|
|
|
gSPVertex(OVERLAY_DISP++, &pauseCtx->cursorVtx[16], 4, 0);
|
2021-06-15 17:29:10 +00:00
|
|
|
|
gDPLoadTextureBlock(OVERLAY_DISP++, gMagicArrowEquipEffectTex, G_IM_FMT_IA, G_IM_SIZ_8b, 32, 32, 0,
|
2021-01-13 04:59:23 +00:00
|
|
|
|
G_TX_NOMIRROR | G_TX_WRAP, G_TX_NOMIRROR | G_TX_WRAP, G_TX_NOMASK, G_TX_NOMASK,
|
|
|
|
|
G_TX_NOLOD, G_TX_NOLOD);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gSP1Quadrangle(OVERLAY_DISP++, 0, 2, 3, 1, 0);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2022-06-03 22:25:48 +00:00
|
|
|
|
Gfx_SetupDL_39Overlay(play->state.gfxCtx);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
if ((play->pauseCtx.state == 0) && (play->pauseCtx.debugState == 0)) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.minigameState != 1) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
// Carrots rendering if the action corresponds to riding a horse
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (interfaceCtx->unk_1EE == 8) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
// Load Carrot Icon
|
2021-06-15 17:29:10 +00:00
|
|
|
|
gDPLoadTextureBlock(OVERLAY_DISP++, gCarrotIconTex, G_IM_FMT_RGBA, G_IM_SIZ_32b, 16, 16, 0,
|
2021-01-13 04:59:23 +00:00
|
|
|
|
G_TX_NOMIRROR | G_TX_WRAP, G_TX_NOMIRROR | G_TX_WRAP, G_TX_NOMASK, G_TX_NOMASK,
|
|
|
|
|
G_TX_NOLOD, G_TX_NOLOD);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
|
|
// Draw 6 carrots
|
2021-06-15 17:29:10 +00:00
|
|
|
|
for (svar1 = 1, svar5 = ZREG(14); svar1 < 7; svar1++, svar5 += 16) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
// Carrot Color (based on availability)
|
2021-06-15 17:29:10 +00:00
|
|
|
|
if ((interfaceCtx->numHorseBoosts == 0) || (interfaceCtx->numHorseBoosts < svar1)) {
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gDPSetPrimColor(OVERLAY_DISP++, 0, 0, 0, 150, 255, interfaceCtx->aAlpha);
|
2020-03-23 23:11:21 +00:00
|
|
|
|
} else {
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gDPSetPrimColor(OVERLAY_DISP++, 0, 0, 255, 255, 255, interfaceCtx->aAlpha);
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2021-06-15 17:29:10 +00:00
|
|
|
|
gSPTextureRectangle(OVERLAY_DISP++, svar5 << 2, ZREG(15) << 2, (svar5 + 16) << 2,
|
|
|
|
|
(ZREG(15) + 16) << 2, G_TX_RENDERTILE, 0, 0, 1 << 10, 1 << 10);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
// Score for the Horseback Archery
|
2021-06-15 17:29:10 +00:00
|
|
|
|
svar5 = WREG(32);
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gDPSetPrimColor(OVERLAY_DISP++, 0, 0, 255, 255, 255, interfaceCtx->bAlpha);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
|
|
// Target Icon
|
2021-06-15 17:29:10 +00:00
|
|
|
|
gDPLoadTextureBlock(OVERLAY_DISP++, gArcheryScoreIconTex, G_IM_FMT_RGBA, G_IM_SIZ_16b, 24, 16, 0,
|
2021-01-13 04:59:23 +00:00
|
|
|
|
G_TX_NOMIRROR | G_TX_WRAP, G_TX_NOMIRROR | G_TX_WRAP, G_TX_NOMASK, G_TX_NOMASK,
|
|
|
|
|
G_TX_NOLOD, G_TX_NOLOD);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2021-07-27 23:20:25 +00:00
|
|
|
|
gSPTextureRectangle(OVERLAY_DISP++, (svar5 + 28) << 2, ZREG(15) << 2, (svar5 + 52) << 2,
|
2021-06-15 17:29:10 +00:00
|
|
|
|
(ZREG(15) + 16) << 2, G_TX_RENDERTILE, 0, 0, 1 << 10, 1 << 10);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
|
|
// Score Counter
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gDPPipeSync(OVERLAY_DISP++);
|
2021-06-15 17:29:10 +00:00
|
|
|
|
gDPSetCombineLERP(OVERLAY_DISP++, 0, 0, 0, PRIMITIVE, TEXEL0, 0, PRIMITIVE, 0, 0, 0, 0, PRIMITIVE,
|
|
|
|
|
TEXEL0, 0, PRIMITIVE, 0);
|
|
|
|
|
|
|
|
|
|
svar5 = WREG(32) + 6 * 9;
|
|
|
|
|
|
|
|
|
|
for (svar1 = svar2 = 0; svar1 < 4; svar1++) {
|
|
|
|
|
if (sHBAScoreDigits[svar1] != 0 || (svar2 != 0) || (svar1 >= 3)) {
|
|
|
|
|
OVERLAY_DISP = Gfx_TextureI8(
|
|
|
|
|
OVERLAY_DISP, ((u8*)gCounterDigit0Tex + (8 * 16 * sHBAScoreDigits[svar1])), 8, 16, svar5,
|
|
|
|
|
(ZREG(15) - 2), digitWidth[0], VREG(42), VREG(43) << 1, VREG(43) << 1);
|
|
|
|
|
svar5 += 9;
|
|
|
|
|
svar2++;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gDPPipeSync(OVERLAY_DISP++);
|
2021-06-15 17:29:10 +00:00
|
|
|
|
gDPSetCombineMode(OVERLAY_DISP++, G_CC_MODULATERGBA_PRIM, G_CC_MODULATERGBA_PRIM);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
if ((gSaveContext.timer2State == 5) && (Message_GetState(&play->msgCtx) == TEXT_STATE_EVENT)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
// Trade quest timer reached 0
|
2021-06-15 17:29:10 +00:00
|
|
|
|
D_8015FFE6 = 40;
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.cutsceneIndex = 0;
|
2022-05-21 18:23:43 +00:00
|
|
|
|
play->transitionTrigger = TRANS_TRIGGER_START;
|
|
|
|
|
play->transitionType = TRANS_TYPE_FADE_WHITE;
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.timer2State = 0;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if ((gSaveContext.equips.buttonItems[0] != ITEM_SWORD_KOKIRI) &&
|
|
|
|
|
(gSaveContext.equips.buttonItems[0] != ITEM_SWORD_MASTER) &&
|
2022-11-16 18:23:27 +00:00
|
|
|
|
(gSaveContext.equips.buttonItems[0] != ITEM_SWORD_BIGGORON) &&
|
|
|
|
|
(gSaveContext.equips.buttonItems[0] != ITEM_GIANTS_KNIFE)) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.buttonStatus[0] != BTN_ENABLED) {
|
|
|
|
|
gSaveContext.equips.buttonItems[0] = gSaveContext.buttonStatus[0];
|
2020-03-23 23:11:21 +00:00
|
|
|
|
} else {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.equips.buttonItems[0] = ITEM_NONE;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Revert any spoiling trade quest items
|
2021-06-15 17:29:10 +00:00
|
|
|
|
for (svar1 = 0; svar1 < ARRAY_COUNT(gSpoilingItems); svar1++) {
|
|
|
|
|
if (INV_CONTENT(ITEM_TRADE_ADULT) == gSpoilingItems[svar1]) {
|
2022-05-08 22:17:10 +00:00
|
|
|
|
gSaveContext.eventInf[EVENTINF_HORSES_INDEX] &=
|
|
|
|
|
(u16) ~(EVENTINF_HORSES_STATE_MASK | EVENTINF_HORSES_HORSETYPE_MASK | EVENTINF_HORSES_05_MASK |
|
|
|
|
|
EVENTINF_HORSES_06_MASK | EVENTINF_HORSES_0F_MASK);
|
|
|
|
|
osSyncPrintf("EVENT_INF=%x\n", gSaveContext.eventInf[EVENTINF_HORSES_INDEX]);
|
2022-05-21 18:23:43 +00:00
|
|
|
|
play->nextEntranceIndex = spoilingItemEntrances[svar1];
|
2021-06-15 17:29:10 +00:00
|
|
|
|
INV_CONTENT(gSpoilingItemReverts[svar1]) = gSpoilingItemReverts[svar1];
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2021-06-15 17:29:10 +00:00
|
|
|
|
for (svar2 = 1; svar2 < 4; svar2++) {
|
|
|
|
|
if (gSaveContext.equips.buttonItems[svar2] == gSpoilingItems[svar1]) {
|
|
|
|
|
gSaveContext.equips.buttonItems[svar2] = gSpoilingItemReverts[svar1];
|
2022-05-21 18:23:43 +00:00
|
|
|
|
Interface_LoadItemIcon1(play, svar2);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
if ((play->pauseCtx.state == 0) && (play->pauseCtx.debugState == 0) &&
|
|
|
|
|
(play->gameOverCtx.state == GAMEOVER_INACTIVE) && (msgCtx->msgMode == MSGMODE_NONE) &&
|
|
|
|
|
!(player->stateFlags2 & PLAYER_STATE2_24) && (play->transitionTrigger == TRANS_TRIGGER_OFF) &&
|
|
|
|
|
(play->transitionMode == TRANS_MODE_OFF) && !Play_InCsMode(play) && (gSaveContext.minigameState != 1) &&
|
2022-07-31 23:44:47 +00:00
|
|
|
|
(play->shootingGalleryStatus <= 1) && !((play->sceneId == SCENE_BOWLING) && Flags_GetSwitch(play, 0x38))) {
|
2021-06-15 17:29:10 +00:00
|
|
|
|
svar6 = 0;
|
2020-04-16 21:36:12 +00:00
|
|
|
|
switch (gSaveContext.timer1State) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
case 1:
|
2021-06-15 17:29:10 +00:00
|
|
|
|
D_8015FFE2 = 20;
|
|
|
|
|
D_8015FFE0 = 20;
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.timer1Value = gSaveContext.health >> 1;
|
2021-06-15 17:29:10 +00:00
|
|
|
|
gSaveContext.timer1State = 2;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
break;
|
|
|
|
|
case 2:
|
|
|
|
|
D_8015FFE2--;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (D_8015FFE2 == 0) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
D_8015FFE2 = 20;
|
2021-06-15 17:29:10 +00:00
|
|
|
|
gSaveContext.timer1State = 3;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
break;
|
|
|
|
|
case 5:
|
|
|
|
|
case 11:
|
2021-06-15 17:29:10 +00:00
|
|
|
|
D_8015FFE2 = 20;
|
|
|
|
|
D_8015FFE0 = 20;
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.timer1State == 5) {
|
|
|
|
|
gSaveContext.timer1State = 6;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
} else {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.timer1State = 12;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
break;
|
|
|
|
|
case 6:
|
|
|
|
|
case 12:
|
|
|
|
|
D_8015FFE2--;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (D_8015FFE2 == 0) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
D_8015FFE2 = 20;
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.timer1State == 6) {
|
|
|
|
|
gSaveContext.timer1State = 7;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
} else {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.timer1State = 13;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
break;
|
|
|
|
|
case 3:
|
|
|
|
|
case 7:
|
2021-07-27 23:20:25 +00:00
|
|
|
|
svar1 = (gSaveContext.timerX[0] - 26) / D_8015FFE2;
|
|
|
|
|
gSaveContext.timerX[0] -= svar1;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.healthCapacity > 0xA0) {
|
2021-07-27 23:20:25 +00:00
|
|
|
|
svar1 = (gSaveContext.timerY[0] - 54) / D_8015FFE2;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
} else {
|
2021-07-27 23:20:25 +00:00
|
|
|
|
svar1 = (gSaveContext.timerY[0] - 46) / D_8015FFE2;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2021-06-15 17:29:10 +00:00
|
|
|
|
gSaveContext.timerY[0] -= svar1;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
|
|
D_8015FFE2--;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (D_8015FFE2 == 0) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
D_8015FFE2 = 20;
|
2021-06-15 17:29:10 +00:00
|
|
|
|
gSaveContext.timerX[0] = 26;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.healthCapacity > 0xA0) {
|
|
|
|
|
gSaveContext.timerY[0] = 54;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
} else {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.timerY[0] = 46;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.timer1State == 3) {
|
|
|
|
|
gSaveContext.timer1State = 4;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
} else {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.timer1State = 8;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
2022-06-03 16:51:23 +00:00
|
|
|
|
FALLTHROUGH;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
case 4:
|
|
|
|
|
case 8:
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if ((gSaveContext.timer1State == 4) || (gSaveContext.timer1State == 8)) {
|
|
|
|
|
if (gSaveContext.healthCapacity > 0xA0) {
|
|
|
|
|
gSaveContext.timerY[0] = 54;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
} else {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.timerY[0] = 46;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
z_message_PAL, message_data_static and surrounding doc (#996)
* Initial progress on z_message_PAL, very messy
* Fix merge
* Some more progress
* Fix merge
* More z_message_PAL
* Small progress
* More small progress
* message_data_static files OK
* Prepare z_message_tables
* Matched another function, small updates
* Attempt to use asm-processor static-symbols branch
* Refactor text id declarations
* Begin large text codes parser function
* Fix merge
* Refactor done
* Build OK, add color and highscore names
* Remove encoded text headers and automatically encode during build
* Fix kanfont
* Various cleanups
* DISP macros
* Another match aside data
* Further progress
* Small improvements
* Deduplicate magic values for text control codes, small improvements
* Tiny progress
* Minor cleanups
* Clean up z_message_PAL comment
* Progress on large functions
* Further progress on large functions
* Changes to mkldscript to link .data in the .rodata section
* data OK
* Few improvements
* Use gDPLoadTextureBlock macros where appropriate
* rm z_message_tables, progress on large functions
* 2 more matches
* Improvements
* Small progress
* More progress on big function
* progress
* match func_80107980
* match Message_Update
* match func_8010BED8
* done
* Progress on remaining large functions
* Small progress on largest function
* Another match, extract text and move to assets, improve text build system
* Small nonmatchings improvements
* docs wip
* Largest function maybe equivalent
* Fix merge
* Document do_action values, largest function is almost instruction-matching
* Rename NAVI do_action to NONE, as that appears to be how that value is used in practice
* Fix merge
* one match
* Last function is instruction-matching
* Fix
* Improvements thanks to engineer124
* Stack matched thanks to petrie911, now just a/v/low t regalloc issues, some cleanup
* More variables labeled, use text state enum everywhere
* More labels and names
* Fix
* Actor_IsTalking -> Actor_TalkRequested
* Match func_8010C39C and remove unused asm
* More docs
* Mostly ocarina related docs
* All msgModes named
* Fix assetclean
* Cleanup
* Extraction fixes and headers
* Suggestions
* Review suggestions
* Change text extraction again, only extract if the headers do not already exist
* Fix
* Use ast for charmap, fix assetclean for real this time
* Review suggestions
* BGM ids and ran formatter
* Review comments
* rename include_readonly to include_data_with_rodata
* Remove leading 0s in number directives
* Review suggestions for message_data_static
* textbox pos enum comments, rename several enum names from Message to TextBox
Co-authored-by: Thar0 <maximilianc64@gmail.com>
Co-authored-by: Zelllll <56516451+Zelllll@users.noreply.github.com>
Co-authored-by: petrie911 <pmontag@DESKTOP-LG8A167.localdomain>
Co-authored-by: Roman971 <romanlasnier@hotmail.com>
2021-11-23 01:20:30 +00:00
|
|
|
|
if ((gSaveContext.timer1State >= 3) && (msgCtx->msgLength == 0)) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
D_8015FFE0--;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (D_8015FFE0 == 0) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.timer1Value != 0) {
|
|
|
|
|
gSaveContext.timer1Value--;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
|
|
D_8015FFE0 = 20;
|
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.timer1Value == 0) {
|
|
|
|
|
gSaveContext.timer1State = 10;
|
2022-04-23 14:41:17 +00:00
|
|
|
|
if (D_80125A5C) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
gSaveContext.health = 0;
|
2022-05-21 18:23:43 +00:00
|
|
|
|
play->damagePlayer(play, -(gSaveContext.health + 2));
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
2022-04-23 14:41:17 +00:00
|
|
|
|
D_80125A5C = false;
|
2020-04-16 21:36:12 +00:00
|
|
|
|
} else if (gSaveContext.timer1Value > 60) {
|
2021-06-15 17:29:10 +00:00
|
|
|
|
if (timerDigits[4] == 1) {
|
2022-07-30 13:05:27 +00:00
|
|
|
|
Audio_PlaySfxGeneral(NA_SE_SY_MESSAGE_WOMAN, &gSfxDefaultPos, 4,
|
|
|
|
|
&gSfxDefaultFreqAndVolScale, &gSfxDefaultFreqAndVolScale,
|
|
|
|
|
&gSfxDefaultReverb);
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-04-16 21:36:12 +00:00
|
|
|
|
} else if (gSaveContext.timer1Value >= 11) {
|
2021-06-15 17:29:10 +00:00
|
|
|
|
if (timerDigits[4] & 1) {
|
2022-07-30 13:05:27 +00:00
|
|
|
|
Audio_PlaySfxGeneral(NA_SE_SY_WARNING_COUNT_N, &gSfxDefaultPos, 4,
|
|
|
|
|
&gSfxDefaultFreqAndVolScale, &gSfxDefaultFreqAndVolScale,
|
|
|
|
|
&gSfxDefaultReverb);
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2022-07-30 13:05:27 +00:00
|
|
|
|
Audio_PlaySfxGeneral(NA_SE_SY_WARNING_COUNT_E, &gSfxDefaultPos, 4,
|
|
|
|
|
&gSfxDefaultFreqAndVolScale, &gSfxDefaultFreqAndVolScale,
|
|
|
|
|
&gSfxDefaultReverb);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
break;
|
|
|
|
|
case 13:
|
2021-07-27 23:20:25 +00:00
|
|
|
|
svar1 = (gSaveContext.timerX[0] - 26) / D_8015FFE2;
|
|
|
|
|
gSaveContext.timerX[0] -= svar1;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.healthCapacity > 0xA0) {
|
2021-06-15 17:29:10 +00:00
|
|
|
|
svar1 = (gSaveContext.timerY[0] - 54) / D_8015FFE2;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
} else {
|
2021-06-15 17:29:10 +00:00
|
|
|
|
svar1 = (gSaveContext.timerY[0] - 46) / D_8015FFE2;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2021-07-27 23:20:25 +00:00
|
|
|
|
gSaveContext.timerY[0] -= svar1;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
|
|
D_8015FFE2--;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (D_8015FFE2 == 0) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
D_8015FFE2 = 20;
|
2021-06-15 17:29:10 +00:00
|
|
|
|
gSaveContext.timerX[0] = 26;
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.healthCapacity > 0xA0) {
|
|
|
|
|
gSaveContext.timerY[0] = 54;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
} else {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.timerY[0] = 46;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.timer1State = 14;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
2022-06-03 16:51:23 +00:00
|
|
|
|
FALLTHROUGH;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
case 14:
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.timer1State == 14) {
|
|
|
|
|
if (gSaveContext.healthCapacity > 0xA0) {
|
|
|
|
|
gSaveContext.timerY[0] = 54;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
} else {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.timerY[0] = 46;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.timer1State >= 3) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
D_8015FFE0--;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (D_8015FFE0 == 0) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.timer1Value++;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
D_8015FFE0 = 20;
|
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.timer1Value == 3599) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
D_8015FFE2 = 40;
|
2021-06-15 17:29:10 +00:00
|
|
|
|
gSaveContext.timer1State = 15;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2022-07-30 13:05:27 +00:00
|
|
|
|
Audio_PlaySfxGeneral(NA_SE_SY_WARNING_COUNT_N, &gSfxDefaultPos, 4,
|
|
|
|
|
&gSfxDefaultFreqAndVolScale, &gSfxDefaultFreqAndVolScale,
|
|
|
|
|
&gSfxDefaultReverb);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
break;
|
|
|
|
|
case 10:
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.timer2State != 0) {
|
2021-06-15 17:29:10 +00:00
|
|
|
|
D_8015FFE6 = 20;
|
|
|
|
|
D_8015FFE4 = 20;
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.timerX[1] = 140;
|
|
|
|
|
gSaveContext.timerY[1] = 80;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2021-07-27 23:20:25 +00:00
|
|
|
|
if (gSaveContext.timer2State < 7) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.timer2State = 2;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
} else {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.timer2State = 8;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.timer1State = 0;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.timer1State = 0;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
case 15:
|
|
|
|
|
break;
|
|
|
|
|
default:
|
2021-06-15 17:29:10 +00:00
|
|
|
|
svar6 = 1;
|
2020-04-16 21:36:12 +00:00
|
|
|
|
switch (gSaveContext.timer2State) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
case 1:
|
|
|
|
|
case 7:
|
2021-06-15 17:29:10 +00:00
|
|
|
|
D_8015FFE6 = 20;
|
|
|
|
|
D_8015FFE4 = 20;
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.timerX[1] = 140;
|
2021-07-27 23:20:25 +00:00
|
|
|
|
gSaveContext.timerY[1] = 80;
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.timer2State == 1) {
|
|
|
|
|
gSaveContext.timer2State = 2;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
} else {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.timer2State = 8;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
break;
|
|
|
|
|
case 2:
|
|
|
|
|
case 8:
|
|
|
|
|
D_8015FFE6--;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (D_8015FFE6 == 0) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
D_8015FFE6 = 20;
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.timer2State == 2) {
|
|
|
|
|
gSaveContext.timer2State = 3;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
} else {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.timer2State = 9;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
break;
|
|
|
|
|
case 3:
|
|
|
|
|
case 9:
|
2021-07-28 21:59:52 +00:00
|
|
|
|
osSyncPrintf("event_xp[1]=%d, event_yp[1]=%d TOTAL_EVENT_TM=%d\n",
|
2022-04-23 14:11:24 +00:00
|
|
|
|
((void)0, gSaveContext.timerX[1]), ((void)0, gSaveContext.timerY[1]),
|
2021-07-28 21:59:52 +00:00
|
|
|
|
gSaveContext.timer2Value);
|
2021-07-27 23:20:25 +00:00
|
|
|
|
svar1 = (gSaveContext.timerX[1] - 26) / D_8015FFE6;
|
|
|
|
|
gSaveContext.timerX[1] -= svar1;
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.healthCapacity > 0xA0) {
|
2021-07-27 23:20:25 +00:00
|
|
|
|
svar1 = (gSaveContext.timerY[1] - 54) / D_8015FFE6;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
} else {
|
2021-07-27 23:20:25 +00:00
|
|
|
|
svar1 = (gSaveContext.timerY[1] - 46) / D_8015FFE6;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2021-07-27 23:20:25 +00:00
|
|
|
|
gSaveContext.timerY[1] -= svar1;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
|
|
D_8015FFE6--;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (D_8015FFE6 == 0) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
D_8015FFE6 = 20;
|
2021-06-15 17:29:10 +00:00
|
|
|
|
gSaveContext.timerX[1] = 26;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.healthCapacity > 0xA0) {
|
|
|
|
|
gSaveContext.timerY[1] = 54;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
} else {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.timerY[1] = 46;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.timer2State == 3) {
|
|
|
|
|
gSaveContext.timer2State = 4;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
} else {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.timer2State = 10;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
2022-06-03 16:51:23 +00:00
|
|
|
|
FALLTHROUGH;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
case 4:
|
|
|
|
|
case 10:
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if ((gSaveContext.timer2State == 4) || (gSaveContext.timer2State == 10)) {
|
|
|
|
|
if (gSaveContext.healthCapacity > 0xA0) {
|
|
|
|
|
gSaveContext.timerY[1] = 54;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
} else {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.timerY[1] = 46;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.timer2State >= 3) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
D_8015FFE4--;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (D_8015FFE4 == 0) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
D_8015FFE4 = 20;
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.timer2State == 4) {
|
|
|
|
|
gSaveContext.timer2Value--;
|
|
|
|
|
osSyncPrintf("TOTAL_EVENT_TM=%d\n", gSaveContext.timer2Value);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.timer2Value <= 0) {
|
2022-05-21 18:23:43 +00:00
|
|
|
|
if (!Flags_GetSwitch(play, 0x37) ||
|
2022-07-31 23:44:47 +00:00
|
|
|
|
((play->sceneId != SCENE_GANON_DEMO) &&
|
|
|
|
|
(play->sceneId != SCENE_GANON_FINAL) &&
|
|
|
|
|
(play->sceneId != SCENE_GANON_SONOGO) &&
|
|
|
|
|
(play->sceneId != SCENE_GANONTIKA_SONOGO))) {
|
2021-06-15 17:29:10 +00:00
|
|
|
|
D_8015FFE6 = 40;
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.timer2State = 5;
|
|
|
|
|
gSaveContext.cutsceneIndex = 0;
|
2022-05-21 18:23:43 +00:00
|
|
|
|
Message_StartTextbox(play, 0x71B0, NULL);
|
|
|
|
|
func_8002DF54(play, NULL, 8);
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
D_8015FFE6 = 40;
|
2021-07-27 23:20:25 +00:00
|
|
|
|
gSaveContext.timer2State = 6;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
2021-06-15 17:29:10 +00:00
|
|
|
|
} else if (gSaveContext.timer2Value > 60) {
|
|
|
|
|
if (timerDigits[4] == 1) {
|
2022-07-30 13:05:27 +00:00
|
|
|
|
Audio_PlaySfxGeneral(NA_SE_SY_MESSAGE_WOMAN, &gSfxDefaultPos, 4,
|
|
|
|
|
&gSfxDefaultFreqAndVolScale,
|
|
|
|
|
&gSfxDefaultFreqAndVolScale, &gSfxDefaultReverb);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
2021-06-15 17:29:10 +00:00
|
|
|
|
} else if (gSaveContext.timer2Value > 10) {
|
2022-05-12 13:04:37 +00:00
|
|
|
|
if (timerDigits[4] & 1) {
|
2022-07-30 13:05:27 +00:00
|
|
|
|
Audio_PlaySfxGeneral(NA_SE_SY_WARNING_COUNT_N, &gSfxDefaultPos, 4,
|
|
|
|
|
&gSfxDefaultFreqAndVolScale,
|
|
|
|
|
&gSfxDefaultFreqAndVolScale, &gSfxDefaultReverb);
|
2021-06-15 17:29:10 +00:00
|
|
|
|
}
|
|
|
|
|
} else {
|
2022-07-30 13:05:27 +00:00
|
|
|
|
Audio_PlaySfxGeneral(NA_SE_SY_WARNING_COUNT_E, &gSfxDefaultPos, 4,
|
|
|
|
|
&gSfxDefaultFreqAndVolScale,
|
|
|
|
|
&gSfxDefaultFreqAndVolScale, &gSfxDefaultReverb);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.timer2Value++;
|
2022-04-29 18:19:48 +00:00
|
|
|
|
if (GET_EVENTINF(EVENTINF_10)) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.timer2Value == 240) {
|
2022-05-21 18:23:43 +00:00
|
|
|
|
Message_StartTextbox(play, 0x6083, NULL);
|
2022-04-29 18:19:48 +00:00
|
|
|
|
CLEAR_EVENTINF(EVENTINF_10);
|
2021-06-15 17:29:10 +00:00
|
|
|
|
gSaveContext.timer2State = 0;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if ((gSaveContext.timer2Value % 60) == 0) {
|
2022-07-30 13:05:27 +00:00
|
|
|
|
Audio_PlaySfxGeneral(NA_SE_SY_WARNING_COUNT_N, &gSfxDefaultPos, 4,
|
|
|
|
|
&gSfxDefaultFreqAndVolScale, &gSfxDefaultFreqAndVolScale,
|
|
|
|
|
&gSfxDefaultReverb);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
break;
|
|
|
|
|
case 6:
|
|
|
|
|
D_8015FFE6--;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
if (D_8015FFE6 == 0) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.timer2State = 0;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
break;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
}
|
2021-06-15 17:29:10 +00:00
|
|
|
|
break;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (((gSaveContext.timer1State != 0) && (gSaveContext.timer1State != 10)) ||
|
|
|
|
|
(gSaveContext.timer2State != 0)) {
|
2022-04-23 14:11:24 +00:00
|
|
|
|
timerDigits[0] = timerDigits[1] = timerDigits[3] = 0;
|
2021-06-15 17:29:10 +00:00
|
|
|
|
timerDigits[2] = 10; // digit 10 is used as ':' (colon)
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.timer1State != 0) {
|
2021-06-15 17:29:10 +00:00
|
|
|
|
timerDigits[4] = gSaveContext.timer1Value;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
} else {
|
2021-06-15 17:29:10 +00:00
|
|
|
|
timerDigits[4] = gSaveContext.timer2Value;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2021-06-15 17:29:10 +00:00
|
|
|
|
while (timerDigits[4] >= 60) {
|
|
|
|
|
timerDigits[1]++;
|
|
|
|
|
if (timerDigits[1] >= 10) {
|
|
|
|
|
timerDigits[0]++;
|
|
|
|
|
timerDigits[1] -= 10;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
2021-06-15 17:29:10 +00:00
|
|
|
|
timerDigits[4] -= 60;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2021-06-15 17:29:10 +00:00
|
|
|
|
while (timerDigits[4] >= 10) {
|
|
|
|
|
timerDigits[3]++;
|
|
|
|
|
timerDigits[4] -= 10;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Clock Icon
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gDPPipeSync(OVERLAY_DISP++);
|
|
|
|
|
gDPSetPrimColor(OVERLAY_DISP++, 0, 0, 255, 255, 255, 255);
|
|
|
|
|
gDPSetEnvColor(OVERLAY_DISP++, 0, 0, 0, 0);
|
2021-06-15 17:29:10 +00:00
|
|
|
|
OVERLAY_DISP =
|
2022-04-23 14:11:24 +00:00
|
|
|
|
Gfx_TextureIA8(OVERLAY_DISP, gClockIconTex, 16, 16, ((void)0, gSaveContext.timerX[svar6]),
|
|
|
|
|
((void)0, gSaveContext.timerY[svar6]) + 2, 16, 16, 1 << 10, 1 << 10);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
|
|
// Timer Counter
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gDPPipeSync(OVERLAY_DISP++);
|
2021-07-28 21:59:52 +00:00
|
|
|
|
gDPSetCombineLERP(OVERLAY_DISP++, 0, 0, 0, PRIMITIVE, TEXEL0, 0, PRIMITIVE, 0, 0, 0, 0, PRIMITIVE,
|
|
|
|
|
TEXEL0, 0, PRIMITIVE, 0);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.timer1State != 0) {
|
|
|
|
|
if ((gSaveContext.timer1Value < 10) && (gSaveContext.timer1State < 11)) {
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gDPSetPrimColor(OVERLAY_DISP++, 0, 0, 255, 50, 0, 255);
|
2020-03-23 23:11:21 +00:00
|
|
|
|
} else {
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gDPSetPrimColor(OVERLAY_DISP++, 0, 0, 255, 255, 255, 255);
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if ((gSaveContext.timer2Value < 10) && (gSaveContext.timer2State < 6)) {
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gDPSetPrimColor(OVERLAY_DISP++, 0, 0, 255, 50, 0, 255);
|
2020-03-23 23:11:21 +00:00
|
|
|
|
} else {
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gDPSetPrimColor(OVERLAY_DISP++, 0, 0, 255, 255, 0, 255);
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2021-06-15 17:29:10 +00:00
|
|
|
|
for (svar1 = 0; svar1 < 5; svar1++) {
|
2022-04-23 14:11:24 +00:00
|
|
|
|
OVERLAY_DISP =
|
2021-06-15 17:29:10 +00:00
|
|
|
|
Gfx_TextureI8(OVERLAY_DISP, ((u8*)gCounterDigit0Tex + (8 * 16 * timerDigits[svar1])), 8, 16,
|
2022-04-23 14:11:24 +00:00
|
|
|
|
((void)0, gSaveContext.timerX[svar6]) + timerDigitLeftPos[svar1],
|
|
|
|
|
((void)0, gSaveContext.timerY[svar6]), digitWidth[svar1], VREG(42), VREG(43) << 1,
|
2021-06-15 17:29:10 +00:00
|
|
|
|
VREG(43) << 1);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2021-05-02 23:15:16 +00:00
|
|
|
|
if (pauseCtx->debugState == 3) {
|
2022-05-21 18:23:43 +00:00
|
|
|
|
FlagSet_Update(play);
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (interfaceCtx->unk_244 != 0) {
|
2020-10-29 21:31:09 +00:00
|
|
|
|
gDPPipeSync(OVERLAY_DISP++);
|
|
|
|
|
gSPDisplayList(OVERLAY_DISP++, sSetupDL_80125A60);
|
|
|
|
|
gDPSetPrimColor(OVERLAY_DISP++, 0, 0, 0, 0, 0, interfaceCtx->unk_244);
|
|
|
|
|
gDPFillRectangle(OVERLAY_DISP++, 0, 0, gScreenWidth - 1, gScreenHeight - 1);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
CLOSE_DISPS(play->state.gfxCtx, "../z_parameter.c", 4269);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
void Interface_Update(PlayState* play) {
|
2022-04-23 14:41:17 +00:00
|
|
|
|
static u8 D_80125B60 = false;
|
2022-05-20 18:40:13 +00:00
|
|
|
|
static s16 sPrevTimeSpeed = 0;
|
2022-05-21 18:23:43 +00:00
|
|
|
|
MessageContext* msgCtx = &play->msgCtx;
|
|
|
|
|
InterfaceContext* interfaceCtx = &play->interfaceCtx;
|
|
|
|
|
Player* player = GET_PLAYER(play);
|
2020-08-15 18:03:03 +00:00
|
|
|
|
s16 alpha;
|
|
|
|
|
s16 alpha1;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
u16 action;
|
2022-05-21 18:23:43 +00:00
|
|
|
|
Input* debugInput = &play->state.input[2];
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2021-11-15 21:33:44 +00:00
|
|
|
|
if (CHECK_BTN_ALL(debugInput->press.button, BTN_DLEFT)) {
|
z_message_PAL, message_data_static and surrounding doc (#996)
* Initial progress on z_message_PAL, very messy
* Fix merge
* Some more progress
* Fix merge
* More z_message_PAL
* Small progress
* More small progress
* message_data_static files OK
* Prepare z_message_tables
* Matched another function, small updates
* Attempt to use asm-processor static-symbols branch
* Refactor text id declarations
* Begin large text codes parser function
* Fix merge
* Refactor done
* Build OK, add color and highscore names
* Remove encoded text headers and automatically encode during build
* Fix kanfont
* Various cleanups
* DISP macros
* Another match aside data
* Further progress
* Small improvements
* Deduplicate magic values for text control codes, small improvements
* Tiny progress
* Minor cleanups
* Clean up z_message_PAL comment
* Progress on large functions
* Further progress on large functions
* Changes to mkldscript to link .data in the .rodata section
* data OK
* Few improvements
* Use gDPLoadTextureBlock macros where appropriate
* rm z_message_tables, progress on large functions
* 2 more matches
* Improvements
* Small progress
* More progress on big function
* progress
* match func_80107980
* match Message_Update
* match func_8010BED8
* done
* Progress on remaining large functions
* Small progress on largest function
* Another match, extract text and move to assets, improve text build system
* Small nonmatchings improvements
* docs wip
* Largest function maybe equivalent
* Fix merge
* Document do_action values, largest function is almost instruction-matching
* Rename NAVI do_action to NONE, as that appears to be how that value is used in practice
* Fix merge
* one match
* Last function is instruction-matching
* Fix
* Improvements thanks to engineer124
* Stack matched thanks to petrie911, now just a/v/low t regalloc issues, some cleanup
* More variables labeled, use text state enum everywhere
* More labels and names
* Fix
* Actor_IsTalking -> Actor_TalkRequested
* Match func_8010C39C and remove unused asm
* More docs
* Mostly ocarina related docs
* All msgModes named
* Fix assetclean
* Cleanup
* Extraction fixes and headers
* Suggestions
* Review suggestions
* Change text extraction again, only extract if the headers do not already exist
* Fix
* Use ast for charmap, fix assetclean for real this time
* Review suggestions
* BGM ids and ran formatter
* Review comments
* rename include_readonly to include_data_with_rodata
* Remove leading 0s in number directives
* Review suggestions for message_data_static
* textbox pos enum comments, rename several enum names from Message to TextBox
Co-authored-by: Thar0 <maximilianc64@gmail.com>
Co-authored-by: Zelllll <56516451+Zelllll@users.noreply.github.com>
Co-authored-by: petrie911 <pmontag@DESKTOP-LG8A167.localdomain>
Co-authored-by: Roman971 <romanlasnier@hotmail.com>
2021-11-23 01:20:30 +00:00
|
|
|
|
gSaveContext.language = LANGUAGE_ENG;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
osSyncPrintf("J_N=%x J_N=%x\n", gSaveContext.language, &gSaveContext.language);
|
2021-11-15 21:33:44 +00:00
|
|
|
|
} else if (CHECK_BTN_ALL(debugInput->press.button, BTN_DUP)) {
|
z_message_PAL, message_data_static and surrounding doc (#996)
* Initial progress on z_message_PAL, very messy
* Fix merge
* Some more progress
* Fix merge
* More z_message_PAL
* Small progress
* More small progress
* message_data_static files OK
* Prepare z_message_tables
* Matched another function, small updates
* Attempt to use asm-processor static-symbols branch
* Refactor text id declarations
* Begin large text codes parser function
* Fix merge
* Refactor done
* Build OK, add color and highscore names
* Remove encoded text headers and automatically encode during build
* Fix kanfont
* Various cleanups
* DISP macros
* Another match aside data
* Further progress
* Small improvements
* Deduplicate magic values for text control codes, small improvements
* Tiny progress
* Minor cleanups
* Clean up z_message_PAL comment
* Progress on large functions
* Further progress on large functions
* Changes to mkldscript to link .data in the .rodata section
* data OK
* Few improvements
* Use gDPLoadTextureBlock macros where appropriate
* rm z_message_tables, progress on large functions
* 2 more matches
* Improvements
* Small progress
* More progress on big function
* progress
* match func_80107980
* match Message_Update
* match func_8010BED8
* done
* Progress on remaining large functions
* Small progress on largest function
* Another match, extract text and move to assets, improve text build system
* Small nonmatchings improvements
* docs wip
* Largest function maybe equivalent
* Fix merge
* Document do_action values, largest function is almost instruction-matching
* Rename NAVI do_action to NONE, as that appears to be how that value is used in practice
* Fix merge
* one match
* Last function is instruction-matching
* Fix
* Improvements thanks to engineer124
* Stack matched thanks to petrie911, now just a/v/low t regalloc issues, some cleanup
* More variables labeled, use text state enum everywhere
* More labels and names
* Fix
* Actor_IsTalking -> Actor_TalkRequested
* Match func_8010C39C and remove unused asm
* More docs
* Mostly ocarina related docs
* All msgModes named
* Fix assetclean
* Cleanup
* Extraction fixes and headers
* Suggestions
* Review suggestions
* Change text extraction again, only extract if the headers do not already exist
* Fix
* Use ast for charmap, fix assetclean for real this time
* Review suggestions
* BGM ids and ran formatter
* Review comments
* rename include_readonly to include_data_with_rodata
* Remove leading 0s in number directives
* Review suggestions for message_data_static
* textbox pos enum comments, rename several enum names from Message to TextBox
Co-authored-by: Thar0 <maximilianc64@gmail.com>
Co-authored-by: Zelllll <56516451+Zelllll@users.noreply.github.com>
Co-authored-by: petrie911 <pmontag@DESKTOP-LG8A167.localdomain>
Co-authored-by: Roman971 <romanlasnier@hotmail.com>
2021-11-23 01:20:30 +00:00
|
|
|
|
gSaveContext.language = LANGUAGE_GER;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
osSyncPrintf("J_N=%x J_N=%x\n", gSaveContext.language, &gSaveContext.language);
|
2021-11-15 21:33:44 +00:00
|
|
|
|
} else if (CHECK_BTN_ALL(debugInput->press.button, BTN_DRIGHT)) {
|
z_message_PAL, message_data_static and surrounding doc (#996)
* Initial progress on z_message_PAL, very messy
* Fix merge
* Some more progress
* Fix merge
* More z_message_PAL
* Small progress
* More small progress
* message_data_static files OK
* Prepare z_message_tables
* Matched another function, small updates
* Attempt to use asm-processor static-symbols branch
* Refactor text id declarations
* Begin large text codes parser function
* Fix merge
* Refactor done
* Build OK, add color and highscore names
* Remove encoded text headers and automatically encode during build
* Fix kanfont
* Various cleanups
* DISP macros
* Another match aside data
* Further progress
* Small improvements
* Deduplicate magic values for text control codes, small improvements
* Tiny progress
* Minor cleanups
* Clean up z_message_PAL comment
* Progress on large functions
* Further progress on large functions
* Changes to mkldscript to link .data in the .rodata section
* data OK
* Few improvements
* Use gDPLoadTextureBlock macros where appropriate
* rm z_message_tables, progress on large functions
* 2 more matches
* Improvements
* Small progress
* More progress on big function
* progress
* match func_80107980
* match Message_Update
* match func_8010BED8
* done
* Progress on remaining large functions
* Small progress on largest function
* Another match, extract text and move to assets, improve text build system
* Small nonmatchings improvements
* docs wip
* Largest function maybe equivalent
* Fix merge
* Document do_action values, largest function is almost instruction-matching
* Rename NAVI do_action to NONE, as that appears to be how that value is used in practice
* Fix merge
* one match
* Last function is instruction-matching
* Fix
* Improvements thanks to engineer124
* Stack matched thanks to petrie911, now just a/v/low t regalloc issues, some cleanup
* More variables labeled, use text state enum everywhere
* More labels and names
* Fix
* Actor_IsTalking -> Actor_TalkRequested
* Match func_8010C39C and remove unused asm
* More docs
* Mostly ocarina related docs
* All msgModes named
* Fix assetclean
* Cleanup
* Extraction fixes and headers
* Suggestions
* Review suggestions
* Change text extraction again, only extract if the headers do not already exist
* Fix
* Use ast for charmap, fix assetclean for real this time
* Review suggestions
* BGM ids and ran formatter
* Review comments
* rename include_readonly to include_data_with_rodata
* Remove leading 0s in number directives
* Review suggestions for message_data_static
* textbox pos enum comments, rename several enum names from Message to TextBox
Co-authored-by: Thar0 <maximilianc64@gmail.com>
Co-authored-by: Zelllll <56516451+Zelllll@users.noreply.github.com>
Co-authored-by: petrie911 <pmontag@DESKTOP-LG8A167.localdomain>
Co-authored-by: Roman971 <romanlasnier@hotmail.com>
2021-11-23 01:20:30 +00:00
|
|
|
|
gSaveContext.language = LANGUAGE_FRA;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
osSyncPrintf("J_N=%x J_N=%x\n", gSaveContext.language, &gSaveContext.language);
|
|
|
|
|
}
|
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
if ((play->pauseCtx.state == 0) && (play->pauseCtx.debugState == 0)) {
|
2022-07-30 21:28:50 +00:00
|
|
|
|
if ((gSaveContext.minigameState == 1) || !IS_CUTSCENE_LAYER ||
|
2022-07-31 23:44:47 +00:00
|
|
|
|
((play->sceneId == SCENE_SPOT20) && (gSaveContext.sceneLayer == 4))) {
|
z_message_PAL, message_data_static and surrounding doc (#996)
* Initial progress on z_message_PAL, very messy
* Fix merge
* Some more progress
* Fix merge
* More z_message_PAL
* Small progress
* More small progress
* message_data_static files OK
* Prepare z_message_tables
* Matched another function, small updates
* Attempt to use asm-processor static-symbols branch
* Refactor text id declarations
* Begin large text codes parser function
* Fix merge
* Refactor done
* Build OK, add color and highscore names
* Remove encoded text headers and automatically encode during build
* Fix kanfont
* Various cleanups
* DISP macros
* Another match aside data
* Further progress
* Small improvements
* Deduplicate magic values for text control codes, small improvements
* Tiny progress
* Minor cleanups
* Clean up z_message_PAL comment
* Progress on large functions
* Further progress on large functions
* Changes to mkldscript to link .data in the .rodata section
* data OK
* Few improvements
* Use gDPLoadTextureBlock macros where appropriate
* rm z_message_tables, progress on large functions
* 2 more matches
* Improvements
* Small progress
* More progress on big function
* progress
* match func_80107980
* match Message_Update
* match func_8010BED8
* done
* Progress on remaining large functions
* Small progress on largest function
* Another match, extract text and move to assets, improve text build system
* Small nonmatchings improvements
* docs wip
* Largest function maybe equivalent
* Fix merge
* Document do_action values, largest function is almost instruction-matching
* Rename NAVI do_action to NONE, as that appears to be how that value is used in practice
* Fix merge
* one match
* Last function is instruction-matching
* Fix
* Improvements thanks to engineer124
* Stack matched thanks to petrie911, now just a/v/low t regalloc issues, some cleanup
* More variables labeled, use text state enum everywhere
* More labels and names
* Fix
* Actor_IsTalking -> Actor_TalkRequested
* Match func_8010C39C and remove unused asm
* More docs
* Mostly ocarina related docs
* All msgModes named
* Fix assetclean
* Cleanup
* Extraction fixes and headers
* Suggestions
* Review suggestions
* Change text extraction again, only extract if the headers do not already exist
* Fix
* Use ast for charmap, fix assetclean for real this time
* Review suggestions
* BGM ids and ran formatter
* Review comments
* rename include_readonly to include_data_with_rodata
* Remove leading 0s in number directives
* Review suggestions for message_data_static
* textbox pos enum comments, rename several enum names from Message to TextBox
Co-authored-by: Thar0 <maximilianc64@gmail.com>
Co-authored-by: Zelllll <56516451+Zelllll@users.noreply.github.com>
Co-authored-by: petrie911 <pmontag@DESKTOP-LG8A167.localdomain>
Co-authored-by: Roman971 <romanlasnier@hotmail.com>
2021-11-23 01:20:30 +00:00
|
|
|
|
if ((msgCtx->msgMode == MSGMODE_NONE) ||
|
2022-07-31 23:44:47 +00:00
|
|
|
|
((msgCtx->msgMode != MSGMODE_NONE) && (play->sceneId == SCENE_BOWLING))) {
|
2022-05-21 18:23:43 +00:00
|
|
|
|
if (play->gameOverCtx.state == GAMEOVER_INACTIVE) {
|
|
|
|
|
func_80083108(play);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
switch (gSaveContext.unk_13E8) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
case 1:
|
|
|
|
|
case 2:
|
|
|
|
|
case 3:
|
|
|
|
|
case 4:
|
|
|
|
|
case 5:
|
|
|
|
|
case 6:
|
|
|
|
|
case 7:
|
|
|
|
|
case 8:
|
|
|
|
|
case 9:
|
|
|
|
|
case 10:
|
|
|
|
|
case 11:
|
|
|
|
|
case 12:
|
|
|
|
|
case 13:
|
2020-07-17 01:37:53 +00:00
|
|
|
|
alpha = 255 - (gSaveContext.unk_13EC << 5);
|
2020-03-23 23:11:21 +00:00
|
|
|
|
if (alpha < 0) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
alpha = 0;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
func_80082850(play, alpha);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
gSaveContext.unk_13EC++;
|
|
|
|
|
|
2020-03-23 23:11:21 +00:00
|
|
|
|
if (alpha == 0) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
gSaveContext.unk_13E8 = 0;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
break;
|
|
|
|
|
case 50:
|
2020-07-17 01:37:53 +00:00
|
|
|
|
alpha = 255 - (gSaveContext.unk_13EC << 5);
|
2020-03-23 23:11:21 +00:00
|
|
|
|
if (alpha < 0) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
alpha = 0;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-04-23 14:41:17 +00:00
|
|
|
|
alpha1 = 255 - alpha;
|
|
|
|
|
if (alpha1 >= 255) {
|
|
|
|
|
alpha1 = 255;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
|
|
osSyncPrintf("case 50 : alpha=%d alpha1=%d\n", alpha, alpha1);
|
2022-05-21 18:23:43 +00:00
|
|
|
|
func_80082644(play, alpha1);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-07-17 01:37:53 +00:00
|
|
|
|
if (interfaceCtx->healthAlpha != 255) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->healthAlpha = alpha1;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-07-17 01:37:53 +00:00
|
|
|
|
if (interfaceCtx->magicAlpha != 255) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->magicAlpha = alpha1;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-07-31 23:44:47 +00:00
|
|
|
|
switch (play->sceneId) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
case SCENE_SPOT00:
|
|
|
|
|
case SCENE_SPOT01:
|
|
|
|
|
case SCENE_SPOT02:
|
|
|
|
|
case SCENE_SPOT03:
|
|
|
|
|
case SCENE_SPOT04:
|
|
|
|
|
case SCENE_SPOT05:
|
|
|
|
|
case SCENE_SPOT06:
|
|
|
|
|
case SCENE_SPOT07:
|
|
|
|
|
case SCENE_SPOT08:
|
|
|
|
|
case SCENE_SPOT09:
|
|
|
|
|
case SCENE_SPOT10:
|
|
|
|
|
case SCENE_SPOT11:
|
|
|
|
|
case SCENE_SPOT12:
|
|
|
|
|
case SCENE_SPOT13:
|
|
|
|
|
case SCENE_SPOT15:
|
|
|
|
|
case SCENE_SPOT16:
|
|
|
|
|
case SCENE_SPOT17:
|
|
|
|
|
case SCENE_SPOT18:
|
|
|
|
|
case SCENE_SPOT20:
|
|
|
|
|
case SCENE_GANON_TOU:
|
2020-07-17 01:37:53 +00:00
|
|
|
|
if (interfaceCtx->minimapAlpha < 170) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->minimapAlpha = alpha1;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
} else {
|
2020-07-17 01:37:53 +00:00
|
|
|
|
interfaceCtx->minimapAlpha = 170;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
break;
|
|
|
|
|
default:
|
2020-07-17 01:37:53 +00:00
|
|
|
|
if (interfaceCtx->minimapAlpha != 255) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->minimapAlpha = alpha1;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
gSaveContext.unk_13EC++;
|
2022-04-23 14:41:17 +00:00
|
|
|
|
if (alpha1 == 255) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
gSaveContext.unk_13E8 = 0;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
|
|
|
|
break;
|
|
|
|
|
case 52:
|
|
|
|
|
gSaveContext.unk_13E8 = 1;
|
2022-05-21 18:23:43 +00:00
|
|
|
|
func_80082850(play, 0);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
gSaveContext.unk_13E8 = 0;
|
|
|
|
|
default:
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
Map_Update(play);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.healthAccumulator != 0) {
|
|
|
|
|
gSaveContext.healthAccumulator -= 4;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
gSaveContext.health += 4;
|
|
|
|
|
|
2020-03-23 23:11:21 +00:00
|
|
|
|
if ((gSaveContext.health & 0xF) < 4) {
|
2022-07-30 13:05:27 +00:00
|
|
|
|
Audio_PlaySfxGeneral(NA_SE_SY_HP_RECOVER, &gSfxDefaultPos, 4, &gSfxDefaultFreqAndVolScale,
|
|
|
|
|
&gSfxDefaultFreqAndVolScale, &gSfxDefaultReverb);
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
osSyncPrintf("now_life=%d max_life=%d\n", gSaveContext.health, gSaveContext.healthCapacity);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.health >= gSaveContext.healthCapacity) {
|
|
|
|
|
gSaveContext.health = gSaveContext.healthCapacity;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
osSyncPrintf("S_Private.now_life=%d S_Private.max_life=%d\n", gSaveContext.health,
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.healthCapacity);
|
|
|
|
|
gSaveContext.healthAccumulator = 0;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
Health_UpdateBeatingHeart(play);
|
|
|
|
|
D_80125A58 = func_8008F2F8(play);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (D_80125A58 == 1) {
|
2022-04-30 16:18:56 +00:00
|
|
|
|
if (CUR_EQUIP_VALUE(EQUIP_TYPE_TUNIC) == EQUIP_VALUE_TUNIC_GORON) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
D_80125A58 = 0;
|
|
|
|
|
}
|
2022-05-21 18:23:43 +00:00
|
|
|
|
} else if ((func_8008F2F8(play) >= 2) && (func_8008F2F8(play) < 5)) {
|
2022-04-30 16:18:56 +00:00
|
|
|
|
if (CUR_EQUIP_VALUE(EQUIP_TYPE_TUNIC) == EQUIP_VALUE_TUNIC_ZORA) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
D_80125A58 = 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
Health_UpdateMeter(play);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-05-21 18:23:43 +00:00
|
|
|
|
if ((gSaveContext.timer1State >= 3) && (play->pauseCtx.state == 0) && (play->pauseCtx.debugState == 0) &&
|
2022-01-18 00:04:07 +00:00
|
|
|
|
(msgCtx->msgMode == MSGMODE_NONE) && !(player->stateFlags2 & PLAYER_STATE2_24) &&
|
2022-05-21 18:23:43 +00:00
|
|
|
|
(play->transitionTrigger == TRANS_TRIGGER_OFF) && (play->transitionMode == TRANS_MODE_OFF) &&
|
|
|
|
|
!Play_InCsMode(play)) {}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.rupeeAccumulator != 0) {
|
|
|
|
|
if (gSaveContext.rupeeAccumulator > 0) {
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (gSaveContext.rupees < CUR_CAPACITY(UPG_WALLET)) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.rupeeAccumulator--;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
gSaveContext.rupees++;
|
2022-07-30 13:05:27 +00:00
|
|
|
|
Audio_PlaySfxGeneral(NA_SE_SY_RUPY_COUNT, &gSfxDefaultPos, 4, &gSfxDefaultFreqAndVolScale,
|
|
|
|
|
&gSfxDefaultFreqAndVolScale, &gSfxDefaultReverb);
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2021-09-04 13:33:19 +00:00
|
|
|
|
// "Rupee Amount MAX = %d"
|
2020-03-17 04:31:30 +00:00
|
|
|
|
osSyncPrintf("ルピー数MAX = %d\n", CUR_CAPACITY(UPG_WALLET));
|
|
|
|
|
gSaveContext.rupees = CUR_CAPACITY(UPG_WALLET);
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.rupeeAccumulator = 0;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else if (gSaveContext.rupees != 0) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.rupeeAccumulator <= -50) {
|
|
|
|
|
gSaveContext.rupeeAccumulator += 10;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
gSaveContext.rupees -= 10;
|
|
|
|
|
|
2020-03-23 23:11:21 +00:00
|
|
|
|
if (gSaveContext.rupees < 0) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
gSaveContext.rupees = 0;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2022-07-30 13:05:27 +00:00
|
|
|
|
Audio_PlaySfxGeneral(NA_SE_SY_RUPY_COUNT, &gSfxDefaultPos, 4, &gSfxDefaultFreqAndVolScale,
|
|
|
|
|
&gSfxDefaultFreqAndVolScale, &gSfxDefaultReverb);
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.rupeeAccumulator++;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
gSaveContext.rupees--;
|
2022-07-30 13:05:27 +00:00
|
|
|
|
Audio_PlaySfxGeneral(NA_SE_SY_RUPY_COUNT, &gSfxDefaultPos, 4, &gSfxDefaultFreqAndVolScale,
|
|
|
|
|
&gSfxDefaultFreqAndVolScale, &gSfxDefaultReverb);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.rupeeAccumulator = 0;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
switch (interfaceCtx->unk_1EC) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
case 1:
|
2020-08-15 18:03:03 +00:00
|
|
|
|
interfaceCtx->unk_1F4 += 31400.0f / WREG(5);
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (interfaceCtx->unk_1F4 >= 15700.0f) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->unk_1F4 = -15700.0f;
|
|
|
|
|
interfaceCtx->unk_1EC = 2;
|
|
|
|
|
}
|
|
|
|
|
break;
|
|
|
|
|
case 2:
|
2020-08-15 18:03:03 +00:00
|
|
|
|
interfaceCtx->unk_1F4 += 31400.0f / WREG(5);
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (interfaceCtx->unk_1F4 >= 0.0f) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->unk_1F4 = 0.0f;
|
|
|
|
|
interfaceCtx->unk_1EC = 0;
|
|
|
|
|
interfaceCtx->unk_1EE = interfaceCtx->unk_1F0;
|
|
|
|
|
action = interfaceCtx->unk_1EE;
|
z_message_PAL, message_data_static and surrounding doc (#996)
* Initial progress on z_message_PAL, very messy
* Fix merge
* Some more progress
* Fix merge
* More z_message_PAL
* Small progress
* More small progress
* message_data_static files OK
* Prepare z_message_tables
* Matched another function, small updates
* Attempt to use asm-processor static-symbols branch
* Refactor text id declarations
* Begin large text codes parser function
* Fix merge
* Refactor done
* Build OK, add color and highscore names
* Remove encoded text headers and automatically encode during build
* Fix kanfont
* Various cleanups
* DISP macros
* Another match aside data
* Further progress
* Small improvements
* Deduplicate magic values for text control codes, small improvements
* Tiny progress
* Minor cleanups
* Clean up z_message_PAL comment
* Progress on large functions
* Further progress on large functions
* Changes to mkldscript to link .data in the .rodata section
* data OK
* Few improvements
* Use gDPLoadTextureBlock macros where appropriate
* rm z_message_tables, progress on large functions
* 2 more matches
* Improvements
* Small progress
* More progress on big function
* progress
* match func_80107980
* match Message_Update
* match func_8010BED8
* done
* Progress on remaining large functions
* Small progress on largest function
* Another match, extract text and move to assets, improve text build system
* Small nonmatchings improvements
* docs wip
* Largest function maybe equivalent
* Fix merge
* Document do_action values, largest function is almost instruction-matching
* Rename NAVI do_action to NONE, as that appears to be how that value is used in practice
* Fix merge
* one match
* Last function is instruction-matching
* Fix
* Improvements thanks to engineer124
* Stack matched thanks to petrie911, now just a/v/low t regalloc issues, some cleanup
* More variables labeled, use text state enum everywhere
* More labels and names
* Fix
* Actor_IsTalking -> Actor_TalkRequested
* Match func_8010C39C and remove unused asm
* More docs
* Mostly ocarina related docs
* All msgModes named
* Fix assetclean
* Cleanup
* Extraction fixes and headers
* Suggestions
* Review suggestions
* Change text extraction again, only extract if the headers do not already exist
* Fix
* Use ast for charmap, fix assetclean for real this time
* Review suggestions
* BGM ids and ran formatter
* Review comments
* rename include_readonly to include_data_with_rodata
* Remove leading 0s in number directives
* Review suggestions for message_data_static
* textbox pos enum comments, rename several enum names from Message to TextBox
Co-authored-by: Thar0 <maximilianc64@gmail.com>
Co-authored-by: Zelllll <56516451+Zelllll@users.noreply.github.com>
Co-authored-by: petrie911 <pmontag@DESKTOP-LG8A167.localdomain>
Co-authored-by: Roman971 <romanlasnier@hotmail.com>
2021-11-23 01:20:30 +00:00
|
|
|
|
if ((action == DO_ACTION_MAX) || (action == DO_ACTION_MAX + 1)) {
|
|
|
|
|
action = DO_ACTION_NONE;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
Interface_LoadActionLabel(interfaceCtx, action, 0);
|
|
|
|
|
}
|
|
|
|
|
break;
|
|
|
|
|
case 3:
|
2020-08-15 18:03:03 +00:00
|
|
|
|
interfaceCtx->unk_1F4 += 31400.0f / WREG(5);
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (interfaceCtx->unk_1F4 >= 15700.0f) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->unk_1F4 = -15700.0f;
|
|
|
|
|
interfaceCtx->unk_1EC = 2;
|
|
|
|
|
}
|
|
|
|
|
break;
|
|
|
|
|
case 4:
|
2020-08-15 18:03:03 +00:00
|
|
|
|
interfaceCtx->unk_1F4 += 31400.0f / WREG(5);
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (interfaceCtx->unk_1F4 >= 0.0f) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->unk_1F4 = 0.0f;
|
|
|
|
|
interfaceCtx->unk_1EC = 0;
|
|
|
|
|
interfaceCtx->unk_1EE = interfaceCtx->unk_1F0;
|
|
|
|
|
action = interfaceCtx->unk_1EE;
|
z_message_PAL, message_data_static and surrounding doc (#996)
* Initial progress on z_message_PAL, very messy
* Fix merge
* Some more progress
* Fix merge
* More z_message_PAL
* Small progress
* More small progress
* message_data_static files OK
* Prepare z_message_tables
* Matched another function, small updates
* Attempt to use asm-processor static-symbols branch
* Refactor text id declarations
* Begin large text codes parser function
* Fix merge
* Refactor done
* Build OK, add color and highscore names
* Remove encoded text headers and automatically encode during build
* Fix kanfont
* Various cleanups
* DISP macros
* Another match aside data
* Further progress
* Small improvements
* Deduplicate magic values for text control codes, small improvements
* Tiny progress
* Minor cleanups
* Clean up z_message_PAL comment
* Progress on large functions
* Further progress on large functions
* Changes to mkldscript to link .data in the .rodata section
* data OK
* Few improvements
* Use gDPLoadTextureBlock macros where appropriate
* rm z_message_tables, progress on large functions
* 2 more matches
* Improvements
* Small progress
* More progress on big function
* progress
* match func_80107980
* match Message_Update
* match func_8010BED8
* done
* Progress on remaining large functions
* Small progress on largest function
* Another match, extract text and move to assets, improve text build system
* Small nonmatchings improvements
* docs wip
* Largest function maybe equivalent
* Fix merge
* Document do_action values, largest function is almost instruction-matching
* Rename NAVI do_action to NONE, as that appears to be how that value is used in practice
* Fix merge
* one match
* Last function is instruction-matching
* Fix
* Improvements thanks to engineer124
* Stack matched thanks to petrie911, now just a/v/low t regalloc issues, some cleanup
* More variables labeled, use text state enum everywhere
* More labels and names
* Fix
* Actor_IsTalking -> Actor_TalkRequested
* Match func_8010C39C and remove unused asm
* More docs
* Mostly ocarina related docs
* All msgModes named
* Fix assetclean
* Cleanup
* Extraction fixes and headers
* Suggestions
* Review suggestions
* Change text extraction again, only extract if the headers do not already exist
* Fix
* Use ast for charmap, fix assetclean for real this time
* Review suggestions
* BGM ids and ran formatter
* Review comments
* rename include_readonly to include_data_with_rodata
* Remove leading 0s in number directives
* Review suggestions for message_data_static
* textbox pos enum comments, rename several enum names from Message to TextBox
Co-authored-by: Thar0 <maximilianc64@gmail.com>
Co-authored-by: Zelllll <56516451+Zelllll@users.noreply.github.com>
Co-authored-by: petrie911 <pmontag@DESKTOP-LG8A167.localdomain>
Co-authored-by: Roman971 <romanlasnier@hotmail.com>
2021-11-23 01:20:30 +00:00
|
|
|
|
if ((action == DO_ACTION_MAX) || (action == DO_ACTION_MAX + 1)) {
|
|
|
|
|
action = DO_ACTION_NONE;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
Interface_LoadActionLabel(interfaceCtx, action, 0);
|
|
|
|
|
}
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
WREG(7) = interfaceCtx->unk_1F4;
|
|
|
|
|
|
2022-05-23 16:52:01 +00:00
|
|
|
|
// Update Magic
|
2022-05-21 18:23:43 +00:00
|
|
|
|
if ((play->pauseCtx.state == 0) && (play->pauseCtx.debugState == 0) && (msgCtx->msgMode == MSGMODE_NONE) &&
|
|
|
|
|
(play->transitionTrigger == TRANS_TRIGGER_OFF) && (play->gameOverCtx.state == GAMEOVER_INACTIVE) &&
|
|
|
|
|
(play->transitionMode == TRANS_MODE_OFF) && ((play->csCtx.state == CS_STATE_IDLE) || !Player_InCsMode(play))) {
|
2022-05-23 16:52:01 +00:00
|
|
|
|
|
|
|
|
|
if (gSaveContext.isMagicAcquired && (gSaveContext.magicLevel == 0)) {
|
|
|
|
|
gSaveContext.magicLevel = gSaveContext.isDoubleMagicAcquired + 1;
|
|
|
|
|
gSaveContext.magicState = MAGIC_STATE_STEP_CAPACITY;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
osSyncPrintf(VT_FGCOL(YELLOW));
|
2021-09-04 13:33:19 +00:00
|
|
|
|
osSyncPrintf("魔法スター─────ト!!!!!!!!!\n"); // "Magic Start!!!!!!!!!"
|
2020-04-16 21:36:12 +00:00
|
|
|
|
osSyncPrintf("MAGIC_MAX=%d\n", gSaveContext.magicLevel);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
osSyncPrintf("MAGIC_NOW=%d\n", gSaveContext.magic);
|
2022-05-23 16:52:01 +00:00
|
|
|
|
osSyncPrintf("Z_MAGIC_NOW_NOW=%d\n", gSaveContext.magicFillTarget);
|
|
|
|
|
osSyncPrintf("Z_MAGIC_NOW_MAX=%d\n", gSaveContext.magicCapacity);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
osSyncPrintf(VT_RST);
|
|
|
|
|
}
|
|
|
|
|
|
2022-05-23 16:52:01 +00:00
|
|
|
|
Magic_Update(play);
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.timer1State == 0) {
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (((D_80125A58 == 1) || (D_80125A58 == 2) || (D_80125A58 == 4)) && ((gSaveContext.health >> 1) != 0)) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.timer1State = 1;
|
|
|
|
|
gSaveContext.timerX[0] = 140;
|
|
|
|
|
gSaveContext.timerY[0] = 80;
|
2022-04-23 14:41:17 +00:00
|
|
|
|
D_80125A5C = true;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (((D_80125A58 == 0) || (D_80125A58 == 3)) && (gSaveContext.timer1State < 5)) {
|
|
|
|
|
gSaveContext.timer1State = 0;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.minigameState == 1) {
|
|
|
|
|
gSaveContext.minigameScore += interfaceCtx->unk_23C;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
interfaceCtx->unk_23C = 0;
|
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
if (sHBAScoreTier == 0) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.minigameScore >= 1000) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
sHBAScoreTier++;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else if (sHBAScoreTier == 1) {
|
2020-04-16 21:36:12 +00:00
|
|
|
|
if (gSaveContext.minigameScore >= 1500) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
sHBAScoreTier++;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2020-08-15 18:03:03 +00:00
|
|
|
|
sHBAScoreDigits[0] = sHBAScoreDigits[1] = 0;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
sHBAScoreDigits[2] = 0;
|
2020-04-16 21:36:12 +00:00
|
|
|
|
sHBAScoreDigits[3] = gSaveContext.minigameScore;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
while (sHBAScoreDigits[3] >= 1000) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
sHBAScoreDigits[0]++;
|
|
|
|
|
sHBAScoreDigits[3] -= 1000;
|
|
|
|
|
}
|
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
while (sHBAScoreDigits[3] >= 100) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
sHBAScoreDigits[1]++;
|
|
|
|
|
sHBAScoreDigits[3] -= 100;
|
|
|
|
|
}
|
|
|
|
|
|
2020-03-22 21:19:43 +00:00
|
|
|
|
while (sHBAScoreDigits[3] >= 10) {
|
2020-03-17 04:31:30 +00:00
|
|
|
|
sHBAScoreDigits[2]++;
|
|
|
|
|
sHBAScoreDigits[3] -= 10;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2021-09-20 16:51:35 +00:00
|
|
|
|
if (gSaveContext.sunsSongState != SUNSSONG_INACTIVE) {
|
|
|
|
|
// exit out of ocarina mode after suns song finishes playing
|
z_message_PAL, message_data_static and surrounding doc (#996)
* Initial progress on z_message_PAL, very messy
* Fix merge
* Some more progress
* Fix merge
* More z_message_PAL
* Small progress
* More small progress
* message_data_static files OK
* Prepare z_message_tables
* Matched another function, small updates
* Attempt to use asm-processor static-symbols branch
* Refactor text id declarations
* Begin large text codes parser function
* Fix merge
* Refactor done
* Build OK, add color and highscore names
* Remove encoded text headers and automatically encode during build
* Fix kanfont
* Various cleanups
* DISP macros
* Another match aside data
* Further progress
* Small improvements
* Deduplicate magic values for text control codes, small improvements
* Tiny progress
* Minor cleanups
* Clean up z_message_PAL comment
* Progress on large functions
* Further progress on large functions
* Changes to mkldscript to link .data in the .rodata section
* data OK
* Few improvements
* Use gDPLoadTextureBlock macros where appropriate
* rm z_message_tables, progress on large functions
* 2 more matches
* Improvements
* Small progress
* More progress on big function
* progress
* match func_80107980
* match Message_Update
* match func_8010BED8
* done
* Progress on remaining large functions
* Small progress on largest function
* Another match, extract text and move to assets, improve text build system
* Small nonmatchings improvements
* docs wip
* Largest function maybe equivalent
* Fix merge
* Document do_action values, largest function is almost instruction-matching
* Rename NAVI do_action to NONE, as that appears to be how that value is used in practice
* Fix merge
* one match
* Last function is instruction-matching
* Fix
* Improvements thanks to engineer124
* Stack matched thanks to petrie911, now just a/v/low t regalloc issues, some cleanup
* More variables labeled, use text state enum everywhere
* More labels and names
* Fix
* Actor_IsTalking -> Actor_TalkRequested
* Match func_8010C39C and remove unused asm
* More docs
* Mostly ocarina related docs
* All msgModes named
* Fix assetclean
* Cleanup
* Extraction fixes and headers
* Suggestions
* Review suggestions
* Change text extraction again, only extract if the headers do not already exist
* Fix
* Use ast for charmap, fix assetclean for real this time
* Review suggestions
* BGM ids and ran formatter
* Review comments
* rename include_readonly to include_data_with_rodata
* Remove leading 0s in number directives
* Review suggestions for message_data_static
* textbox pos enum comments, rename several enum names from Message to TextBox
Co-authored-by: Thar0 <maximilianc64@gmail.com>
Co-authored-by: Zelllll <56516451+Zelllll@users.noreply.github.com>
Co-authored-by: petrie911 <pmontag@DESKTOP-LG8A167.localdomain>
Co-authored-by: Roman971 <romanlasnier@hotmail.com>
2021-11-23 01:20:30 +00:00
|
|
|
|
if ((msgCtx->ocarinaAction != OCARINA_ACTION_CHECK_NOWARP_DONE) &&
|
|
|
|
|
(gSaveContext.sunsSongState == SUNSSONG_START)) {
|
2022-05-21 18:23:43 +00:00
|
|
|
|
play->msgCtx.ocarinaMode = OCARINA_MODE_04;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2021-09-20 16:51:35 +00:00
|
|
|
|
// handle suns song in areas where time moves
|
2022-05-21 18:23:43 +00:00
|
|
|
|
if (play->envCtx.sceneTimeSpeed != 0) {
|
2021-09-20 16:51:35 +00:00
|
|
|
|
if (gSaveContext.sunsSongState != SUNSSONG_SPEED_TIME) {
|
2022-04-23 14:41:17 +00:00
|
|
|
|
D_80125B60 = false;
|
2022-05-20 18:40:13 +00:00
|
|
|
|
if ((gSaveContext.dayTime >= CLOCK_TIME(6, 30)) && (gSaveContext.dayTime <= CLOCK_TIME(18, 0) + 1)) {
|
2022-04-23 14:41:17 +00:00
|
|
|
|
D_80125B60 = true;
|
2020-03-23 23:11:21 +00:00
|
|
|
|
}
|
2020-03-17 04:31:30 +00:00
|
|
|
|
|
2021-09-20 16:51:35 +00:00
|
|
|
|
gSaveContext.sunsSongState = SUNSSONG_SPEED_TIME;
|
2022-05-20 18:40:13 +00:00
|
|
|
|
sPrevTimeSpeed = gTimeSpeed;
|
|
|
|
|
gTimeSpeed = 400;
|
2022-04-23 14:41:17 +00:00
|
|
|
|
} else if (!D_80125B60) {
|
2022-05-20 18:40:13 +00:00
|
|
|
|
if ((gSaveContext.dayTime >= CLOCK_TIME(6, 30)) && (gSaveContext.dayTime <= CLOCK_TIME(18, 0) + 1)) {
|
2021-09-20 16:51:35 +00:00
|
|
|
|
gSaveContext.sunsSongState = SUNSSONG_INACTIVE;
|
2022-05-20 18:40:13 +00:00
|
|
|
|
gTimeSpeed = sPrevTimeSpeed;
|
2022-05-21 18:23:43 +00:00
|
|
|
|
play->msgCtx.ocarinaMode = OCARINA_MODE_04;
|
2020-08-15 18:03:03 +00:00
|
|
|
|
}
|
2022-05-20 18:40:13 +00:00
|
|
|
|
} else if (gSaveContext.dayTime > CLOCK_TIME(18, 0) + 1) {
|
2021-09-20 16:51:35 +00:00
|
|
|
|
gSaveContext.sunsSongState = SUNSSONG_INACTIVE;
|
2022-05-20 18:40:13 +00:00
|
|
|
|
gTimeSpeed = sPrevTimeSpeed;
|
2022-05-21 18:23:43 +00:00
|
|
|
|
play->msgCtx.ocarinaMode = OCARINA_MODE_04;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
2022-05-21 18:23:43 +00:00
|
|
|
|
} else if ((play->roomCtx.curRoom.behaviorType1 != ROOM_BEHAVIOR_TYPE1_1) &&
|
2022-05-21 12:54:51 +00:00
|
|
|
|
(interfaceCtx->restrictions.sunsSong != 3)) {
|
2022-05-20 18:40:13 +00:00
|
|
|
|
if ((gSaveContext.dayTime >= CLOCK_TIME(6, 30)) && (gSaveContext.dayTime < CLOCK_TIME(18, 0) + 1)) {
|
|
|
|
|
gSaveContext.nextDayTime = NEXT_TIME_NIGHT;
|
2022-05-21 18:23:43 +00:00
|
|
|
|
play->transitionType = TRANS_TYPE_FADE_BLACK_FAST;
|
2022-04-27 20:00:25 +00:00
|
|
|
|
gSaveContext.nextTransitionType = TRANS_TYPE_FADE_BLACK;
|
2022-05-21 18:23:43 +00:00
|
|
|
|
play->unk_11DE9 = true;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2022-05-20 18:40:13 +00:00
|
|
|
|
gSaveContext.nextDayTime = NEXT_TIME_DAY;
|
2022-05-21 18:23:43 +00:00
|
|
|
|
play->transitionType = TRANS_TYPE_FADE_WHITE_FAST;
|
2022-04-27 20:00:25 +00:00
|
|
|
|
gSaveContext.nextTransitionType = TRANS_TYPE_FADE_WHITE;
|
2022-05-21 18:23:43 +00:00
|
|
|
|
play->unk_11DE9 = true;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2022-07-31 23:44:47 +00:00
|
|
|
|
if (play->sceneId == SCENE_SPOT13) {
|
2022-05-21 18:23:43 +00:00
|
|
|
|
play->transitionType = TRANS_TYPE_SANDSTORM_PERSIST;
|
2022-04-27 20:00:25 +00:00
|
|
|
|
gSaveContext.nextTransitionType = TRANS_TYPE_SANDSTORM_PERSIST;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
|
2020-04-16 21:36:12 +00:00
|
|
|
|
gSaveContext.respawnFlag = -2;
|
2022-05-21 18:23:43 +00:00
|
|
|
|
play->nextEntranceIndex = gSaveContext.entranceIndex;
|
|
|
|
|
play->transitionTrigger = TRANS_TRIGGER_START;
|
2021-09-20 16:51:35 +00:00
|
|
|
|
gSaveContext.sunsSongState = SUNSSONG_INACTIVE;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
func_800F6964(30);
|
2021-12-03 14:49:32 +00:00
|
|
|
|
gSaveContext.seqId = (u8)NA_BGM_DISABLED;
|
2021-12-27 17:35:05 +00:00
|
|
|
|
gSaveContext.natureAmbienceId = NATURE_ID_DISABLED;
|
2020-03-22 21:19:43 +00:00
|
|
|
|
} else {
|
2021-09-20 16:51:35 +00:00
|
|
|
|
gSaveContext.sunsSongState = SUNSSONG_SPECIAL;
|
2020-03-17 04:31:30 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|