summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2013-08-20 00:17:31 -0400
committerU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2013-08-20 00:17:31 -0400
commit3aa3699bf088606f64d3427ccb49fc293418ccda (patch)
tree218c2b2970e873c92181d07572bdc3cb57ebc308
parent54194adbe5a4bf363000e2508bd82dadda654ac8 (diff)
Added intro fight tiles to gfx
-rwxr-xr-xgfx/intro_fight.2bppbin0 -> 1536 bytes
-rw-r--r--main.asm8
2 files changed, 4 insertions, 4 deletions
diff --git a/gfx/intro_fight.2bpp b/gfx/intro_fight.2bpp
new file mode 100755
index 00000000..5672e387
--- /dev/null
+++ b/gfx/intro_fight.2bpp
Binary files differ
diff --git a/main.asm b/main.asm
index bc9b1d01..abf0c72d 100644
--- a/main.asm
+++ b/main.asm
@@ -68508,10 +68508,10 @@ INCBIN "baserom.gbc",$41849,$41852 - $41849
; known jump sources: 418ad (10:58ad)
Func_41852: ; 41852 (10:5852)
- ld hl, Unknown_41a99 ; $5a99
+ ld hl, FightIntroBackMon ; $5a99
ld de, $9000
ld bc, $600
- ld a, BANK(Unknown_41a99)
+ ld a, BANK(FightIntroBackMon)
call FarCopyData2
ld hl, GameFreakIntro ; $5959
ld de, $9600
@@ -68614,8 +68614,8 @@ INCBIN "baserom.gbc",$41950,$41959 - $41950
GameFreakIntro: ; 41959 (10:5959)
INCBIN "gfx/gamefreak_intro.2bpp"
-Unknown_41a99: ; 41a99 (10:5a99)
-INCBIN "baserom.gbc",$41a99,$42099 - $41a99
+FightIntroBackMon: ; 41a99 (10:5a99)
+INCBIN "gfx/intro_fight.2bpp"
Unknown_42099: ; 42099 (10:6099)
INCBIN "baserom.gbc",$42099,$420d9 - $42099