Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skyeactsout/asmventure
Whats supposed to be a Super Mario RPG!
https://github.com/skyeactsout/asmventure
Last synced: about 2 months ago
JSON representation
Whats supposed to be a Super Mario RPG!
- Host: GitHub
- URL: https://github.com/skyeactsout/asmventure
- Owner: SkyeActsOut
- Created: 2020-07-25T01:16:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-27T00:11:58.000Z (over 4 years ago)
- Last Synced: 2024-04-05T23:08:22.297Z (9 months ago)
- Language: Assembly
- Size: 193 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# ßA Super Mario RPG! (supposedly)
* A testing project to learn assembly using the well document SMBDIS file on Github (https://gist.github.com/1wErt3r/4048722)
* Uses cc65 to assemble the asm file into a .nes version
* Uses the Nintaco NES emulator to run the game automatically after build, or can run specific builds using run.sh
* Only compatibility with mac OS tested, use the assembler at your own peril.