mirror of
https://github.com/pmret/papermario.git
synced 2024-11-18 08:52:40 +01:00
use area_xxx names for battle section dirs
This commit is contained in:
parent
4f2af5e39c
commit
dd9df5438d
@ -32,269 +32,269 @@ const s32 lol[] = {
|
|||||||
|
|
||||||
BattleArea gBattleAreas[] = {
|
BattleArea gBattleAreas[] = {
|
||||||
{
|
{
|
||||||
AREA(section_0),
|
AREA(area_kmr_part_1),
|
||||||
.name = "エリア KMR その1",
|
.name = "エリア KMR その1",
|
||||||
.formations = 0x802194D4,
|
.formations = 0x802194D4,
|
||||||
.stages = 0x802195D8,
|
.stages = 0x802195D8,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
AREA(section_1),
|
AREA(area_kmr_part_2),
|
||||||
.name = "エリア KMR その2",
|
.name = "エリア KMR その2",
|
||||||
.formations = 0x80219840,
|
.formations = 0x80219840,
|
||||||
.stages = 0x8021987C,
|
.stages = 0x8021987C,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
AREA(section_2),
|
AREA(area_kmr_part_3),
|
||||||
.name = "エリア KMR その3",
|
.name = "エリア KMR その3",
|
||||||
.formations = 0x8021A2AC,
|
.formations = 0x8021A2AC,
|
||||||
.stages = 0x8021A360,
|
.stages = 0x8021A360,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
AREA(section_3),
|
AREA(area_mac),
|
||||||
.name = "エリア MAC",
|
.name = "エリア MAC",
|
||||||
.formations = 0x80232A5C,
|
.formations = 0x80232A5C,
|
||||||
.stages = 0x80232AD4,
|
.stages = 0x80232AD4,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
AREA(section_4),
|
AREA(area_hos),
|
||||||
.name = "エリア HOS",
|
.name = "エリア HOS",
|
||||||
.formations = 0x80225F24,
|
.formations = 0x80225F24,
|
||||||
.stages = 0x80225F88,
|
.stages = 0x80225F88,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
AREA(section_5),
|
AREA(area_nok),
|
||||||
.name = "エリア NOK",
|
.name = "エリア NOK",
|
||||||
.formations = 0x80219520,
|
.formations = 0x80219520,
|
||||||
.stages = 0x80219728,
|
.stages = 0x80219728,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
AREA(section_6),
|
AREA(area_trd_part_1),
|
||||||
.name = "エリア TRD その1",
|
.name = "エリア TRD その1",
|
||||||
.formations = 0x80218CB0,
|
.formations = 0x80218CB0,
|
||||||
.stages = 0x80218EE0,
|
.stages = 0x80218EE0,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
AREA(section_7),
|
AREA(area_trd_part_2),
|
||||||
.name = "エリア TRD その2",
|
.name = "エリア TRD その2",
|
||||||
.formations = 0x8021A5DC,
|
.formations = 0x8021A5DC,
|
||||||
.stages = 0x8021A604,
|
.stages = 0x8021A604,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
AREA(section_8),
|
AREA(area_trd_part_3),
|
||||||
.name = "エリア TRD その3",
|
.name = "エリア TRD その3",
|
||||||
.formations = 0x8021823C,
|
.formations = 0x8021823C,
|
||||||
.stages = 0x80218264,
|
.stages = 0x80218264,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
AREA(section_9),
|
AREA(area_iwa),
|
||||||
.name = "エリア IWA",
|
.name = "エリア IWA",
|
||||||
.formations = 0x802185B8,
|
.formations = 0x802185B8,
|
||||||
.stages = 0x802186E4,
|
.stages = 0x802186E4,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
AREA(section_10),
|
AREA(area_sbk),
|
||||||
.name = "エリア SBK",
|
.name = "エリア SBK",
|
||||||
.formations = 0x8021FE80,
|
.formations = 0x8021FE80,
|
||||||
.stages = 0x8021FFE8,
|
.stages = 0x8021FFE8,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
AREA(section_11),
|
AREA(area_isk_part_1),
|
||||||
.name = "エリア ISK その1",
|
.name = "エリア ISK その1",
|
||||||
.formations = 0x80224700,
|
.formations = 0x80224700,
|
||||||
.stages = 0x802248A4,
|
.stages = 0x802248A4,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
AREA(section_12),
|
AREA(area_isk_part_2),
|
||||||
.name = "エリア ISK その2",
|
.name = "エリア ISK その2",
|
||||||
.formations = 0x80220448,
|
.formations = 0x80220448,
|
||||||
.stages = 0x80220470,
|
.stages = 0x80220470,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
AREA(section_13),
|
AREA(area_mim),
|
||||||
.name = "エリア MIM",
|
.name = "エリア MIM",
|
||||||
.formations = 0x8021EA70,
|
.formations = 0x8021EA70,
|
||||||
.stages = 0x8021EBEC,
|
.stages = 0x8021EBEC,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
AREA(section_14),
|
AREA(area_arn),
|
||||||
.name = "エリア ARN",
|
.name = "エリア ARN",
|
||||||
.formations = 0x80228110,
|
.formations = 0x80228110,
|
||||||
.stages = 0x80228278,
|
.stages = 0x80228278,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
AREA(section_15),
|
AREA(area_dgb),
|
||||||
.name = "0x8009A438",
|
.name = "エリア DGB",
|
||||||
.formations = 0x8021B38C,
|
.formations = 0x8021B38C,
|
||||||
.stages = 0x8021B418,
|
.stages = 0x8021B418,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
AREA(section_16),
|
AREA(area_omo),
|
||||||
.name = "エリア OMO",
|
.name = "エリア OMO",
|
||||||
.formations = 0x80230730,
|
.formations = 0x80230730,
|
||||||
.stages = 0x80230AC8,
|
.stages = 0x80230AC8,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
AREA(section_17),
|
AREA(area_omo2),
|
||||||
.name = "エリア OMO2",
|
.name = "エリア OMO2",
|
||||||
.formations = 0x8022FBF4,
|
.formations = 0x8022FBF4,
|
||||||
.stages = 0x8022FC1C,
|
.stages = 0x8022FC1C,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
AREA(section_18),
|
AREA(area_omo3),
|
||||||
.name = "エリア OMO3",
|
.name = "エリア OMO3",
|
||||||
.formations = 0x8022EA2C,
|
.formations = 0x8022EA2C,
|
||||||
.stages = 0x8022EB1C,
|
.stages = 0x8022EB1C,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
AREA(section_19),
|
AREA(area_kgr),
|
||||||
.name = "エリア KGR",
|
.name = "エリア KGR",
|
||||||
.formations = 0x8021D5FC,
|
.formations = 0x8021D5FC,
|
||||||
.stages = 0x8021D624,
|
.stages = 0x8021D624,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
AREA(section_20),
|
AREA(area_jan),
|
||||||
.name = "エリア JAN",
|
.name = "エリア JAN",
|
||||||
.formations = 0x80228AF8,
|
.formations = 0x80228AF8,
|
||||||
.stages = 0x80228C60,
|
.stages = 0x80228C60,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
AREA(section_21),
|
AREA(area_jan2),
|
||||||
.name = "エリア JAN2",
|
.name = "エリア JAN2",
|
||||||
.formations = 0x8021F6C8,
|
.formations = 0x8021F6C8,
|
||||||
.stages = 0x8021F72C,
|
.stages = 0x8021F72C,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
AREA(section_22),
|
AREA(area_kzn),
|
||||||
.name = "エリア KZN",
|
.name = "エリア KZN",
|
||||||
.formations = 0x80229E74,
|
.formations = 0x80229E74,
|
||||||
.stages = 0x8022A02C,
|
.stages = 0x8022A02C,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
AREA(section_23),
|
AREA(area_kzn2),
|
||||||
.name = "エリア KZN2",
|
.name = "エリア KZN2",
|
||||||
.formations = 0x8022AA08,
|
.formations = 0x8022AA08,
|
||||||
.stages = 0x8022AA44,
|
.stages = 0x8022AA44,
|
||||||
.dmaTable = 0x8022AA84,
|
.dmaTable = 0x8022AA84,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
AREA(section_24),
|
AREA(area_flo),
|
||||||
.name = "エリア FLO",
|
.name = "エリア FLO",
|
||||||
.formations = 0x80234574,
|
.formations = 0x80234574,
|
||||||
.stages = 0x8023486C,
|
.stages = 0x8023486C,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
AREA(section_25),
|
AREA(area_flo2),
|
||||||
.name = "エリア FLO2",
|
.name = "エリア FLO2",
|
||||||
.formations = 0x802356FC,
|
.formations = 0x802356FC,
|
||||||
.stages = 0x80235788,
|
.stages = 0x80235788,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
AREA(section_26),
|
AREA(area_tik),
|
||||||
.name = "エリア TIK",
|
.name = "エリア TIK",
|
||||||
.formations = 0x802340B4,
|
.formations = 0x802340B4,
|
||||||
.stages = 0x802342BC,
|
.stages = 0x802342BC,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
AREA(section_27),
|
AREA(area_tik2),
|
||||||
.name = "エリア TIK2",
|
.name = "エリア TIK2",
|
||||||
.formations = 0x80227A90,
|
.formations = 0x80227A90,
|
||||||
.stages = 0x80227AE0,
|
.stages = 0x80227AE0,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
AREA(section_28),
|
AREA(area_tik3),
|
||||||
.name = "エリア TIK3",
|
.name = "エリア TIK3",
|
||||||
.formations = 0x802232E8,
|
.formations = 0x802232E8,
|
||||||
.stages = 0x8022334C,
|
.stages = 0x8022334C,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
AREA(section_29),
|
AREA(area_sam),
|
||||||
.name = "エリア SAM",
|
.name = "エリア SAM",
|
||||||
.formations = 0x80231164,
|
.formations = 0x80231164,
|
||||||
.stages = 0x80231290,
|
.stages = 0x80231290,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
AREA(section_30),
|
AREA(area_sam2),
|
||||||
.name = "エリア SAM2",
|
.name = "エリア SAM2",
|
||||||
.formations = 0x802234F0,
|
.formations = 0x802234F0,
|
||||||
.stages = 0x8022352C,
|
.stages = 0x8022352C,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
AREA(section_31),
|
AREA(area_pra),
|
||||||
.name = "エリア PRA",
|
.name = "エリア PRA",
|
||||||
.formations = 0x8022F4D4,
|
.formations = 0x8022F4D4,
|
||||||
.stages = 0x8022F614,
|
.stages = 0x8022F614,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
AREA(section_32),
|
AREA(area_pra2),
|
||||||
.name = "エリア PRA2",
|
.name = "エリア PRA2",
|
||||||
.formations = 0x802215A0,
|
.formations = 0x802215A0,
|
||||||
.stages = 0x802215C8,
|
.stages = 0x802215C8,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
AREA(section_33),
|
AREA(area_pra3),
|
||||||
.name = "エリア PRA3",
|
.name = "エリア PRA3",
|
||||||
.formations = 0x80232888,
|
.formations = 0x80232888,
|
||||||
.stages = 0x8023298C,
|
.stages = 0x8023298C,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
AREA(section_34),
|
AREA(area_kpa),
|
||||||
.name = "エリア KPA",
|
.name = "エリア KPA",
|
||||||
.formations = 0x80231A64,
|
.formations = 0x80231A64,
|
||||||
.stages = 0x80231ED8,
|
.stages = 0x80231ED8,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
AREA(section_35),
|
AREA(area_kpa2),
|
||||||
.name = "エリア KPA2",
|
.name = "エリア KPA2",
|
||||||
.formations = 0x802346A8,
|
.formations = 0x802346A8,
|
||||||
.stages = 0x80234720,
|
.stages = 0x80234720,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
AREA(section_36),
|
AREA(area_kpa3),
|
||||||
.name = "エリア KPA3",
|
.name = "エリア KPA3",
|
||||||
.formations = 0x8022839C,
|
.formations = 0x8022839C,
|
||||||
.stages = 0x802283EC,
|
.stages = 0x802283EC,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
AREA(section_37),
|
AREA(area_kpa4),
|
||||||
.name = "エリア KPA4",
|
.name = "エリア KPA4",
|
||||||
.formations = 0x80227910,
|
.formations = 0x80227910,
|
||||||
.stages = 0x80227988,
|
.stages = 0x80227988,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
AREA(section_38),
|
AREA(area_kkj),
|
||||||
.name = "エリア KKJ",
|
.name = "エリア KKJ",
|
||||||
.formations = 0x802185BC,
|
.formations = 0x802185BC,
|
||||||
.stages = 0x802185E4,
|
.stages = 0x802185E4,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
AREA(section_39),
|
AREA(area_dig),
|
||||||
.name = "エリア DIG",
|
.name = "エリア DIG",
|
||||||
.formations = 0x8022A7C4,
|
.formations = 0x8022A7C4,
|
||||||
.stages = 0x8022A83C,
|
.stages = 0x8022A83C,
|
||||||
},
|
},
|
||||||
{},
|
{},
|
||||||
{
|
{
|
||||||
AREA(section_41),
|
AREA(area_omo2_1),
|
||||||
.name = "エリア OMO2_1",
|
.name = "エリア OMO2_1",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
AREA(section_42),
|
AREA(area_omo2_2),
|
||||||
.name = "エリア OMO2_2",
|
.name = "エリア OMO2_2",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
AREA(section_43),
|
AREA(area_omo2_3),
|
||||||
.name = "エリア OMO2_3",
|
.name = "エリア OMO2_3",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
AREA(section_44),
|
AREA(area_omo2_4),
|
||||||
.name = "エリア OMO2_4",
|
.name = "エリア OMO2_4",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
AREA(section_45),
|
AREA(area_omo2_5),
|
||||||
.name = "エリア OMO2_5",
|
.name = "エリア OMO2_5",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
AREA(section_46),
|
AREA(area_omo2_6),
|
||||||
.name = "エリア OMO2_6",
|
.name = "エリア OMO2_6",
|
||||||
},
|
},
|
||||||
{},
|
{},
|
||||||
|
@ -899,277 +899,277 @@ segments:
|
|||||||
files:
|
files:
|
||||||
- [0x415D90, c]
|
- [0x415D90, c]
|
||||||
- [0x4200C0, bin] # todo split this further
|
- [0x4200C0, bin] # todo split this further
|
||||||
- name: battle/section_0/
|
- name: battle/area_kmr_part_1/
|
||||||
type: code
|
type: code
|
||||||
start: 0x4309A0
|
start: 0x4309A0
|
||||||
vram: 0x80218000
|
vram: 0x80218000
|
||||||
files:
|
files:
|
||||||
- [0x4309A0, bin]
|
- [0x4309A0, bin]
|
||||||
- name: battle/section_1/
|
- name: battle/area_kmr_part_2/
|
||||||
type: code
|
type: code
|
||||||
start: 0x439A90
|
start: 0x439A90
|
||||||
vram: 0x80218000
|
vram: 0x80218000
|
||||||
files:
|
files:
|
||||||
- [0x439A90, bin]
|
- [0x439A90, bin]
|
||||||
- name: battle/section_2/
|
- name: battle/area_kmr_part_3/
|
||||||
type: code
|
type: code
|
||||||
start: 0x447440
|
start: 0x447440
|
||||||
vram: 0x80218000
|
vram: 0x80218000
|
||||||
files:
|
files:
|
||||||
- [0x447440, bin]
|
- [0x447440, bin]
|
||||||
- name: battle/section_3/
|
- name: battle/area_mac/
|
||||||
type: code
|
type: code
|
||||||
start: 0x464490
|
start: 0x464490
|
||||||
vram: 0x80218000
|
vram: 0x80218000
|
||||||
files:
|
files:
|
||||||
- [0x464490, bin]
|
- [0x464490, bin]
|
||||||
- name: battle/section_4/
|
- name: battle/area_hos/
|
||||||
type: code
|
type: code
|
||||||
start: 0x47F0B0
|
start: 0x47F0B0
|
||||||
vram: 0x80218000
|
vram: 0x80218000
|
||||||
files:
|
files:
|
||||||
- [0x47F0B0, bin]
|
- [0x47F0B0, bin]
|
||||||
- name: battle/section_5/
|
- name: battle/area_nok/
|
||||||
type: code
|
type: code
|
||||||
start: 0x48D1A0
|
start: 0x48D1A0
|
||||||
vram: 0x80218000
|
vram: 0x80218000
|
||||||
files:
|
files:
|
||||||
- [0x48D1A0, bin]
|
- [0x48D1A0, bin]
|
||||||
- name: battle/section_6/
|
- name: battle/area_trd_part_1/
|
||||||
type: code
|
type: code
|
||||||
start: 0x4A10A0
|
start: 0x4A10A0
|
||||||
vram: 0x80218000
|
vram: 0x80218000
|
||||||
files:
|
files:
|
||||||
- [0x4A10A0, bin]
|
- [0x4A10A0, bin]
|
||||||
- name: battle/section_7/
|
- name: battle/area_trd_part_2/
|
||||||
type: code
|
type: code
|
||||||
start: 0x4B11F0
|
start: 0x4B11F0
|
||||||
vram: 0x80218000
|
vram: 0x80218000
|
||||||
files:
|
files:
|
||||||
- [0x4B11F0, bin]
|
- [0x4B11F0, bin]
|
||||||
- name: battle/section_8/
|
- name: battle/area_trd_part_3/
|
||||||
type: code
|
type: code
|
||||||
start: 0x4CF1B0
|
start: 0x4CF1B0
|
||||||
vram: 0x80218000
|
vram: 0x80218000
|
||||||
files:
|
files:
|
||||||
- [0x4CF1B0, bin]
|
- [0x4CF1B0, bin]
|
||||||
- name: battle/section_9/
|
- name: battle/area_iwa/
|
||||||
type: code
|
type: code
|
||||||
start: 0x4D01F0
|
start: 0x4D01F0
|
||||||
vram: 0x80218000
|
vram: 0x80218000
|
||||||
files:
|
files:
|
||||||
- [0x4D01F0, bin]
|
- [0x4D01F0, bin]
|
||||||
- name: battle/section_10/
|
- name: battle/area_sbk/
|
||||||
type: code
|
type: code
|
||||||
start: 0x4DA5E0
|
start: 0x4DA5E0
|
||||||
vram: 0x80218000
|
vram: 0x80218000
|
||||||
files:
|
files:
|
||||||
- [0x4DA5E0, bin]
|
- [0x4DA5E0, bin]
|
||||||
- name: battle/section_11/
|
- name: battle/area_isk_part_1/
|
||||||
type: code
|
type: code
|
||||||
start: 0x4E2740
|
start: 0x4E2740
|
||||||
vram: 0x80218000
|
vram: 0x80218000
|
||||||
files:
|
files:
|
||||||
- [0x4E2740, bin]
|
- [0x4E2740, bin]
|
||||||
- name: battle/section_12/
|
- name: battle/area_isk_part_2/
|
||||||
type: code
|
type: code
|
||||||
start: 0x4EF4A0
|
start: 0x4EF4A0
|
||||||
vram: 0x80218000
|
vram: 0x80218000
|
||||||
files:
|
files:
|
||||||
- [0x4EF4A0, bin]
|
- [0x4EF4A0, bin]
|
||||||
- name: battle/section_13/
|
- name: battle/area_mim/
|
||||||
type: code
|
type: code
|
||||||
start: 0x4F7BE0
|
start: 0x4F7BE0
|
||||||
vram: 0x80218000
|
vram: 0x80218000
|
||||||
files:
|
files:
|
||||||
- [0x4F7BE0, bin]
|
- [0x4F7BE0, bin]
|
||||||
- name: battle/section_14/
|
- name: battle/area_arn/
|
||||||
type: code
|
type: code
|
||||||
start: 0x4FEA50
|
start: 0x4FEA50
|
||||||
vram: 0x80218000
|
vram: 0x80218000
|
||||||
files:
|
files:
|
||||||
- [0x4FEA50, bin]
|
- [0x4FEA50, bin]
|
||||||
- name: battle/section_15/
|
- name: battle/area_dgb/
|
||||||
type: code
|
type: code
|
||||||
start: 0x50F020
|
start: 0x50F020
|
||||||
vram: 0x80218000
|
vram: 0x80218000
|
||||||
files:
|
files:
|
||||||
- [0x50F020, bin]
|
- [0x50F020, bin]
|
||||||
- name: battle/section_16/
|
- name: battle/area_omo/
|
||||||
type: code
|
type: code
|
||||||
start: 0x5125D0
|
start: 0x5125D0
|
||||||
vram: 0x80218000
|
vram: 0x80218000
|
||||||
files:
|
files:
|
||||||
- [0x5125D0, bin]
|
- [0x5125D0, bin]
|
||||||
- name: battle/section_17/
|
- name: battle/area_omo2/
|
||||||
type: code
|
type: code
|
||||||
start: 0x52B6A0
|
start: 0x52B6A0
|
||||||
vram: 0x80218000
|
vram: 0x80218000
|
||||||
files:
|
files:
|
||||||
- [0x52B6A0, bin]
|
- [0x52B6A0, bin]
|
||||||
- name: battle/section_41/
|
- name: battle/area_omo2_1/
|
||||||
type: code
|
type: code
|
||||||
start: 0x543570
|
start: 0x543570
|
||||||
vram: 0x80231000
|
vram: 0x80231000
|
||||||
files:
|
files:
|
||||||
- [0x543570, bin]
|
- [0x543570, bin]
|
||||||
- name: battle/section_42/
|
- name: battle/area_omo2_2/
|
||||||
type: code
|
type: code
|
||||||
start: 0x5483E0
|
start: 0x5483E0
|
||||||
vram: 0x80231000
|
vram: 0x80231000
|
||||||
files:
|
files:
|
||||||
- [0x5483E0, bin]
|
- [0x5483E0, bin]
|
||||||
- name: battle/section_43/
|
- name: battle/area_omo2_3/
|
||||||
type: code
|
type: code
|
||||||
start: 0x54CC70
|
start: 0x54CC70
|
||||||
vram: 0x80231000
|
vram: 0x80231000
|
||||||
files:
|
files:
|
||||||
- [0x54CC70, bin]
|
- [0x54CC70, bin]
|
||||||
- name: battle/section_44/
|
- name: battle/area_omo2_4/
|
||||||
type: code
|
type: code
|
||||||
start: 0x552440
|
start: 0x552440
|
||||||
vram: 0x80231000
|
vram: 0x80231000
|
||||||
files:
|
files:
|
||||||
- [0x552440, bin]
|
- [0x552440, bin]
|
||||||
- name: battle/section_45/
|
- name: battle/area_omo2_5/
|
||||||
type: code
|
type: code
|
||||||
start: 0x552BB0
|
start: 0x552BB0
|
||||||
vram: 0x80231000
|
vram: 0x80231000
|
||||||
files:
|
files:
|
||||||
- [0x552BB0, bin]
|
- [0x552BB0, bin]
|
||||||
- name: battle/section_46/
|
- name: battle/area_omo2_6/
|
||||||
type: code
|
type: code
|
||||||
start: 0x556C90
|
start: 0x556C90
|
||||||
vram: 0x80231000
|
vram: 0x80231000
|
||||||
files:
|
files:
|
||||||
- [0x556C90, bin]
|
- [0x556C90, bin]
|
||||||
- name: battle/section_18/
|
- name: battle/area_omo3/
|
||||||
type: code
|
type: code
|
||||||
start: 0x5573E0
|
start: 0x5573E0
|
||||||
vram: 0x80218000
|
vram: 0x80218000
|
||||||
files:
|
files:
|
||||||
- [0x5573E0, bin]
|
- [0x5573E0, bin]
|
||||||
- name: battle/section_19/
|
- name: battle/area_kgr/
|
||||||
type: code
|
type: code
|
||||||
start: 0x56E2A0
|
start: 0x56E2A0
|
||||||
vram: 0x80218000
|
vram: 0x80218000
|
||||||
files:
|
files:
|
||||||
- [0x56E2A0, bin]
|
- [0x56E2A0, bin]
|
||||||
- name: battle/section_20/
|
- name: battle/area_jan/
|
||||||
type: code
|
type: code
|
||||||
start: 0x573920
|
start: 0x573920
|
||||||
vram: 0x80218000
|
vram: 0x80218000
|
||||||
files:
|
files:
|
||||||
- [0x573920, bin]
|
- [0x573920, bin]
|
||||||
- name: battle/section_21/
|
- name: battle/area_jan2/
|
||||||
type: code
|
type: code
|
||||||
start: 0x584940
|
start: 0x584940
|
||||||
vram: 0x80218000
|
vram: 0x80218000
|
||||||
files:
|
files:
|
||||||
- [0x584940, bin]
|
- [0x584940, bin]
|
||||||
- name: battle/section_22/
|
- name: battle/area_kzn/
|
||||||
type: code
|
type: code
|
||||||
start: 0x58C2F0
|
start: 0x58C2F0
|
||||||
vram: 0x80218000
|
vram: 0x80218000
|
||||||
files:
|
files:
|
||||||
- [0x58C2F0, bin]
|
- [0x58C2F0, bin]
|
||||||
- name: battle/section_23/
|
- name: battle/area_kzn2/
|
||||||
type: code
|
type: code
|
||||||
start: 0x59E6E0
|
start: 0x59E6E0
|
||||||
vram: 0x80218000
|
vram: 0x80218000
|
||||||
files:
|
files:
|
||||||
- [0x59E6E0, bin]
|
- [0x59E6E0, bin]
|
||||||
- name: battle/section_24/
|
- name: battle/area_flo/
|
||||||
type: code
|
type: code
|
||||||
start: 0x5B14B0
|
start: 0x5B14B0
|
||||||
vram: 0x80218000
|
vram: 0x80218000
|
||||||
files:
|
files:
|
||||||
- [0x5B14B0, bin]
|
- [0x5B14B0, bin]
|
||||||
- name: battle/section_25/
|
- name: battle/area_flo2/
|
||||||
type: code
|
type: code
|
||||||
start: 0x5CE690
|
start: 0x5CE690
|
||||||
vram: 0x80218000
|
vram: 0x80218000
|
||||||
files:
|
files:
|
||||||
- [0x5CE690, bin]
|
- [0x5CE690, bin]
|
||||||
- name: battle/section_26/
|
- name: battle/area_tik/
|
||||||
type: code
|
type: code
|
||||||
start: 0x5EC490
|
start: 0x5EC490
|
||||||
vram: 0x80218000
|
vram: 0x80218000
|
||||||
files:
|
files:
|
||||||
- [0x5EC490, bin]
|
- [0x5EC490, bin]
|
||||||
- name: battle/section_27/
|
- name: battle/area_tik2/
|
||||||
type: code
|
type: code
|
||||||
start: 0x608AB0
|
start: 0x608AB0
|
||||||
vram: 0x80218000
|
vram: 0x80218000
|
||||||
files:
|
files:
|
||||||
- [0x608AB0, bin]
|
- [0x608AB0, bin]
|
||||||
- name: battle/section_28/
|
- name: battle/area_tik3/
|
||||||
type: code
|
type: code
|
||||||
start: 0x6186F0
|
start: 0x6186F0
|
||||||
vram: 0x80218000
|
vram: 0x80218000
|
||||||
files:
|
files:
|
||||||
- [0x6186F0, bin]
|
- [0x6186F0, bin]
|
||||||
- name: battle/section_29/
|
- name: battle/area_sam/
|
||||||
type: code
|
type: code
|
||||||
start: 0x623BA0
|
start: 0x623BA0
|
||||||
vram: 0x80218000
|
vram: 0x80218000
|
||||||
files:
|
files:
|
||||||
- [0x623BA0, bin]
|
- [0x623BA0, bin]
|
||||||
- name: battle/section_30/
|
- name: battle/area_sam2/
|
||||||
type: code
|
type: code
|
||||||
start: 0x63D1E0
|
start: 0x63D1E0
|
||||||
vram: 0x80218000
|
vram: 0x80218000
|
||||||
files:
|
files:
|
||||||
- [0x63D1E0, bin]
|
- [0x63D1E0, bin]
|
||||||
- name: battle/section_31/
|
- name: battle/area_pra/
|
||||||
type: code
|
type: code
|
||||||
start: 0x648E10
|
start: 0x648E10
|
||||||
vram: 0x80218000
|
vram: 0x80218000
|
||||||
files:
|
files:
|
||||||
- [0x648E10, bin]
|
- [0x648E10, bin]
|
||||||
- name: battle/section_32/
|
- name: battle/area_pra2/
|
||||||
type: code
|
type: code
|
||||||
start: 0x660750
|
start: 0x660750
|
||||||
vram: 0x80218000
|
vram: 0x80218000
|
||||||
files:
|
files:
|
||||||
- [0x660750, bin]
|
- [0x660750, bin]
|
||||||
- name: battle/section_33/
|
- name: battle/area_pra3/
|
||||||
type: code
|
type: code
|
||||||
start: 0x669D80
|
start: 0x669D80
|
||||||
vram: 0x80218000
|
vram: 0x80218000
|
||||||
files:
|
files:
|
||||||
- [0x669D80, bin]
|
- [0x669D80, bin]
|
||||||
- name: battle/section_34/
|
- name: battle/area_kpa/
|
||||||
type: code
|
type: code
|
||||||
start: 0x684A30
|
start: 0x684A30
|
||||||
vram: 0x80218000
|
vram: 0x80218000
|
||||||
files:
|
files:
|
||||||
- [0x684A30, bin]
|
- [0x684A30, bin]
|
||||||
- name: battle/section_35/
|
- name: battle/area_kpa2/
|
||||||
type: code
|
type: code
|
||||||
start: 0x69F200
|
start: 0x69F200
|
||||||
vram: 0x80218000
|
vram: 0x80218000
|
||||||
files:
|
files:
|
||||||
- [0x69F200, bin]
|
- [0x69F200, bin]
|
||||||
- name: battle/section_36/
|
- name: battle/area_kpa3/
|
||||||
type: code
|
type: code
|
||||||
start: 0x6BBB90
|
start: 0x6BBB90
|
||||||
vram: 0x80218000
|
vram: 0x80218000
|
||||||
files:
|
files:
|
||||||
- [0x6BBB90, bin]
|
- [0x6BBB90, bin]
|
||||||
- name: battle/section_37/
|
- name: battle/area_kpa4/
|
||||||
type: code
|
type: code
|
||||||
start: 0x6CC070
|
start: 0x6CC070
|
||||||
vram: 0x80218000
|
vram: 0x80218000
|
||||||
files:
|
files:
|
||||||
- [0x6CC070, bin]
|
- [0x6CC070, bin]
|
||||||
- name: battle/section_38/
|
- name: battle/area_kkj/
|
||||||
type: code
|
type: code
|
||||||
start: 0x6DBDA0
|
start: 0x6DBDA0
|
||||||
vram: 0x80218000
|
vram: 0x80218000
|
||||||
files:
|
files:
|
||||||
- [0x6DBDA0, bin]
|
- [0x6DBDA0, bin]
|
||||||
- name: battle/section_39/
|
- name: battle/area_dig/
|
||||||
type: code
|
type: code
|
||||||
start: 0x6DDDC0
|
start: 0x6DDDC0
|
||||||
vram: 0x80218000
|
vram: 0x80218000
|
||||||
|
Loading…
Reference in New Issue
Block a user