diff options
| author | Pokeglitch <pokeglitchx@gmail.com> | 2018-08-21 08:47:37 -0400 |
|---|---|---|
| committer | Pokeglitch <pokeglitchx@gmail.com> | 2018-08-21 08:47:37 -0400 |
| commit | 27e02c59d9b912e24ed6c6b94020e283b2146b04 (patch) | |
| tree | 8b3d3590b8cd6b6453a0a30dc5aa8b3294b37674 /engine | |
| parent | 4db23afba63048acbb97b42b4c38eae8192f16ec (diff) | |
Extracted corrupted gfx
Diffstat (limited to 'engine')
| -rwxr-xr-x | engine/dumps/bank02.asm | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/engine/dumps/bank02.asm b/engine/dumps/bank02.asm index e1d463f..76b3835 100755 --- a/engine/dumps/bank02.asm +++ b/engine/dumps/bank02.asm @@ -2778,22 +2778,23 @@ Function96eb: ; 02:56eb ret Function9704: ; 02:5704 - call .sub_9710 + call Function9710 push de call Function980a pop hl call Function97be ret -.sub_9710 + +Function9710: ; 02:5710 ld a, [wce5f] bit 3, a jr nz, .sub_971e ld hl, UnusedSGBBorderGFX - ld de, $5e1c + ld de, Corrupted9e1cGFX ret .sub_971e ld hl, SGBBorderGFX - ld de, $666c + ld de, Corrupteda66cGFX ret Function9725: ; 02:5725 |
