Remove unused map environment with index 0 (#7), Implement function to draw the overworld textbox (#10)

This commit is contained in:
xCrystal
2023-08-07 13:23:57 +02:00
parent f64bbf700d
commit be5f3ad6e1
24 changed files with 208 additions and 41 deletions

View File

@@ -2201,9 +2201,6 @@ Script_writeunusedbyte:
ld [wUnusedScriptByte], a
ret
UnusedClosetextScript: ; unreferenced
closetext
Script_closetext:
call _OpenAndCloseMenu_HDMATransferTilemapAndAttrmap
call CloseText

View File

@@ -288,7 +288,7 @@ LoadMapGraphics:
ldh [hTileAnimFrame], a
farcall RefreshSprites
call LoadFrame
farcall LoadOverworldFont
call LoadOverworldFontAndFrame
ret
LoadMapPalettes: