diff options
author | entrpntr <entrpntr@gmail.com> | 2020-04-23 13:00:01 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-04-23 13:00:01 -0400 |
commit | 5f2d3bedb9aef983f1d3cdbca1028b2e08be4cd4 (patch) | |
tree | 22e40352158d672f29cc0e45da166f63f65dbf25 /home/map.asm | |
parent | 1d456d5f66627e8023c074419180639cc027e7bc (diff) |
Revisit some bank 5 code before continuing.
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 0ed02c46..94f30850 100644 --- a/home/map.asm +++ b/home/map.asm @@ -2320,7 +2320,7 @@ ReturnToMapWithSpeechTextbox:: ReloadTilesetAndPalettes:: call DisableLCD call ClearSprites - farcall Function1414b + farcall _ClearSprites call LoadStandardFont call LoadFontsExtra ldh a, [hROMBank] |