You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Harmonize some more symbols with pokegold
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user