You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Remove unused map environment with index 0 (#7), Implement function to draw the overworld textbox (#10)
This commit is contained in:
@@ -2201,9 +2201,6 @@ Script_writeunusedbyte:
|
||||
ld [wUnusedScriptByte], a
|
||||
ret
|
||||
|
||||
UnusedClosetextScript: ; unreferenced
|
||||
closetext
|
||||
|
||||
Script_closetext:
|
||||
call _OpenAndCloseMenu_HDMATransferTilemapAndAttrmap
|
||||
call CloseText
|
||||
|
||||
@@ -288,7 +288,7 @@ LoadMapGraphics:
|
||||
ldh [hTileAnimFrame], a
|
||||
farcall RefreshSprites
|
||||
call LoadFrame
|
||||
farcall LoadOverworldFont
|
||||
call LoadOverworldFontAndFrame
|
||||
ret
|
||||
|
||||
LoadMapPalettes:
|
||||
|
||||
Reference in New Issue
Block a user