Remove Mobile, Battle Tower, Mystery Gift, and Odd Egg (#1)

This commit is contained in:
xCrystal
2023-07-24 21:13:11 +02:00
parent 74b8214272
commit fc7f2d4e0e
201 changed files with 101 additions and 73760 deletions

View File

@@ -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: