mirror of
https://github.com/pret/pokepuzzle.git
synced 2026-05-05 21:15:41 -05:00
Minor cleanup
This commit is contained in:
parent
448e0d23c3
commit
45cc46e3a1
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user