SmileBASIC コミュニティプレイ日記komodo † 406mario2015/11/12 07:01:24how do you flip a tile upside-down?8そうだね 3返信プレイ済み2017/11/04 04:20:20に取得
SmileBASIC コミュニティ返信[1]親投稿Hanzo rzsense2015/11/12 8:21You 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そうだね 未プレイ2017/11/04 04:20:20に取得
SmileBASIC コミュニティ返信[2]親投稿calc84 calc84maniac2015/11/12 10:49You can also use the built-in constants #BGROT180 and #BGREVV instead of &H2000 and &H8000, which might make your code more readable.1そうだね プレイ済み2017/11/04 04:20:20に取得
SmileBASIC コミュニティ返信[3]親投稿komodo † 406mario2015/11/13 1:24thanks so much guys you are a huge help :) 0そうだね プレイ済み2017/11/04 04:20:20に取得