Guides:Fast 0x1500 ACE: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
Line 918: Line 918:
===Effect of the reset box name code===
===Effect of the reset box name code===


Converting the characters from box names to assembly results in the following code. This code overwrites the latter half of party pokémon #3's stat experience data, allowing it to function as a TM25 bootstrap that redirects execution to the Mail Writer.
Converting the characters from box names to assembly results in the following code. This code writes the required bootstrap to $DA10, the entrance point of Wrong Pocket TM15. This area of memory is unused but is preserved during saves.


====English====
====English====
Line 983: Line 983:
D6 86 sub $86 ; a = $75
D6 86 sub $86 ; a = $75
F7 rst30h ; hl = $FB75, de = $C4C5, jump to hl
F7 rst30h ; hl = $FB75, de = $C4C5, jump to hl
</pre>


====Italian & Spanish====
====Italian & Spanish====