ItemDex/RB:106: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
>Bbbbbbbbba
m (For some reason, the unused strings use a different spelling for the loanword "badge"...)
>Bbbbbbbbba
m (Added reference.)
Line 17: Line 17:
This glitch item's effect pointer is DA47 in WRAM, which stores the number of Safari Balls remaining, followed by the Day Care data and stored Pokémon data, similar to Japanese Red/Green/Blue's [[ItemDexJP/RGB:103|なかよしバッヂ]]. However, it is slightly harder to use for [[arbitrary code execution]] than its Japanese counterpart, because in the English version, none of the characters available for Pokémon nicknames corresponds to a useful jump instruction.
This glitch item's effect pointer is DA47 in WRAM, which stores the number of Safari Balls remaining, followed by the Day Care data and stored Pokémon data, similar to Japanese Red/Green/Blue's [[ItemDexJP/RGB:103|なかよしバッヂ]]. However, it is slightly harder to use for [[arbitrary code execution]] than its Japanese counterpart, because in the English version, none of the characters available for Pokémon nicknames corresponds to a useful jump instruction.


Regardless, using the Day Care data for bootstrapping can result in a quicker and less obtrusive setup than other ACE items like [[ItemDex/RB:093|8F]] (whose bootstrapping setup takes up space in the party). A setup, designed by Luckytyphlosion, gets around the character set problem by nicknaming the Day Care Pokémon with a glitch character (corresponding to a jump instruction) ''after'' the 0x50 terminator, which is achieved through manipulation of a text buffer.
Regardless, using the Day Care data for bootstrapping can result in a quicker and less obtrusive setup than other ACE items like [[ItemDex/RB:093|8F]] (whose bootstrapping setup takes up space in the party). A setup, designed by luckytyphlosion, gets around the character set problem by nicknaming the Day Care Pokémon with a glitch character (corresponding to a jump instruction) ''after'' the 0x50 terminator, which is achieved through manipulation of a text buffer.<ref>[https://pastebin.com/e3MRpspZ -gm ACE setup (Pokémon Red/Blue EN, FR, ES, HR, IT)] by luckytyphlosion</ref>


==Bootstrapping==
==Bootstrapping==
Line 62: Line 62:
$DA50 <- E9 || jp hl ; pc = D320
$DA50 <- E9 || jp hl ; pc = D320


==References==
{{clr}}
<references />

[[Category:Glitch items]]
[[Category:Glitch items]]
[[Category:Pokémon Red and Blue glitch items]]
[[Category:Pokémon Red and Blue glitch items]]