You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-12-11 05:02:16 -08:00
Use overworld textbox in text printing functions, differentiating between 1bpp and 2bpp text (#10)
This commit is contained in:
@@ -147,7 +147,7 @@ MainMenu_PrintCurrentTimeAndDay:
|
||||
hlcoord 0, 14
|
||||
ld b, 2
|
||||
ld c, 18
|
||||
call Textbox
|
||||
call Textbox1bpp
|
||||
ret
|
||||
|
||||
.PlaceTime:
|
||||
@@ -212,7 +212,7 @@ ClearTilemapEtc:
|
||||
call ClearTilemap
|
||||
call LoadFrame
|
||||
call LoadStandardFont
|
||||
call ClearWindowData
|
||||
call ClearMenuAndWindowData
|
||||
ret
|
||||
|
||||
MainMenu_NewGame:
|
||||
|
||||
Reference in New Issue
Block a user