Remove map name sign feature (#1)

This commit is contained in:
xCrystal
2023-07-31 19:30:40 +02:00
parent 8ac94cc479
commit dd04feb32a
12 changed files with 4 additions and 259 deletions

View File

@@ -39,7 +39,8 @@ CloseText::
ld a, $90
ldh [hWY], a
call UpdatePlayerSprite
farcall InitMapNameSign
xor a
ldh [hBGMapMode], a
farcall LoadOverworldFont
ret