NES-NN / NES-NN-Testbed

A Testbed for Neural Networks based on the Xyene Nintendo Entertainment System emulator.
GNU General Public License v3.0
0 stars 0 forks source link

Add ability to locate SMB powerups #7

Closed jbeemster closed 6 years ago

ACoderLife commented 6 years ago

Looks like the location of a powerup after it is freed from it's box is located here: 0x04C4 | Powerup hitbox (1x4 bytes, <<x1,y1> <x2,y2>>) https://datacrystal.romhacking.net/wiki/Super_Mario_Bros.:RAM_map

ACoderLife commented 6 years ago

Mapping worked. I now need to pass into the input grid as 2 or -2

ACoderLife commented 6 years ago

Done: https://github.com/NES-NN/NES-NN-Testbed/tree/feature/GameMemoryMapper