プレイ日記
komodo † 406mario
how do you flip a tile upside-down?
8そうだね
プレイ済み
返信[1]
親投稿
Hanzo rzsense
You can rotate a BG tile 180deg with "BGPUT L,X,Y,C OR &H2000", and you can flip a BG tile vertical with "BGPUT,L,X,Y,C OR &H8000". L is BG layer number, and C is BG character number(0-4095).
1そうだね
未プレイ
返信[2]
親投稿
calc84 calc84maniac
You can also use the built-in constants #BGROT180 and #BGREVV instead of &H2000 and &H8000, which might make your code more readable.
1そうだね
プレイ済み
返信[3]
親投稿
komodo † 406mario
thanks so much guys you are a huge help :)
0そうだね
プレイ済み