GlitchDexES/RB:195: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
Line 72: Line 72:


There is a way to unlock the SRAM using [[OAM DMA hijacking]] to get the actual value of BBB0; with the following code:
There is a way to unlock the SRAM using [[OAM DMA hijacking]] to get the actual value of BBB0; with the following code:
<pre>

ld a,xx (replace xx with desired bank)
xor a
ld (4000),a
ld (4000),a
ld a,0a
ld a,0a
ld (0000),a
ld (0000),a
ret
ret
</pre>


==Level-up moves==
==Level-up moves==