-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added all undocumented routines to area_banks documentation file.
- Loading branch information
Showing
2 changed files
with
19 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
Metroid for MMC3 | ||
=========== | ||
This is the source code of METROID, as disassembled by SnoBro and commented by | ||
Dirty McDingus ([email protected]). The source code has been changed to use the | ||
MMC3 (the original METROID game used the MMC1), but no other functionality has | ||
been removed or added. You can reassemble this using the Ophis Assembler: | ||
Dirty McDingus. The source code has been changed to use the MMC3 (the original | ||
METROID game used the MMC1), but no other functionality has been removed or | ||
added. You can reassemble this using the Ophis Assembler: | ||
https://hkn.eecs.berkeley.edu/~mcmartin/ophis/ | ||
|
||
The disassembly is separated by bank, so I set up a rudimentary make system that | ||
|