プレイ日記
Dr.Stick Deckerlings
I can't seem to figure out how to fill the ENTIRE screen with grass whenever I try I am always one block thingy off (P.S, I am a noob at this, so don't judge meh)
2そうだね
プレイ済み
返信[1]
親投稿
MSWS coolestkid123
Would be easier to debug if you showed source code. 2 things might be wrong. 1: If you're using BGFILL then it should be BGFILL 2,0,0,25,15 2: If you're using BGPUT in a FOR loop, then. FOR X=0 TO 25 FOR X=0 TO 15 BGPUT 2,X,Y,91 NEXT NEXT
1そうだね
プレイ済み
返信[2]
親投稿
Aaron Krondelo
Or you could simply..
1そうだね
プレイ済み
返信[3]
親投稿
Aaron Krondelo
oops, sorry that should be 15 not 13.
0そうだね
プレイ済み
返信[4]
親投稿
Gale Storm GaleTheStorm
Judging from that screenshot, I take it you started filling the screen at 1 instead of zero. Programming advice: Start at zero when doing things.
0そうだね
プレイ済み
返信[5]
親投稿
Dr.Stick Deckerlings
Thx it worked
0そうだね
プレイ済み
返信[6]
親投稿
MSWS coolestkid123
@Aaron yes, I also said if they were doing BGFILL then to do that command.
1そうだね
プレイ済み
返信[7]
親投稿
Aaron Krondelo
@MSW Sorry mate, didn't read your post closely enough at first. And using a for loop is a better way of filling the BG because typically it will be more than one bg tile.
0そうだね
プレイ済み