<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://alttp.run/hacking/index.php?action=history&amp;feed=atom&amp;title=Prize_Packs</id>
		<title>Prize Packs - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://alttp.run/hacking/index.php?action=history&amp;feed=atom&amp;title=Prize_Packs"/>
		<link rel="alternate" type="text/html" href="http://alttp.run/hacking/index.php?title=Prize_Packs&amp;action=history"/>
		<updated>2026-06-01T14:46:35Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.28.0</generator>

	<entry>
		<id>http://alttp.run/hacking/index.php?title=Prize_Packs&amp;diff=561&amp;oldid=prev</id>
		<title>Superskuj: Created page with &quot;A Prize Pack refers to the collection of possible drops which can be acquired from a particular set of monsters. Upon death, enemies within the same prize pack group will drop...&quot;</title>
		<link rel="alternate" type="text/html" href="http://alttp.run/hacking/index.php?title=Prize_Packs&amp;diff=561&amp;oldid=prev"/>
				<updated>2016-12-20T00:31:49Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;A Prize Pack refers to the collection of possible drops which can be acquired from a particular set of monsters. Upon death, enemies within the same prize pack group will drop...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;A Prize Pack refers to the collection of possible drops which can be acquired from a particular set of monsters. Upon death, enemies within the same prize pack group will drop from the same pack in the same order. When killed normally, they will have either a 50% or 100% chance to drop, depending on the pack. If an enemy is killed via a dash, it will drop nothing; if it is stunned or frozen and killed normally, it will drop a single green rupee 100% of the time; and if it is frozen and killed with a hammer, it will drop from prize pack 3 with a 100% chance to drop.&lt;br /&gt;
&lt;br /&gt;
== Prize Packs ==&lt;br /&gt;
An enemy's prize pack is defined by the lower nybble of the byte indexed by the sprite's ID from the table located at {{$|06B632}}. Note: a prize pack of {{Hex|0}} indicates no prize pack drops.&lt;br /&gt;
&lt;br /&gt;
*{{$|037A72}} = Drops tables. &lt;br /&gt;
**These are {{Hex|7}} tables (the amount of prize packs) of {{Hex|8}} sprites (the amount of drops per pack).&lt;br /&gt;
*{{$|037A5C}} = Chance to drop. &lt;br /&gt;
**This is a table of {{Hex|7}} entries, where a value of {{$|00}} indicates a 100% chance to drop, and {{$|01}} indicates a 50% chance.&lt;br /&gt;
{|{{Prettytable}}&lt;br /&gt;
!Pack&lt;br /&gt;
!Drop {{Hex|1}}&lt;br /&gt;
!Drop {{Hex|2}}&lt;br /&gt;
!Drop {{Hex|3}}&lt;br /&gt;
!Drop {{Hex|4}}&lt;br /&gt;
!Drop {{Hex|5}}&lt;br /&gt;
!Drop {{Hex|6}}&lt;br /&gt;
!Drop {{Hex|7}}&lt;br /&gt;
!Drop {{Hex|8}}&lt;br /&gt;
!Drop Chance&lt;br /&gt;
|-&lt;br /&gt;
|{{Hex|1}}&lt;br /&gt;
|Heart&lt;br /&gt;
|Heart&lt;br /&gt;
|Heart&lt;br /&gt;
|Heart&lt;br /&gt;
|Green Rupee&lt;br /&gt;
|Heart&lt;br /&gt;
|Heart&lt;br /&gt;
|Green Rupee&lt;br /&gt;
|50%&lt;br /&gt;
|-&lt;br /&gt;
|{{Hex|2}}&lt;br /&gt;
|Blue Rupee&lt;br /&gt;
|Green Rupee&lt;br /&gt;
|Blue Rupee&lt;br /&gt;
|Red Rupee&lt;br /&gt;
|Blue Rupee&lt;br /&gt;
|Green Rupee&lt;br /&gt;
|Blue Rupee&lt;br /&gt;
|Blue Rupee&lt;br /&gt;
|50%&lt;br /&gt;
|-&lt;br /&gt;
|{{Hex|3}}&lt;br /&gt;
|Full Magic Refill&lt;br /&gt;
|Small Magic Refill&lt;br /&gt;
|Small Magic Refill&lt;br /&gt;
|Blue Rupee&lt;br /&gt;
|Full Magic Refill&lt;br /&gt;
|Small Magic Refill&lt;br /&gt;
|Heart&lt;br /&gt;
|Small Magic Refill&lt;br /&gt;
|50%&lt;br /&gt;
|-&lt;br /&gt;
|{{Hex|4}}&lt;br /&gt;
|Bomb Refill (1)&lt;br /&gt;
|Bomb Refill (1)&lt;br /&gt;
|Bomb Refill (1)&lt;br /&gt;
|Bomb Refill (4)&lt;br /&gt;
|Bomb Refill (1)&lt;br /&gt;
|Bomb Refill (1)&lt;br /&gt;
|Bomb Refill (8)&lt;br /&gt;
|Bomb Refill (1)&lt;br /&gt;
|100%&lt;br /&gt;
|-&lt;br /&gt;
|{{Hex|5}}&lt;br /&gt;
|Arrow Refill (5)&lt;br /&gt;
|Heart&lt;br /&gt;
|Arrow Refill (5)&lt;br /&gt;
|Arrow Refill (10)&lt;br /&gt;
|Arrow Refill (5)&lt;br /&gt;
|Heart&lt;br /&gt;
|Arrow Refill (5)&lt;br /&gt;
|Arrow Refill (10)&lt;br /&gt;
|50%&lt;br /&gt;
|-&lt;br /&gt;
|{{Hex|6}}&lt;br /&gt;
|Small Magic Refill&lt;br /&gt;
|Green Rupee&lt;br /&gt;
|Heart&lt;br /&gt;
|Arrow Refill (5)&lt;br /&gt;
|Small Magic Refill&lt;br /&gt;
|Bomb Refill (1)&lt;br /&gt;
|Green Rupee&lt;br /&gt;
|Heart&lt;br /&gt;
|50%&lt;br /&gt;
|-&lt;br /&gt;
|{{Hex|7}}&lt;br /&gt;
|Heart&lt;br /&gt;
|Fairy&lt;br /&gt;
|Full Magic Refill&lt;br /&gt;
|Red Rupee&lt;br /&gt;
|Bomb Refill (8)&lt;br /&gt;
|Heart&lt;br /&gt;
|Red Rupee&lt;br /&gt;
|Arrow Refill (10)&lt;br /&gt;
|50%&lt;/div&gt;</summary>
		<author><name>Superskuj</name></author>	</entry>

	</feed>