You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Finish consistent Special function names
This commit is contained in:
@@ -298,12 +298,12 @@ LoadGraphics: ; 1047cf
|
||||
ld [hMapAnims], a
|
||||
xor a
|
||||
ld [hTileAnimFrame], a
|
||||
farcall RefreshSprites
|
||||
farcall Special_RefreshSprites
|
||||
call LoadFontsExtra
|
||||
farcall LoadOverworldFont
|
||||
ret
|
||||
|
||||
LoadMapPalettes: ; 1047eb
|
||||
Special_LoadMapPalettes: ; 1047eb
|
||||
ld b, SCGB_MAPPALS
|
||||
jp GetSGBLayout
|
||||
; 1047f0
|
||||
|
||||
Reference in New Issue
Block a user