You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Remove Mobile, Battle Tower, Mystery Gift, and Odd Egg (#1)
This commit is contained in:
@@ -93,7 +93,6 @@ _SlotMachine:
|
||||
call PlaySFX
|
||||
call WaitSFX
|
||||
call ClearBGPalettes
|
||||
farcall StubbedTrainerRankings_EndSlotsWinStreak
|
||||
ld hl, wOptions
|
||||
res NO_TEXT_SCROLL, [hl]
|
||||
ld hl, rLCDC
|
||||
@@ -1839,7 +1838,6 @@ Slots_GetPayout:
|
||||
ld a, [hl]
|
||||
ld [wPayout], a
|
||||
ld d, a
|
||||
farcall StubbedTrainerRankings_AddToSlotsPayouts
|
||||
ret
|
||||
|
||||
.PayoutTable:
|
||||
@@ -1865,7 +1863,6 @@ Slots_PayoutText:
|
||||
jr nz, .MatchedSomething
|
||||
ld hl, .SlotsDarnText
|
||||
call PrintText
|
||||
farcall StubbedTrainerRankings_EndSlotsWinStreak
|
||||
ret
|
||||
|
||||
.MatchedSomething:
|
||||
@@ -1889,7 +1886,6 @@ Slots_PayoutText:
|
||||
.return
|
||||
ld hl, .Text_PrintPayout
|
||||
call PrintText
|
||||
farcall StubbedTrainerRankings_AddToSlotsWinStreak
|
||||
ret
|
||||
|
||||
.PayoutStrings:
|
||||
|
Reference in New Issue
Block a user