diff options
| author | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-16 23:54:22 -0800 |
|---|---|---|
| committer | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-16 23:54:22 -0800 |
| commit | 670fef77ac4d9116d5fdc28c0da40622919a062b (patch) | |
| tree | 61c0e925f059404473826ac775305ba5e2706ab1 /data/multiboot_berry_glitch_fix.s | |
first commit
Diffstat (limited to 'data/multiboot_berry_glitch_fix.s')
| -rw-r--r-- | data/multiboot_berry_glitch_fix.s | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/multiboot_berry_glitch_fix.s b/data/multiboot_berry_glitch_fix.s new file mode 100644 index 000000000..0e4bcf384 --- /dev/null +++ b/data/multiboot_berry_glitch_fix.s @@ -0,0 +1,5 @@ + .section .rodata + +gMultiBootProgram_BerryGlitchFix_Start:: @ 86FFC6C + .incbin "baserom.gba", 0x6FFC6C, 0x3BF4 +gMultiBootProgram_BerryGlitchFix_End:: |
