lol I don't even remember this screen, and I know what game it's from.
1そうだね プレイ済み
This is amazing!
You should use CHKFILE to test if a file exists, so it doesn't show the "file not found" messages.
1そうだね プレイ済み
It's useful for compressing data; you can store two 16 -bit numbers in a single integer by doing something like:
integer=number1 OR (number2<<16)
And then extract them by doing:
number1=integer AND &HFFFF
number2=(integer>>16) AND &HFFFF
2そうだね プレイ済み
Using transparent sprites to blur the image
6そうだね プレイ済み
hold on, let me grab my night vision goggles so I can read your syntax highlighting.
4そうだね プレイ済み
I corrupted Space Invaders, and now I can fire lasers that do nothing!
3そうだね プレイ済み
well, using up to jump in a 2D game is normally a bad idea,
I'd suggest A=jump, B=punch, X=kick, Y=block
but maybe it would be a better idea to put the attacks next to each other like the first option you made
0そうだね プレイ済み
Don't worry, the next version will have 15 airports and 23 hospitals instead
2そうだね プレイ済み
well, normally it has yellow instead of gray (maybe you're doing this to avoid copyright or something)
0そうだね プレイ済み