Add Roc's Feather (custom item) to Rando Item Pool (#6035)
This adds Roc's as a fully implemented item into the randomizer pool. When both Roc's and Nayru's is found, you can swap between them on the pause menu Many people have contributed to this over time, so huge shoutout to: - kentonm, this item is directly inspired by their Roc's Feather from their romhack Indigo. Also provided me with their GI model, icon texture and animation to use. - PurpleHato, for providing the images for the item name shown on the kaleidoscope. - Dana The Elf, providing another custom animation for the item. - Reppan, for helping to tweak the animation and exporting the GI model for me.
This commit is contained in:
@@ -103,7 +103,7 @@ extern "C"
|
||||
extern u16 gUpgradeCapacities[8][4];
|
||||
extern u32 gGsFlagsMasks[4];
|
||||
extern u32 gGsFlagsShifts[4];
|
||||
extern void* gItemIcons[0x82];
|
||||
extern void* gItemIcons[157];
|
||||
extern u8 gItemAgeReqs[];
|
||||
extern u8 gSlotAgeReqs[];
|
||||
extern u8 gItemSlots[56];
|
||||
|
||||
Reference in New Issue
Block a user