Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(2 edits)

Hmm, what emulator are you using? That looks like what happens if the random number generator doesn't work: All the random numbers are 1! That can happen if the emulator doesn't accurately emulate the Game Boy's initial state, which I use as a seed for randomization. I recommend the emulator BGB, which gets this right, but there might be others too! And thanks :D

Oh, I was using GBE+, I'll try with BGB, thanks! :)