Guides:Coin Case ACE: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
Line 160: Line 160:
F6 FF or $FF ; Set a to $FF, set carry flag to 0.
F6 FF or $FF ; Set a to $FF, set carry flag to 0.
EA 80 F5 ld (F580), a ; $F580 is an echo ram copy of $D580, which corresponds to TM03's quantity.
EA 80 F5 ld (F580), a ; $F580 is an echo ram copy of $D580, which corresponds to TM03's quantity.
D0 ret nc ; Thanks to the preparatory work done by the mail, allow safe return to normal game operation.
D0 ret nc
</pre>
</pre>