Skip to content

Instantly share code, notes, and snippets.

View LuigiBlood's full-sized avatar
🎮

LuigiBlood

🎮
View GitHub Profile
@LuigiBlood
LuigiBlood / SolarMagic.bas
Created January 30, 2024 23:19
Solar Magic Advance 0.1 Source Code
'Super Mario Advance 4 eCard Maker
'Solar Magic Advance by LuigiBlood
'version 0.1
'Liberty BASIC v4.03
nomainwin
'Powerup List Array
DIM pwrup$(14)
pwrup$(0)="Mushroom"
@LuigiBlood
LuigiBlood / SMA4eCardMaker.bas
Last active January 30, 2024 23:20
SMA4 eCard Maker 0.03 Source Code - My first programming project
'Super Mario Advance 4 eCard Maker by LuigiBlood
'version 0.03
'Liberty BASIC v4.03
'nomainwin
'Powerup List Array
DIM pwrup$(14)
pwrup$(0)="Mushroom"
pwrup$(1)="Fire Flower"
@LuigiBlood
LuigiBlood / SpecialTeeShot_SRAMpatch.asm
Last active April 30, 2022 16:37
Special Tee Shot - Satellaview to SFC conversion Patch
//Special Tee Shot - SFC Conversion Patch
//Patches header and SRAM access
//
//by LuigiBlood
//Uses ARM9 bass fork
//On SNES Mini, use Preset ID 0x1058 (Kirby's Dream Course preset)
//Doc:
<?xml version="1.0" encoding="UTF-8"?>
<!-- seq64 ROM Description File -->
<RomDesc indextype="2">
<cmdlist>
<command cmd="255" name="End of Data" action="End of Data" validinseq="1"
validinchn="1" validintrk="1"/>
<command cmd="0" name="Chn Timestamp" action="Timestamp" cmdend="31" validinchn="1">
<parameter datasrc="offset" datalen="0" name="Time" meaning="Delay" add="0"
multiply="1"/>