diff options
| author | SatoMew <SatoMew@users.noreply.github.com> | 2019-04-14 13:40:39 +0100 |
|---|---|---|
| committer | SatoMew <SatoMew@users.noreply.github.com> | 2019-04-14 13:40:39 +0100 |
| commit | e4f053e312b7cce44e2b4e9b8449f3e724dda0bc (patch) | |
| tree | 1497527d7cab9d9c3ac7c2abfef4c873df9d3751 /engine/dumps | |
| parent | f797052c1e96689b90f02578f4e6784af5dbcb83 (diff) | |
Identify radio graphics
Diffstat (limited to 'engine/dumps')
| -rwxr-xr-x | engine/dumps/bank02.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/dumps/bank02.asm b/engine/dumps/bank02.asm index dd77cdc..500091e 100755 --- a/engine/dumps/bank02.asm +++ b/engine/dumps/bank02.asm @@ -1443,7 +1443,7 @@ Function8ae0: ; 02:4ae0 call ClearSprites ld b, $13 call GetSGBLayout - ld hl, TrainerGear1GFX + ld hl, TrainerGearGFX ld de, vChars2 ld bc, $0200 ld a, $02 @@ -1672,9 +1672,9 @@ Function8cb7: ; 02:4cb7 call WaitForAutoBgMapTransfer ld b, $15 call GetSGBLayout - ld de, TrainerGear2GFX + ld de, RadioGFX ld hl, vTilesetEnd - lb bc, BANK(TrainerGear2GFX), $09 + lb bc, BANK(RadioGFX), $09 call Request2bpp ld de, VerticalPipeGFX ld hl, vChars0 |
