Pokémon Blue any% No Save Corruption speedrun route: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
m (Text replacement - "<MN>" to "{{MN}}")
m (Text replacement - "(\bld(?:|i|l|d|h) (?:.+, ?)?)\((.+)\)" to "$1[$2]")
Line 114: Line 114:
| $F9AC || AC || '''xor h''' || rowspan=9 | OT name of enemy Pokémon 1<br/>(Actually the player's name) || m || a = 0x07
| $F9AC || AC || '''xor h''' || rowspan=9 | OT name of enemy Pokémon 1<br/>(Actually the player's name) || m || a = 0x07
|-
|-
| $F9AD || E2 || '''ld ($FF00+c), a''' || {{MN}} || ($FFF0) = 0x07
| $F9AD || E2 || '''ld [$FF00+c], a''' || {{MN}} || ($FFF0) = 0x07
|-
|-
| $F9AE || A0 || '''and b''' || a || a = 0x00, f = 0xA0 (zero and half-carry flags set)
| $F9AE || A0 || '''and b''' || a || a = 0x00, f = 0xA0 (zero and half-carry flags set)
|-
|-
| $F9AF || F2 || '''ld a, ($FF00+c)''' || . || a = 0x07
| $F9AF || F2 || '''ld a, [$FF00+c]''' || . || a = 0x07
|-
|-
| $F9B0 || F5 || '''push af''' || ♀ || Pushes 0x07A0 onto the stack
| $F9B0 || F5 || '''push af''' || ♀ || Pushes 0x07A0 onto the stack
Line 132: Line 132:
| $F9B7 || AC || '''xor h''' || rowspan=9 | OT name of enemy Pokémon 2<br/>(Actually the player's name) || m || a = 0x76
| $F9B7 || AC || '''xor h''' || rowspan=9 | OT name of enemy Pokémon 2<br/>(Actually the player's name) || m || a = 0x76
|-
|-
| $F9B8 || E2 || '''ld ($FF00+c), a''' || {{MN}} || ($FFF0) = 0x76
| $F9B8 || E2 || '''ld [$FF00+c], a''' || {{MN}} || ($FFF0) = 0x76
|-
|-
| $F9B9 || A0 || '''and b''' || a || a = 0x00, f = 0xA0 (zero and half-carry flags set)
| $F9B9 || A0 || '''and b''' || a || a = 0x00, f = 0xA0 (zero and half-carry flags set)
|-
|-
| $F9BA || F2 || '''ld a, ($FF00+c)''' || . || a = 0x76
| $F9BA || F2 || '''ld a, [$FF00+c]''' || . || a = 0x76
|-
|-
| $F9BB || F5 || '''push af''' || ♀ || Pushes 0x76A0 onto the stack
| $F9BB || F5 || '''push af''' || ♀ || Pushes 0x76A0 onto the stack
Line 158: Line 158:
| $FA32 – $FA38 || 00 (*7) || nop || Unused at this point || ||
| $FA32 – $FA38 || 00 (*7) || nop || Unused at this point || ||
|-
|-
| rowspan=2 | $FA39 || rowspan=2 | 08 00 00 || rowspan=2 | ld ($0000), sp || Current meta-map script ID || 8 || rowspan=2 |
| rowspan=2 | $FA39 || rowspan=2 | 08 00 00 || rowspan=2 | ld [$0000], sp || Current meta-map script ID || 8 || rowspan=2 |
|-
|-
| Unused ||
| Unused ||