Commit graph

6 commits

Author SHA1 Message Date
wts42
10278e7302 Implemented Powerups & 1ups
* Include powerups to fitness calculation. (as antagonist to the damage counter)
* Give bonus for received 1-Ups.
* Option to start with specific powerup.
2018-04-07 22:59:55 +02:00
wts42
95179cf7b6 Add sprite lists.
Include lists of good/neutral for both sprites and extended sprites.
2018-04-06 18:50:30 +02:00
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
mam91
afbbbdd010
Add files via upload 2017-11-29 10:21:02 -06:00
mam91
89959ead9a
Add files via upload 2017-11-27 14:47:45 -06:00
mam91
f078b7babe
Add files via upload 2017-11-20 21:49:39 -06:00