diff options
author | chaos-lord <dd4791.mariokarter@hotmail.co.uk> | 2017-07-11 11:29:26 +0100 |
---|---|---|
committer | chaos-lord <dd4791.mariokarter@hotmail.co.uk> | 2017-07-11 11:29:26 +0100 |
commit | 8ab77c0d8e08664717914a390010e202877c3147 (patch) | |
tree | 3de90453a1e7fe48773fd8ecddf8f2e66ae5c0f7 /engine/high_scores_screen.asm | |
parent | 467f8980840250aaed160868f72a5ba3d5e2ce55 (diff) | |
parent | 3cd4aee0155496d3b093c31fb0758c08607ee892 (diff) |
Merge remote-tracking branch 'origin/master' into chaos_requests-tppfork
Diffstat (limited to 'engine/high_scores_screen.asm')
-rw-r--r-- | engine/high_scores_screen.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/high_scores_screen.asm b/engine/high_scores_screen.asm index 09b16d6..1aa3bb2 100644 --- a/engine/high_scores_screen.asm +++ b/engine/high_scores_screen.asm @@ -145,7 +145,7 @@ Func_cb14: ; 0xcb14 ld hl, hLCDC
set 3, [hl]
.asm_cb7f
- call Func_b66
+ call SetAllPalettesWhite
ld a, [wda7f]
and a
jr z, .asm_cbbd
|