diff options
Diffstat (limited to 'engine/games')
-rw-r--r-- | engine/games/slot_machine.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/games/slot_machine.asm b/engine/games/slot_machine.asm index 30f6c45af..8a741b025 100644 --- a/engine/games/slot_machine.asm +++ b/engine/games/slot_machine.asm @@ -230,7 +230,7 @@ SlotsLoop: call PrintNum ret -Unreferenced_Function92811: +Function92811: ; unreferenced ; debug function? ld a, [wSlotBias] add 0 @@ -248,7 +248,7 @@ Unreferenced_Function92811: ld [hl], a ret -Unreferenced_Function9282c: +Function9282c: ; unreferenced ; animate OAM tiles? ld hl, wcf66 ld a, [hl] @@ -845,7 +845,7 @@ Slots_UpdateReelPositionAndOAM: jr nz, .loop ret -Unreferenced_Function92bbe: +Function92bbe: ; unreferenced push hl srl a srl a |