You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Local labels starting with capital letters are now decorated with a trailing colon; remove trailing whitespace; globally correct line endings to UNIX style
This commit is contained in:
@@ -213,7 +213,7 @@ endr
|
||||
SlotsJumptable: ; 92844 (24:6844)
|
||||
jumptable .Jumptable, wJumptableIndex
|
||||
|
||||
.Jumptable
|
||||
.Jumptable:
|
||||
dw Slots_Init ; 00
|
||||
dw Slots_BetAndStart ; 01
|
||||
dw Slots_WaitStart ; 02
|
||||
@@ -358,7 +358,7 @@ Slots_FlashIfWin: ; 92955 (24:6955)
|
||||
call Slots_Next
|
||||
ret
|
||||
|
||||
.GotIt
|
||||
.GotIt:
|
||||
call Slots_Next
|
||||
ld a, 16
|
||||
ld [wcf64], a
|
||||
@@ -801,7 +801,7 @@ Function92bd4: ; 92bd4 (24:6bd4)
|
||||
; 92be4 (24:6be4)
|
||||
|
||||
.dw: ; 92be4
|
||||
|
||||
|
||||
dw ReelAction_DoNothing ; 00
|
||||
dw Slots_StopReelIgnoreJoypad ; 01
|
||||
dw ReelAction_QuadrupleRate ; 02
|
||||
@@ -893,7 +893,7 @@ Slots_StopReelIgnoreJoypad: ; 92c4c
|
||||
dec [hl]
|
||||
ret
|
||||
|
||||
.EndReel
|
||||
.EndReel:
|
||||
ld hl, wReel1ReelAction - wReel1
|
||||
add hl, bc
|
||||
ld a, $0
|
||||
@@ -914,7 +914,7 @@ ReelAction_StopReel1: ; 92c5e
|
||||
dec [hl]
|
||||
call .CheckForBias
|
||||
ret nz
|
||||
.NoBias
|
||||
.NoBias:
|
||||
call Slots_StopReel
|
||||
ret
|
||||
|
||||
@@ -955,7 +955,7 @@ ReelAction_StopReel2: ; 92c86
|
||||
dec [hl]
|
||||
ret
|
||||
|
||||
.NoBias
|
||||
.NoBias:
|
||||
call Slots_StopReel
|
||||
ret
|
||||
|
||||
@@ -975,7 +975,7 @@ ReelAction_StopReel3: ; 92ca9
|
||||
dec [hl]
|
||||
ret
|
||||
|
||||
.NoMatch
|
||||
.NoMatch:
|
||||
ld a, [wSlotBias]
|
||||
cp SLOTS_NOMATCH
|
||||
jr z, .NoBias
|
||||
@@ -987,7 +987,7 @@ ReelAction_StopReel3: ; 92ca9
|
||||
dec [hl]
|
||||
ret
|
||||
|
||||
.NoBias
|
||||
.NoBias:
|
||||
call Slots_StopReel
|
||||
ret
|
||||
|
||||
@@ -1177,7 +1177,7 @@ ReelAction_DropReel: ; 92dca
|
||||
call Slots_StopReel
|
||||
ret
|
||||
|
||||
.EggAgain
|
||||
.EggAgain:
|
||||
ld hl, wReel1SpinRate - wReel1
|
||||
add hl, bc
|
||||
ld [hl], $0
|
||||
@@ -1234,7 +1234,7 @@ ReelAction_WaitDropReel: ; 92e31
|
||||
dec [hl]
|
||||
ret
|
||||
|
||||
.DropReel
|
||||
.DropReel:
|
||||
ld hl, wReel1ReelAction - wReel1
|
||||
add hl, bc
|
||||
dec [hl]
|
||||
@@ -1323,7 +1323,7 @@ Slots_CheckMatchedFirstTwoReels: ; 92e94
|
||||
; 92ebd
|
||||
|
||||
.Jumptable: ; 92ebd
|
||||
|
||||
|
||||
dw .zero
|
||||
dw .one
|
||||
dw .two
|
||||
@@ -1438,7 +1438,7 @@ Slots_CheckMatchedAllThreeReels: ; 92f1d
|
||||
; 92f48
|
||||
|
||||
.Jumptable: ; 92f48
|
||||
|
||||
|
||||
dw .zero
|
||||
dw .one
|
||||
dw .two
|
||||
@@ -1706,7 +1706,7 @@ Slots_AskBet: ; 9307c (24:707c)
|
||||
call PrintText
|
||||
jr .loop
|
||||
|
||||
.Start
|
||||
.Start:
|
||||
ld hl, Coins + 1
|
||||
ld a, [hl]
|
||||
sub c
|
||||
@@ -1815,7 +1815,7 @@ SlotGetPayout: ; 93124 (24:7124)
|
||||
callba MobileFn_105fe3
|
||||
ret
|
||||
|
||||
.PayoutTable
|
||||
.PayoutTable:
|
||||
dw 300
|
||||
dw 50
|
||||
dw 6
|
||||
@@ -1839,7 +1839,7 @@ SlotPayoutText: ; 93158 (24:7158)
|
||||
callba MobileFn_105fd0
|
||||
ret
|
||||
|
||||
.MatchedSomething
|
||||
.MatchedSomething:
|
||||
srl a
|
||||
ld e, a
|
||||
ld d, 0
|
||||
@@ -1961,7 +1961,7 @@ SlotMachine_AnimateGolem: ; 9321d (24:721d)
|
||||
jp [hl]
|
||||
|
||||
.Jumptable: ; 9322d (24:722d)
|
||||
|
||||
|
||||
dw .init
|
||||
dw .fall
|
||||
dw .roll
|
||||
@@ -2062,7 +2062,7 @@ Slots_AnimateChansey: ; 932ac (24:72ac)
|
||||
jp [hl]
|
||||
|
||||
.Jumptable: ; 932bc (24:72bc)
|
||||
|
||||
|
||||
dw .walk
|
||||
dw .one
|
||||
dw .two
|
||||
|
||||
Reference in New Issue
Block a user