BillyWM / FCEUX-Lua-Script-Collection

Lua scripts for FCEUX (an NES emulator). Multiple games including River City Ransom, Battle Kid
26 stars 3 forks source link

Improve navigation #5

Open BillyWM opened 12 years ago

BillyWM commented 12 years ago

Navigation is currently based on a bounding-box system that must be manually entered. This causes multiple problems, such as a the bot getting stuck attempting to get enemies that are out of bounds

Change the system to read from the tilemap instead. It may be stored at 0x6000--0x7FFF since this game uses the MMC3 with an additiona 8KB of RAM.

BillyWM commented 5 years ago

Don't know where I got the idea back then that it had 8KB PRG-RAM. This is not true. It uses a TL-ROM board which doesn't support PRG RAM or CHR RAM.