Remove berry fix
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
.section .rodata
|
||||
|
||||
.align 2
|
||||
gEReaderLinkData_Start::
|
||||
.incbin "data/ereader_link_data.bin"
|
||||
gEReaderLinkData_End::
|
||||
BIN
data/mb_berry_fix.gba
Executable file
BIN
data/mb_berry_fix.gba
Executable file
Binary file not shown.
@@ -1,5 +1,5 @@
|
||||
.section .rodata
|
||||
|
||||
gMultiBootProgram_BerryGlitchFix_Start::
|
||||
.incbin "berry_fix/berry_fix.gba"
|
||||
.incbin "data/mb_berry_fix.gba"
|
||||
gMultiBootProgram_BerryGlitchFix_End::
|
||||
|
||||
6
data/multiboot_ereader.s
Normal file
6
data/multiboot_ereader.s
Normal file
@@ -0,0 +1,6 @@
|
||||
.section .rodata
|
||||
|
||||
.align 2
|
||||
gMultiBootProgram_EReader_Start::
|
||||
.incbin "data/mb_ereader.gba"
|
||||
gMultiBootProgram_EReader_End::
|
||||
@@ -1,5 +1,5 @@
|
||||
.section .rodata
|
||||
|
||||
gMultiBootProgram_PokemonColosseum_Start::
|
||||
.incbin "data/pokemon_colosseum.mb"
|
||||
.incbin "data/mb_colosseum.gba"
|
||||
gMultiBootProgram_PokemonColosseum_End::
|
||||
|
||||
Reference in New Issue
Block a user