diff options
author | xCrystal <rgr.crystal@gmail.com> | 2018-01-02 17:47:58 +0100 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2018-01-02 17:47:58 +0100 |
commit | b4a49351c18dcef7f4493670058ad2833206f016 (patch) | |
tree | 9915d3345d724c5df1171a0262863f01a42c21f0 /home/map.asm | |
parent | f1ea15bbfe8528143ace793b050891a9b1f99d03 (diff) |
Finish consistent Special function names
Diffstat (limited to 'home/map.asm')
-rw-r--r-- | home/map.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/map.asm b/home/map.asm index ecc1cba0f..e0d926539 100644 --- a/home/map.asm +++ b/home/map.asm @@ -2042,7 +2042,7 @@ ReturnToMapWithSpeechTextbox:: ; 0x2b74 ReloadTilesetAndPalettes:: ; 2bae call DisableLCD call ClearSprites - farcall RefreshSprites + farcall Special_RefreshSprites call LoadStandardFont call LoadFontsExtra ld a, [hROMBank] |