🎉 Init project

This commit is contained in:
Paul Breugnot 2026-05-05 20:08:26 +02:00
commit 415952b59b
2 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,7 @@
arch 65816
lorom
org $809dc5
lda #$01 ; Init life to 1

13
README.md Normal file
View 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
```