mirror of
https://github.com/zeldaret/mm.git
synced 2026-06-05 19:27:14 -04:00
icon_item_static and icon_item_24_static documented (#1297)
* extract_archives.py * autogenerated xmls * build OK * cleanup * Use symbols in gItemIcons * change how archives are generated * makeyar in C * Rename segments * rename .archive.o to .yar.o * Explanation at the top of programs * fix progress calculation * Ignore archives in progress script * merge * document icon items * cleanup * remove duplicate headers * jap -> jpn * PR review * link human * PR Review * missed some --------- Co-authored-by: angie <angheloalf95@gmail.com>
This commit is contained in:
@@ -57,7 +57,7 @@ u16 QuestHint_GetTatlTextId(PlayState* play) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
if (INV_CONTENT(ITEM_MOON_TEAR) == ITEM_MOON_TEAR) {
|
||||
if (INV_CONTENT(ITEM_MOONS_TEAR) == ITEM_MOONS_TEAR) {
|
||||
if (CHECK_WEEKEVENTREG(WEEKEVENTREG_86_04)) {
|
||||
return 0x242;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user