You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Use overworld textbox in text printing functions, differentiating between 1bpp and 2bpp text (#10)
This commit is contained in:
@@ -96,7 +96,9 @@ MACRO connection
|
||||
endc
|
||||
ENDM
|
||||
|
||||
map_attributes Level1_Map1, LEVEL_1_MAP_1, $ff, 0
|
||||
map_attributes Level1_Map1, LEVEL_1_MAP_1, $00, SOUTH | NORTH
|
||||
connection south, Level1_Map1, LEVEL_1_MAP_1, 0
|
||||
connection north, Level1_Map1, LEVEL_1_MAP_1, 0
|
||||
|
||||
; map_attributes NewBarkTown, NEW_BARK_TOWN, $05, WEST | EAST
|
||||
; connection west, Route29, ROUTE_29, 0
|
||||
|
||||
Reference in New Issue
Block a user