You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
No space between labels and bodies
This commit is contained in:
@@ -731,7 +731,6 @@ ConvertLoadedPuzzlePieces:
|
||||
ret
|
||||
|
||||
.EnlargedTiles:
|
||||
|
||||
x = 0
|
||||
rept 16
|
||||
db ((x & %1000) * %11000) + ((x & %0100) * %1100) + ((x & %0010) * %110) + ((x & %0001) * %11)
|
||||
|
||||
Reference in New Issue
Block a user