Honey Tree: Difference between revisions

No change in size ,  8 June 2019
m
replaced: Honey tree → Honey Tree (12)
m (DP and Platinum Prima guides (although DP guidebook doesn't give any information about capitalization))
m (replaced: Honey tree → Honey Tree (12))
Line 1: Line 1:
[[File:Sinnoh Route 205 Honey tree DP.png|thumb|A Honey tree in {{game|Diamond and Pearl|s}}]]
[[File:Sinnoh Route 205 Honey tree DP.png|thumb|A Honey Tree in {{game|Diamond and Pearl|s}}]]
'''Honey Trees''' are special trees in the [[Sinnoh]] region that Trainers can slather [[Honey]] on to attract [[wild Pokémon]].
'''Honey Trees''' are special trees in the [[Sinnoh]] region that Trainers can slather [[Honey]] on to attract [[wild Pokémon]].


==In the games==
==In the games==
There are 21 Honey trees throughout the Sinnoh region in {{game2|Diamond|Pearl|Platinum}}. If the player slathers [[Honey]] on a Honey tree, 6 hours later a Pokémon may appear on the tree. If a tree is left unchecked for 24 hours, both the Honey and any Pokémon will be gone. Changing the [[Nintendo DS]]'s clock will have no impact on the Honey tree's timer.
There are 21 Honey Trees throughout the Sinnoh region in {{game2|Diamond|Pearl|Platinum}}. If the player slathers [[Honey]] on a Honey Tree, 6 hours later a Pokémon may appear on the tree. If a tree is left unchecked for 24 hours, both the Honey and any Pokémon will be gone. Changing the [[Nintendo DS]]'s clock will have no impact on the Honey Tree's timer.


Four of the 21 trees have a chance to attract {{p|Munchlax}}; which four can do so are selected when the game begins, based on the player's [[Trainer ID]] and [[Secret ID]], meaning that the same trees will always be able to attract Munchlax unless the player starts a new game. Trees which can attract Munchlax are also more likely to attract rarer wild Pokémon.
Four of the 21 trees have a chance to attract {{p|Munchlax}}; which four can do so are selected when the game begins, based on the player's [[Trainer ID]] and [[Secret ID]], meaning that the same trees will always be able to attract Munchlax unless the player starts a new game. Trees which can attract Munchlax are also more likely to attract rarer wild Pokémon.
Line 33: Line 33:


===Munchlax trees===
===Munchlax trees===
Which four Honey trees can contain Munchlax depends on the player's [[Trainer ID number|Trainer ID]] and {{DL|Trainer ID number|secret ID}}<ref>[http://www.smogon.com/forums/threads/past-gen-rng-research.61090/page-34#post-3986326 Past Gen RNG Research | Page 34 | Smogon Forums]</ref> (referred to herein as ''tid'' and ''sid''). These numbers are 2-byte values, and the game splits each into single bytes. ''tid''<sub>1</sub> and ''sid''<sub>1</sub> will refer to the lower byte of each ID number (calculable by <code>''id'' % 256</code>), while ''tid''<sub>2</sub> and ''sid''<sub>2</sub> will refer to the higher byte (calculable by <code>''id'' / 256</code>).
Which four Honey Trees can contain Munchlax depends on the player's [[Trainer ID number|Trainer ID]] and {{DL|Trainer ID number|secret ID}}<ref>[http://www.smogon.com/forums/threads/past-gen-rng-research.61090/page-34#post-3986326 Past Gen RNG Research | Page 34 | Smogon Forums]</ref> (referred to herein as ''tid'' and ''sid''). These numbers are 2-byte values, and the game splits each into single bytes. ''tid''<sub>1</sub> and ''sid''<sub>1</sub> will refer to the lower byte of each ID number (calculable by <code>''id'' % 256</code>), while ''tid''<sub>2</sub> and ''sid''<sub>2</sub> will refer to the higher byte (calculable by <code>''id'' / 256</code>).


The location of the four Munchlax trees is then determined as follows:
The location of the four Munchlax trees is then determined as follows:
Line 43: Line 43:
The game checks if any of these are equal. If ''A'' is equal to ''B'', ''B'' is increased by 1. The game then checks ''A'' against ''C'', followed by ''B'' against ''C'', adding 1 to ''C'' if it is equal after either check. Then the game checks ''A'' against ''D'', followed by ''B'' against ''D'', and then ''C'' against ''D'', and adds 1 to ''D'' if it is equal after any of the checks. If at any point any of ''B'', ''C'', or ''D'' would equal 21, they are set to 0 instead.
The game checks if any of these are equal. If ''A'' is equal to ''B'', ''B'' is increased by 1. The game then checks ''A'' against ''C'', followed by ''B'' against ''C'', adding 1 to ''C'' if it is equal after either check. Then the game checks ''A'' against ''D'', followed by ''B'' against ''D'', and then ''C'' against ''D'', and adds 1 to ''D'' if it is equal after any of the checks. If at any point any of ''B'', ''C'', or ''D'' would equal 21, they are set to 0 instead.


The final values of ''A'', ''B'', ''C'', and ''D'' represent the locations of the Munchlax trees. The number can be treated as a 0-based index into the list of Honey tree locations above. That is, if ''A'' = 10, that means the Honey tree on Route 212 south can contain Munchlax.
The final values of ''A'', ''B'', ''C'', and ''D'' represent the locations of the Munchlax trees. The number can be treated as a 0-based index into the list of Honey Tree locations above. That is, if ''A'' = 10, that means the Honey Tree on Route 212 south can contain Munchlax.


===Pokémon groups===
===Pokémon groups===
When the game generates a species of wild Pokémon to appear on a Honey tree, it first chooses from one of three possible "groups" of Pokémon before choosing a Pokémon from within that group. These groups are shown in the table below. The 17 non-Munchlax trees have a 70% chance of choosing from Group A, a 20% chance of choosing from Group B, a 0% chance of choosing from Group C, and a 10% chance of choosing no encounter. The four Munchlax trees have a 20% chance of choosing from Group A, a 70% chance of choosing from Group B, a 1% chance of choosing from Group C, and a 9% chance of choosing no encounter.
When the game generates a species of wild Pokémon to appear on a Honey Tree, it first chooses from one of three possible "groups" of Pokémon before choosing a Pokémon from within that group. These groups are shown in the table below. The 17 non-Munchlax trees have a 70% chance of choosing from Group A, a 20% chance of choosing from Group B, a 0% chance of choosing from Group C, and a 10% chance of choosing no encounter. The four Munchlax trees have a 20% chance of choosing from Group A, a 70% chance of choosing from Group B, a 1% chance of choosing from Group C, and a 9% chance of choosing no encounter.


{| class="roundy" style="text-align:center; background:#{{gold color}}; border:3px solid #{{gold color dark}}"
{| class="roundy" style="text-align:center; background:#{{gold color}}; border:3px solid #{{gold color dark}}"
Line 180: Line 180:


==In the anime==
==In the anime==
[[File:Barry Straw Hat.png|thumb|250px|Honey being slathered on a Honey tree in the {{pkmn|anime}}]]
[[File:Barry Straw Hat.png|thumb|250px|Honey being slathered on a Honey Tree in the {{pkmn|anime}}]]
In ''[[DP030|Some Enchanted Sweetening!]]'', Honey was slathered on a tree, attracting several wild {{type|Bug}} and {{type|Grass}} Pokémon as well Ash's {{TP|Dawn|Aipom}} and a wild {{TP|Cheryl|Burmy}}. The Honey appeared to have been slathered by [[Cheryl]], who wanted to catch a male Burmy to help her find the Enchanted Honey. Cheryl later explained to the group that Enchanted Honey was Honey gathered by {{p|Combee}} in the [[Amber Castle]], located deep in [[Eterna Forest]], which is said to be hundreds of times sweeter than normal Honey.
In ''[[DP030|Some Enchanted Sweetening!]]'', Honey was slathered on a tree, attracting several wild {{type|Bug}} and {{type|Grass}} Pokémon as well Ash's {{TP|Dawn|Aipom}} and a wild {{TP|Cheryl|Burmy}}. The Honey appeared to have been slathered by [[Cheryl]], who wanted to catch a male Burmy to help her find the Enchanted Honey. Cheryl later explained to the group that Enchanted Honey was Honey gathered by {{p|Combee}} in the [[Amber Castle]], located deep in [[Eterna Forest]], which is said to be hundreds of times sweeter than normal Honey.


Line 190: Line 190:
{{-}}
{{-}}
==In the manga==
==In the manga==
[[File:Honey tree DPA.png|thumb|left|200px|A Honey tree in Diamond and Pearl Adventure!]]
[[File:Honey tree DPA.png|thumb|left|200px|A Honey Tree in Diamond and Pearl Adventure!]]
===In the Pokémon Adventures manga===
===In the Pokémon Adventures manga===
In ''[[PS343|Honey for Combee]]'', as {{adv|Diamond}}, {{adv|Pearl}}, and {{adv|Platinum}} ventured into [[Floaroma Meadow]], Diamond and his Pokémon smelled Honey and ran off to lick it off a tree, only to be attacked by a swarm of angry {{p|Combee}}, whom the Honey had been meant for. Later, the trio ventured into the [[Valley Windworks]], where they met [[Mars]], who filled the Windworks control room with {{m|Sandstorm|sand}} in order to do away with them. Pearl and Platinum ended up outside the building and were able to uncover Diamond's location inside the building and save him thanks to a group of Combee being attracted by the scent of Honey on Diamond and his Pokémon.
In ''[[PS343|Honey for Combee]]'', as {{adv|Diamond}}, {{adv|Pearl}}, and {{adv|Platinum}} ventured into [[Floaroma Meadow]], Diamond and his Pokémon smelled Honey and ran off to lick it off a tree, only to be attacked by a swarm of angry {{p|Combee}}, whom the Honey had been meant for. Later, the trio ventured into the [[Valley Windworks]], where they met [[Mars]], who filled the Windworks control room with {{m|Sandstorm|sand}} in order to do away with them. Pearl and Platinum ended up outside the building and were able to uncover Diamond's location inside the building and save him thanks to a group of Combee being attracted by the scent of Honey on Diamond and his Pokémon.