mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-03-21 17:45:52 -05:00
gfx: identify boulder dust
This is the Tile that is shown when using STRENGTH on boulders. Only 1 tile instead of 2 in final. Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
This commit is contained in:
parent
910bed2381
commit
d59b40b08b
|
|
@ -724,10 +724,10 @@ Function8459:
|
|||
|
||||
Function8468:
|
||||
ld [hl], $00
|
||||
ld hl, UnknownBallGFX
|
||||
ld hl, BoulderDustGFX
|
||||
ld de, vChars1 + $7c0
|
||||
ld b, $01
|
||||
ld c, BANK(UnknownBallGFX)
|
||||
ld c, BANK(BoulderDustGFX)
|
||||
jp Function8419
|
||||
|
||||
Function8477:
|
||||
|
|
|
|||
19
gfx/gfx.asm
19
gfx/gfx.asm
|
|
@ -5,18 +5,13 @@ PokedexNestIconGFX::
|
|||
INCBIN "gfx/trainer_gear/dexmap_nest_icon.1bpp"
|
||||
|
||||
SECTION "gfx.asm@Bank 2 Misc GFX", ROMX
|
||||
UnknownBouncingOrbGFX::
|
||||
INCBIN "gfx/overworld/gfx_84bf.2bpp"
|
||||
JumpShadowGFX::
|
||||
INCBIN "gfx/overworld/shadow.2bpp"
|
||||
ShockEmoteGFX::
|
||||
INCBIN "gfx/overworld/shock.2bpp"
|
||||
QuestionEmoteGFX::
|
||||
INCBIN "gfx/overworld/question.2bpp"
|
||||
HappyEmoteGFX::
|
||||
INCBIN "gfx/overworld/happy.2bpp"
|
||||
UnknownBallGFX::
|
||||
INCBIN "gfx/overworld/gfx_85cf.2bpp"
|
||||
UnknownBouncingOrbGFX:: INCBIN "gfx/overworld/gfx_84bf.2bpp"
|
||||
JumpShadowGFX:: INCBIN "gfx/overworld/shadow.2bpp"
|
||||
EmoteGFX::
|
||||
ShockEmoteGFX:: INCBIN "gfx/overworld/shock.2bpp"
|
||||
QuestionEmoteGFX:: INCBIN "gfx/overworld/question.2bpp"
|
||||
HappyEmoteGFX:: INCBIN "gfx/overworld/happy.2bpp"
|
||||
BoulderDustGFX:: INCBIN "gfx/overworld/boulder_dust.2bpp"
|
||||
|
||||
SECTION "gfx.asm@Trainer Gear GFX", ROMX
|
||||
TrainerGearGFX::
|
||||
|
|
|
|||
BIN
gfx/overworld/boulder_dust.png
Normal file
BIN
gfx/overworld/boulder_dust.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 268 B |
Loading…
Reference in New Issue
Block a user