RTC -> UpdateTimeAndPals
Rename clear misnomer. Most of the related functions in that file aren't really aptly named but I don't know good names right now.
This commit is contained in:
@@ -92,7 +92,7 @@ HideHeadbuttTree:
|
||||
ld h, [hl]
|
||||
ld l, a
|
||||
|
||||
ld a, $5
|
||||
ld a, $05 ; grass block
|
||||
ld [hli], a
|
||||
ld [hld], a
|
||||
ld bc, SCREEN_WIDTH
|
||||
|
@@ -240,7 +240,7 @@ LinkTradeMenu:
|
||||
ret
|
||||
|
||||
.loop2
|
||||
call RTC
|
||||
call UpdateTimeAndPals
|
||||
call .TryAnims
|
||||
ret c
|
||||
ld a, [w2DMenuFlags1]
|
||||
|
@@ -344,7 +344,7 @@ MenuJoypadLoop:
|
||||
|
||||
Do2DMenuRTCJoypad:
|
||||
.loopRTC
|
||||
call RTC
|
||||
call UpdateTimeAndPals
|
||||
call Menu_WasButtonPressed
|
||||
ret c
|
||||
ld a, [w2DMenuFlags1]
|
||||
|
Reference in New Issue
Block a user