Harmonize some more symbols with pokegold

This commit is contained in:
Rangi
2020-06-16 11:28:52 -04:00
parent 4342ced31f
commit b9f2b93c17
34 changed files with 69 additions and 63 deletions

View File

@@ -363,8 +363,8 @@ Continue:
ld c, 20
call DelayFrames
farcall JumpRoamMons
farcall MysteryGift_CopyReceivedDecosToPC ; Mystery Gift
farcall Function140ae ; time-related
farcall MysteryGift_CopyReceivedDecosToPC
farcall ClockContinue
ld a, [wSpawnAfterChampion]
cp SPAWN_LANCE
jr z, .SpawnAfterE4

View File

@@ -4,7 +4,7 @@ INCBIN "gfx/mobile/mobile_menu.2bpp"
MainMenu:
xor a
ld [wDisableTextAcceleration], a
call Function49ed0
call ClearTilemapEtc
ld b, SCGB_DIPLOMA
call GetSGBLayout
call SetPalettes
@@ -310,7 +310,7 @@ MainMenu_PrintCurrentTimeAndDay:
.Day:
db "DAY@"
Function49ed0:
ClearTilemapEtc:
xor a
ldh [hMapAnims], a
call ClearTilemap