All functions in main.asm have non-generic names
This commit is contained in:
@@ -33,7 +33,7 @@ UpdateGameTimer:: ; 20ad
|
||||
|
||||
|
||||
; Don't update if game logic is paused.
|
||||
ld a, [wc2cd]
|
||||
ld a, [wGameLogicPaused]
|
||||
and a
|
||||
ret nz
|
||||
|
||||
|
Reference in New Issue
Block a user