🎉 Init project
This commit is contained in:
commit
415952b59b
2 changed files with 20 additions and 0 deletions
7
Mega Man Xtreme (USA) (Rev 1).asm
Normal file
7
Mega Man Xtreme (USA) (Rev 1).asm
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
arch 65816
|
||||||
|
|
||||||
|
lorom
|
||||||
|
|
||||||
|
org $809dc5
|
||||||
|
lda #$01 ; Init life to 1
|
||||||
|
|
||||||
13
README.md
Normal file
13
README.md
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
# Mega Man Xtreme
|
||||||
|
|
||||||
|
Mega Man X with an increased difficulty for more epicness.
|
||||||
|
|
||||||
|
This is a small personnal project to explore the basics of SNES Rom hacking.
|
||||||
|
|
||||||
|
The hack is based on _Mega Man X (USA) (Rev 1)_.
|
||||||
|
|
||||||
|
## Build
|
||||||
|
|
||||||
|
```
|
||||||
|
asar Mega Man Xtreme (USA) (Rev 1).asm Mega Man X (USA) (Rev 1).sfc
|
||||||
|
```
|
||||||
Loading…
Add table
Add a link
Reference in a new issue