mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Fixed intro fight front sprite
This commit is contained in:
parent
3aa3699bf0
commit
77c1b0dee9
BIN
gfx/blue/introfight.2bpp
Normal file → Executable file
BIN
gfx/blue/introfight.2bpp
Normal file → Executable file
Binary file not shown.
BIN
gfx/red/introfight.2bpp
Normal file → Executable file
BIN
gfx/red/introfight.2bpp
Normal file → Executable file
Binary file not shown.
7
main.asm
7
main.asm
|
@ -68523,10 +68523,10 @@ Func_41852: ; 41852 (10:5852)
|
||||||
ld bc, $140
|
ld bc, $140
|
||||||
ld a, BANK(GameFreakIntro)
|
ld a, BANK(GameFreakIntro)
|
||||||
call FarCopyData2
|
call FarCopyData2
|
||||||
ld hl, Unknown_42099 ; $6099
|
ld hl, FightIntroFrontMon ; $6099
|
||||||
ld de, $8000
|
ld de, $8000
|
||||||
ld bc, $6c0
|
ld bc, $6c0
|
||||||
ld a, BANK(Unknown_42099)
|
ld a, BANK(FightIntroFrontMon)
|
||||||
jp FarCopyData2
|
jp FarCopyData2
|
||||||
|
|
||||||
; known jump sources: 41688 (10:5688)
|
; known jump sources: 41688 (10:5688)
|
||||||
|
@ -68617,8 +68617,7 @@ INCBIN "gfx/gamefreak_intro.2bpp"
|
||||||
FightIntroBackMon: ; 41a99 (10:5a99)
|
FightIntroBackMon: ; 41a99 (10:5a99)
|
||||||
INCBIN "gfx/intro_fight.2bpp"
|
INCBIN "gfx/intro_fight.2bpp"
|
||||||
|
|
||||||
Unknown_42099: ; 42099 (10:6099)
|
FightIntroFrontMon: ; 42099 (10:6099)
|
||||||
INCBIN "baserom.gbc",$42099,$420d9 - $42099
|
|
||||||
|
|
||||||
IF _RED
|
IF _RED
|
||||||
INCBIN "gfx/red/introfight.2bpp"
|
INCBIN "gfx/red/introfight.2bpp"
|
||||||
|
|
Loading…
Reference in a new issue