diff options
author | Mor <mordbz@gmail.com> | 2020-04-18 17:32:11 +0300 |
---|---|---|
committer | Mor <mordbz@gmail.com> | 2020-04-18 17:32:11 +0300 |
commit | 239b0b1d4343f987936019c76abb2bc7ff815fee (patch) | |
tree | 1dec14de8aa18440e7ad3f5d48742078e067331e /asm/rom1.5.s | |
parent | d458432e79744c8671b1e3ae31decad9366360cf (diff) |
rudimentary matching decompilation of NitroMain
Diffstat (limited to 'asm/rom1.5.s')
-rw-r--r-- | asm/rom1.5.s | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/asm/rom1.5.s b/asm/rom1.5.s new file mode 100644 index 00000000..c437a54f --- /dev/null +++ b/asm/rom1.5.s @@ -0,0 +1,3 @@ +.section .text + +.incbin "baserom.nds", 0x8EC14, 0x3EFF8 |