neat-genetic-mario/neat-mario
wts42 bb6e8aa19c
Change memory.read_s16_le(0x1497) to memory.readbyte(0x1497)
In functions **_M.getMarioHit(alreadyHit)** and **_M.getMarioHitTimer()** change **memory.read_s16_le(0x1497)** to **memory.readbyte(0x1497)**. Prevents script to detect false hits, for example when picking up a koopatroopa shell.
2018-04-01 21:03:52 +02:00
..
FitnessChangesOnly Create README.md 2017-11-29 10:24:16 -06:00
pool Add files via upload 2017-11-27 14:48:27 -06:00
config.lua Add files via upload 2017-11-27 14:47:45 -06:00
game.lua Change memory.read_s16_le(0x1497) to memory.readbyte(0x1497) 2018-04-01 21:03:52 +02:00
mario-neat.lua Add files via upload 2017-11-29 10:21:02 -06:00
mathFunctions.lua Add files via upload 2017-11-29 10:21:02 -06:00