Card Flip

This commit is contained in:
PikalaxALT
2015-12-11 16:59:40 -05:00
parent b65fe57db6
commit ecd277204a
22 changed files with 653 additions and 600 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -556,13 +556,13 @@ Function109a95: ; 109a95 (42:5a95)
ld bc, $14
ld a, $1
call ByteFill
call Function3200
call WaitBGMap2
xor a
ld [hBGMapMode], a
ld [hBGMapAddress], a
hlcoord 0, 0
call Function109aff
call Function3200
call WaitBGMap2
ret
Function109aff: ; 109aff (42:5aff)

View File

@@ -1149,7 +1149,7 @@ TilesetColorTest:
ld [hMapAnims], a
call ClearSprites
call OverworldTextModeSwitch
call Function3200
call WaitBGMap2
xor a
ld [hBGMapMode], a
ld de, DebugColorTestGFX + $10
@@ -1184,7 +1184,7 @@ TilesetColorTest:
call Function821d2
call Function821f4
call Function8220f
call Function3200
call WaitBGMap2
ld [wJumptableIndex], a
ld a, $40
ld [hWY], a

View File

@@ -1036,7 +1036,7 @@ StartTitleScreen: ; 6219
ld hl, rLCDC
res 2, [hl]
call ClearScreen
call Function3200
call WaitBGMap2
xor a
ld [hLCDStatCustom], a
ld [hSCX], a

View File

@@ -15,7 +15,7 @@ LinkCommunications: ; 28000
call LoadStandardFont
call LoadFontsBattleExtra
callba Function16d69a
call Function3200
call WaitBGMap2
hlcoord 3, 8
ld b, $2
ld c, $c
@@ -26,7 +26,7 @@ LinkCommunications: ; 28000
ld de, String28419
call PlaceString
call Function28eff
call Function3200
call WaitBGMap2
ld hl, wcf5d
xor a
ld [hli], a
@@ -497,7 +497,7 @@ Function283b2: ; 283b2
call ClearScreen
ld b, SCGB_08
call GetSGBLayout
call Function3200
call WaitBGMap2
ret
; 283ed
@@ -1311,7 +1311,7 @@ Function2888b: ; 2888b
ld [wcfa5], a
xor a
ld [wcfa6], a
call Function3200
call WaitBGMap2
Function288c5: ; 288c5
callba Function16d70c
@@ -1602,7 +1602,7 @@ Function28b22: ; 28b22
call ClearScreen
ld b, SCGB_08
call GetSGBLayout
call Function3200
call WaitBGMap2
xor a
ld [wcfbb], a
xor a
@@ -1721,7 +1721,7 @@ Function28b87: ; 28b87
call Function1bd3
push af
call Call_ExitMenu
call Function3200
call WaitBGMap2
pop af
bit 1, a
jr nz, .asm_28c33

View File

@@ -388,7 +388,7 @@ Function49f16: ; 49f16
ld de, String_0x49fe9
hlcoord 1, 14
call PlaceString
call Function3200
call WaitBGMap2
call SetPalettes
call Function1bc9
ld hl, MenuSelection2
@@ -1071,7 +1071,7 @@ Function4a4c4: ; 4a4c4 (12:64c4)
ld e, l
hlcoord 1, 16
call PlaceString
call Function3200
call WaitBGMap2
call SetPalettes
call Function1bc9
ld hl, MenuSelection2

View File

@@ -379,7 +379,7 @@ Functionfb8c8: ; fb8c8
call LoadFontsExtra
call LoadStandardFont
callba Pokedex_PlaceFrontpicTopLeftCorner
call Function3200
call WaitBGMap2
callba GetEnemyMonDVs
ld a, [hli]
ld [TempMonDVs], a

View File

@@ -31,7 +31,7 @@ _TownMap: ; 9191c
xor a
ld [hBGMapMode], a
call Function91a04
call Function3200
call WaitBGMap2
ld a, [wd002]
call Function9106a
ld a, [wd003]