Minor cleanup

This commit is contained in:
dannye 2026-04-14 20:39:16 -05:00
parent 448e0d23c3
commit 45cc46e3a1
3 changed files with 4 additions and 5 deletions

View File

@ -737,9 +737,9 @@ Func_108ee:
ret
; output a according to game mode and level:
; - if Puzzle mode || Easy/Slow level: a = $0
; - if Normal level: a = $1
; - if Hard/S-Hard/V-Hard level: a = $2
; - if Puzzle mode || Easy/Slow level: a = $0
; - if Normal level: a = $1
; - if Hard/S-Hard/V-Hard level: a = $2
Func_108f4:
ld a, [wGameMode]
cp GAMEMODE_PUZZLE

View File

@ -176,7 +176,6 @@ Func_64114:
ld a, $19
call Func_93d
copy_data wBGPals palette 6 + $4, $00, $5e5f, $19, $4 ; 65e5f
call Func_6419d

View File

@ -1323,7 +1323,7 @@ SetClockSpeed:
GameStateTable:
table_width 3
dab Func_10018 ; GAMESTATE_00
dab Func_10018 ; GAMESTATE_00
dwb $4000, $03 ; GAMESTATE_01
dwb $404e, $03 ; GAMESTATE_02
dwb $4000, $14 ; GAMESTATE_03