mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-15 09:36:41 +13:00
MinimizedMonSprite 1bpp gfx.
This commit is contained in:
parent
2fd36482f0
commit
64ea3c5d38
1
gfx/minimized_mon_sprite.1bpp
Normal file
1
gfx/minimized_mon_sprite.1bpp
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
<~<$
|
||||||
6
main.asm
6
main.asm
|
|
@ -114701,7 +114701,7 @@ AnimationMinimizeMon: ; 7959f (1e:559f)
|
||||||
pop hl
|
pop hl
|
||||||
ld de, $194
|
ld de, $194
|
||||||
add hl, de
|
add hl, de
|
||||||
ld de, Unknown_795c4 ; $55c4
|
ld de, MinimizedMonSprite ; $55c4
|
||||||
ld c, $5
|
ld c, $5
|
||||||
.asm_795b4
|
.asm_795b4
|
||||||
ld a, [de]
|
ld a, [de]
|
||||||
|
|
@ -114714,8 +114714,8 @@ AnimationMinimizeMon: ; 7959f (1e:559f)
|
||||||
call Delay3
|
call Delay3
|
||||||
jp AnimationShowMonPic
|
jp AnimationShowMonPic
|
||||||
|
|
||||||
Unknown_795c4: ; 795c4 (1e:55c4)
|
MinimizedMonSprite: ; 795c4 (1e:55c4)
|
||||||
INCBIN "baserom.gbc",$795c4,$795c9 - $795c4
|
INCBIN "gfx/minimized_mon_sprite.1bpp"
|
||||||
|
|
||||||
AnimationSlideMonDownAndHide: ; 795c9 (1e:55c9)
|
AnimationSlideMonDownAndHide: ; 795c9 (1e:55c9)
|
||||||
; Slides the mon's sprite down and disappears. Used in Acid Armor.
|
; Slides the mon's sprite down and disappears. Used in Acid Armor.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue