ref: bfef13bfa25e3d4300d71bbf4818c249bc498f80
parent: e67ba5b197c973405e23bff02cdce352e2a4459e
author: stag019 <[email protected]>
date: Sat Jan 14 11:33:58 EST 2012
Adding graphical differences between Red/Blue. hg-commit-id: 9dfe76962f8c
--- a/common.asm
+++ b/common.asm
@@ -14205,8 +14205,17 @@
VictreebelPicBack:
INCBIN "pic/monback/victreebelb.pic"
-INCBIN "baserom.gbc",$37244,$3e88-$3244
+INCBIN "baserom.gbc",$37244,$37AF1-$37244
+IF _RED
+ INCBIN "gfx/red/slotmachine1.2bpp"
+ENDC
+IF _BLUE
+ INCBIN "gfx/blue/slotmachine1.2bpp"
+ENDC
+
+INCBIN "baserom.gbc",$37CA1,$37e88-$37CA1
+
SECTION "bankE",DATA,BANK[$E]
Attacks: ; 4000
@@ -20232,8 +20241,16 @@
db DEX_BELLSPROUT
db DEX_WEEPINBELL
db DEX_VICTREEBEL
-INCBIN "baserom.gbc",$410E2,$2769 - $10E2
+INCBIN "baserom.gbc",$410E2,$20D9 - $10E2
+
+IF _RED
+ INCBIN "gfx/red/introfight.2bpp"
+ENDC
+IF _BLUE
+ INCBIN "gfx/blue/introfight.2bpp"
+ENDC
+
; XXX what do these do
FuncCoord 5,0
ld hl,Coord
@@ -35718,8 +35735,24 @@
RGB 3,2,2
BorderPalettes: ; 6788
-INCBIN "baserom.gbc",$72788,$4000 - $2788
+IF _RED
+ INCBIN "gfx/red/sgbborder.map"
+ENDC
+IF _BLUE
+ INCBIN "gfx/blue/sgbborder.map"
+ENDC
+INCBIN "baserom.gbc",$72E88,$2FE8 - $2E88
+
+IF _RED
+ INCBIN "gfx/red/sgbborder.2bpp"
+ENDC
+IF _BLUE
+ INCBIN "gfx/blue/sgbborder.2bpp"
+ENDC
+
+INCBIN "baserom.gbc",$735E8,$4000 - $35E8
+
SECTION "bank1D",DATA,BANK[$1D]
INCBIN "baserom.gbc",$74000,$74010 - $74000
@@ -37986,7 +38019,14 @@
.AnimationOver\@ ; 417B
ret
-INCBIN "baserom.gbc",$7817C,$78D5E - $7817C
+INCBIN "baserom.gbc",$7817C,$78BDE - $7817C
+
+IF _RED
+ INCBIN "gfx/red/slotmachine2.2bpp"
+ENDC
+IF _BLUE
+ INCBIN "gfx/blue/slotmachine2.2bpp"
+ENDC
AttackAnimation: ; 4D5E
push hl
binary files /dev/null b/gfx/blue/sgbborder.2bpp differ
binary files /dev/null b/gfx/blue/sgbborder.map differ
binary files a/gfx/blue/supergameboyborder.2bpp /dev/null differ
binary files /dev/null b/gfx/red/sgbborder.2bpp differ
binary files /dev/null b/gfx/red/sgbborder.map differ
binary files a/gfx/red/supergameboyborder.2bpp /dev/null differ