This commit is contained in:
PikalaxALT
2015-11-20 11:47:52 -05:00
parent b023056259
commit 812976cee6
81 changed files with 1765 additions and 1740 deletions

View File

@@ -7,7 +7,7 @@ PlayWhirlpoolSound: ; 8c7d4
; 8c7e1
BlindingFlash: ; 8c7e1
callba FadeOutPalettes
callba RotatePalettesRightPalettes
ld hl, StatusFlags
set 2, [hl]
callba Function8c0e5
@@ -15,7 +15,7 @@ BlindingFlash: ; 8c7e1
ld b, SCGB_09
call GetSGBLayout
callba Function49409
callba FadeInPalettes
callba RotatePalettesLeftPalettes
ret
; 8c80a

View File

@@ -40,7 +40,7 @@ RedCredits:: ; 86455
ld [MusicFadeIDHi], a
ld a, $a
ld [MusicFade], a
callba FadeOutPalettes
callba RotatePalettesRightPalettes
xor a
ld [VramState], a
ld [hMapAnims], a
@@ -63,7 +63,7 @@ Function8648e: ; 8648e
ld [MusicFadeIDHi], a
ld a, 10
ld [MusicFade], a
callba FadeOutPalettes
callba RotatePalettesRightPalettes
xor a
ld [VramState], a
ld [hMapAnims], a
@@ -114,7 +114,7 @@ Function864c3: ; 864c3
call Function86810
ld a, $4
ld [MusicFade], a
call FadeToWhite
call RotateThreePalettesRight
ld c, 8
call DelayFrames
ret

View File

@@ -158,7 +158,7 @@ endr
; 8cd27
DrawMagnetTrain: ; 8cd27
ld hl, VBGMap0
hlbgcoord 0, 0
xor a
.asm_8cd2b
call GetMagnetTrainBGTiles
@@ -167,19 +167,19 @@ DrawMagnetTrain: ; 8cd27
inc a
cp $12
jr c, .asm_8cd2b
ld hl, VBGMap0 tile $0c
hlbgcoord 0, 6
ld de, MagnetTrainTilemap1
ld c, 20
call .FillLine
ld hl, VBGMap0 tile $0e
hlbgcoord 0, 7
ld de, MagnetTrainTilemap2
ld c, 20
call .FillLine
ld hl, VBGMap0 tile $10
hlbgcoord 0, 8
ld de, MagnetTrainTilemap3
ld c, 20
call .FillLine
ld hl, VBGMap0 tile $12
hlbgcoord 0, 9
ld de, MagnetTrainTilemap4
ld c, 20
call .FillLine
@@ -262,25 +262,25 @@ SetMagnetTrainPals: ; 8cdc3
ld [rVBK], a
; bushes
ld hl, VBGMap0
ld bc, 8 tiles
hlbgcoord 0, 0
ld bc, 4 bgrows
ld a, $2
call ByteFill
; train
ld hl, VBGMap0 tile $08
ld bc, 20 tiles
hlbgcoord 0, 4
ld bc, 10 bgrows
xor a
call ByteFill
; more bushes
ld hl, VBGMap0 tile $1c
ld bc, 8 tiles
hlbgcoord 0, 14
ld bc, 4 bgrows
ld a, $2
call ByteFill
; train window
ld hl, VBGMap0 tile $10 + 7
hlbgcoord 7, 8
ld bc, 6
ld a, $4
call ByteFill

View File

@@ -52,12 +52,12 @@ SacredAshScript: ; 0x50821
special HealParty
reloadmappart
playsound SFX_WARP_TO
special FadeOutPalettes
special FadeInPalettes
special FadeOutPalettes
special FadeInPalettes
special FadeOutPalettes
special FadeInPalettes
special RotatePalettesRightPalettes
special RotatePalettesLeftPalettes
special RotatePalettesRightPalettes
special RotatePalettesLeftPalettes
special RotatePalettesRightPalettes
special RotatePalettesLeftPalettes
waitbutton
writetext UnknownText_0x50845
playsound SFX_CAUGHT_MON

View File

@@ -10,7 +10,7 @@ Script_OverworldWhiteout:: ; 0x124c8
Script_Whiteout: ; 0x124ce
writetext .WhitedOutText
closetext
special FadeOutPalettes
special RotatePalettesRightPalettes
pause 40
special HealParty
checkflag ENGINE_BUG_CONTEST_TIMER
@@ -37,7 +37,7 @@ OverworldBGMap: ; 124fa
call ClearScreen
call Function3200
call HideSprites
call Function4f0
call RotateThreePalettesLeft
ret
; 1250a