Skip to content

Commit 0dfd2d5

Browse files
committed
split orb, explosion files
1 parent d2b07b9 commit 0dfd2d5

12 files changed

+711
-588
lines changed

data/data_8107010.s

-28
Original file line numberDiff line numberDiff line change
@@ -2,35 +2,7 @@
22

33
.align 2
44

5-
.string "pksdir0\0"
6-
.string "pksdir0\0"
7-
.string "pksdir0\0"
8-
.string "pksdir0\0"
9-
.string "pksdir0\0"
10-
@ HandleExplosion
11-
.string "pksdir0\0"
12-
13-
.global gUnknown_81070E8
14-
gUnknown_81070E8: @ 81070E8
15-
.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00
16-
.byte 0x01, 0x00, 0xff, 0xff, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x00, 0x00
17-
.byte 0xff, 0xff, 0x01, 0x00, 0x63, 0x00, 0x63, 0x00
18-
19-
.global gUnknown_8107110
20-
gUnknown_8107110: @ 8107110
21-
.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00
22-
.byte 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0xff, 0xff, 0x00, 0x00, 0xff, 0xff
23-
.byte 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x00, 0x00, 0xff, 0xff, 0x01, 0x00, 0x00, 0x00, 0x02, 0x00
24-
.byte 0x01, 0x00, 0x02, 0x00, 0x02, 0x00, 0x02, 0x00, 0x02, 0x00, 0x01, 0x00, 0x02, 0x00, 0x00, 0x00
25-
.byte 0x02, 0x00, 0xff, 0xff, 0x02, 0x00, 0xfe, 0xff, 0x01, 0x00, 0xfe, 0xff, 0x00, 0x00, 0xfe, 0xff
26-
.byte 0xff, 0xff, 0xfe, 0xff, 0xfe, 0xff, 0xfe, 0xff, 0xfe, 0xff, 0xff, 0xff, 0xfe, 0xff, 0x00, 0x00
27-
.byte 0xfe, 0xff, 0x01, 0x00, 0xfe, 0xff, 0x02, 0x00, 0xff, 0xff, 0x02, 0x00, 0x63, 0x00, 0x63, 0x00
285

29-
.global gUnknown_8107178
30-
gUnknown_8107178: @ 8107178
31-
.4byte gUnknown_81070E8
32-
.4byte gUnknown_81070E8
33-
.4byte gUnknown_8107110
346
@ ???
357
.string "pksdir0\0"
368
@ ???

data/pksdir_2.s

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.section .rodata
2+
3+
.align 2
4+
.string "pksdir0\0"

ld_script.txt

+11-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,11 @@ SECTIONS {
262262
src/blow_away.o(.text);
263263
src/warp_target.o(.text);
264264
src/expose_trap.o(.text);
265-
src/code_807CD9C.o(.text);
265+
src/trawl_orb.o(.text);
266+
src/pounce_orb.o(.text);
267+
src/drought_orb.o(.text);
268+
src/one_room_orb.o(.text);
269+
src/explosion.o(.text);
266270
src/code_807E1A0.o(.text);
267271
src/weather.o(.text);
268272
src/code_807E5AC.o(.text);
@@ -601,6 +605,12 @@ SECTIONS {
601605
src/blow_away.o(.rodata);
602606
src/warp_target.o(.rodata);
603607
src/expose_trap.o(.rodata);
608+
src/trawl_orb.o(.rodata);
609+
src/pounce_orb.o(.rodata);
610+
src/drought_orb.o(.rodata);
611+
src/one_room_orb.o(.rodata);
612+
data/pksdir_2.o(.rodata);
613+
src/explosion.o(.rodata);
604614
data/data_8107010.o(.rodata);
605615
src/dungeon_serializer.o(.rodata);
606616
data/data_8107224.o(.rodata);

0 commit comments

Comments
 (0)