summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2013-08-20 00:41:40 -0400
committerU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2013-08-20 00:41:40 -0400
commit77c1b0dee906d1f9d0a3df8ce4566304e0d325db (patch)
treef8dcf14b6778d8b533bdcb5e4533303ff6da31c6
parent3aa3699bf088606f64d3427ccb49fc293418ccda (diff)
Fixed intro fight front sprite
-rwxr-xr-x[-rw-r--r--]gfx/blue/introfight.2bppbin1680 -> 1744 bytes
-rwxr-xr-x[-rw-r--r--]gfx/red/introfight.2bppbin1680 -> 1744 bytes
-rw-r--r--main.asm7
3 files changed, 3 insertions, 4 deletions
diff --git a/gfx/blue/introfight.2bpp b/gfx/blue/introfight.2bpp
index 76d7070a..4666bbf9 100644..100755
--- a/gfx/blue/introfight.2bpp
+++ b/gfx/blue/introfight.2bpp
Binary files differ
diff --git a/gfx/red/introfight.2bpp b/gfx/red/introfight.2bpp
index 62c20894..bbed4572 100644..100755
--- a/gfx/red/introfight.2bpp
+++ b/gfx/red/introfight.2bpp
Binary files differ
diff --git a/main.asm b/main.asm
index abf0c72d..c1151f91 100644
--- a/main.asm
+++ b/main.asm
@@ -68523,10 +68523,10 @@ Func_41852: ; 41852 (10:5852)
ld bc, $140
ld a, BANK(GameFreakIntro)
call FarCopyData2
- ld hl, Unknown_42099 ; $6099
+ ld hl, FightIntroFrontMon ; $6099
ld de, $8000
ld bc, $6c0
- ld a, BANK(Unknown_42099)
+ ld a, BANK(FightIntroFrontMon)
jp FarCopyData2
; known jump sources: 41688 (10:5688)
@@ -68617,8 +68617,7 @@ INCBIN "gfx/gamefreak_intro.2bpp"
FightIntroBackMon: ; 41a99 (10:5a99)
INCBIN "gfx/intro_fight.2bpp"
-Unknown_42099: ; 42099 (10:6099)
-INCBIN "baserom.gbc",$42099,$420d9 - $42099
+FightIntroFrontMon: ; 42099 (10:6099)
IF _RED
INCBIN "gfx/red/introfight.2bpp"