split out more data

This commit is contained in:
YamaArashi 2017-01-14 01:54:02 -08:00
parent a74c6f8586
commit dd0ed3d043
8 changed files with 4600 additions and 4570 deletions

23
data/berry_tag_screen.s Normal file
View File

@ -0,0 +1,23 @@
.include "asm/macros.inc"
.include "constants/constants.inc"
.section .rodata
gUnknown_085EFCF0:: @ 85EFCF0
.incbin "baserom.gba", 0x5efcf0, 0x10
gUnknown_085EFD00:: @ 85EFD00
.incbin "baserom.gba", 0x5efd00, 0x20
gUnknown_085EFD20:: @ 85EFD20
.incbin "baserom.gba", 0x5efd20, 0x8
gUnknown_085EFD28:: @ 85EFD28
.incbin "baserom.gba", 0x5efd28, 0x28
gBerryFirmnessStringPointers:: @ 85EFD50
.4byte gBerryFirmnessString_VerySoft
.4byte gBerryFirmnessString_Soft
.4byte gBerryFirmnessString_Hard
.4byte gBerryFirmnessString_VeryHard
.4byte gBerryFirmnessString_SuperHard

File diff suppressed because it is too large Load Diff

2308
data/data_85EFE74.s Normal file

File diff suppressed because it is too large Load Diff

22
data/diploma.s Normal file
View File

@ -0,0 +1,22 @@
.include "asm/macros.inc"
.include "constants/constants.inc"
.section .rodata
gUnknown_085E7088:: @ 85E7088
.incbin "baserom.gba", 0x5e7088, 0x40
gUnknown_085E70C8:: @ 85E70C8
.incbin "baserom.gba", 0x5e70c8, 0x73c
gUnknown_085E7804:: @ 85E7804
.incbin "baserom.gba", 0x5e7804, 0x9f8
gUnknown_085E81FC:: @ 85E81FC
.incbin "baserom.gba", 0x5e81fc, 0x8
gUnknown_085E8204:: @ 85E8204
.incbin "baserom.gba", 0x5e8204, 0x10
gUnknown_085E8214:: @ 85E8214
.incbin "baserom.gba", 0x5e8214, 0x4

10
data/mystery_event_menu.s Normal file
View File

@ -0,0 +1,10 @@
.include "asm/macros.inc"
.include "constants/constants.inc"
.section .rodata
gUnknown_085EFD64:: @ 85EFD64
.incbin "baserom.gba", 0x5efd64, 0x4
gUnknown_085EFD68:: @ 85EFD68
.incbin "baserom.gba", 0x5efd68, 0x18

28
data/save_failed_screen.s Normal file
View File

@ -0,0 +1,28 @@
.include "asm/macros.inc"
.include "constants/constants.inc"
.section .rodata
gUnknown_085EFD80:: @ 85EFD80
.incbin "baserom.gba", 0x5efd80, 0x8
gUnknown_085EFD88:: @ 85EFD88
.incbin "baserom.gba", 0x5efd88, 0xc
gUnknown_085EFD94:: @ 85EFD94
.incbin "baserom.gba", 0x5efd94, 0x8
gUnknown_085EFD9C:: @ 85EFD9C
.incbin "baserom.gba", 0x5efd9c, 0x8
gUnknown_085EFDA4:: @ 85EFDA4
.incbin "baserom.gba", 0x5efda4, 0x8
gUnknown_085EFDAC:: @ 85EFDAC
.incbin "baserom.gba", 0x5efdac, 0x18
gUnknown_085EFDC4:: @ 85EFDC4
.incbin "baserom.gba", 0x5efdc4, 0x20
gUnknown_085EFDE4:: @ 85EFDE4
.incbin "baserom.gba", 0x5efde4, 0x90

2203
data/strings.s Normal file

File diff suppressed because it is too large Load Diff

View File

@ -246,6 +246,12 @@ SECTIONS {
data/sprite.o(.rodata); data/sprite.o(.rodata);
data/string_util.o(.rodata); data/string_util.o(.rodata);
data/data2.o(.rodata); data/data2.o(.rodata);
data/diploma.o(.rodata);
data/strings.o(.rodata);
data/berry_tag_screen.o(.rodata);
data/mystery_event_menu.o(.rodata);
data/save_failed_screen.o(.rodata);
data/data_85EFE74.o(.rodata);
src/m4a_tables.o(.rodata); src/m4a_tables.o(.rodata);
data/sound_data.o(.rodata); data/sound_data.o(.rodata);
} =0 } =0