mirror of
https://github.com/haven1433/HexManiacAdvance.git
synced 2026-05-19 19:58:04 -05:00
Added some Battle Tent data. (#186)
* Added the table at Emerald's address 5DE02C. Added the list of Pokémon available from the Slateport Battle Tent. The formatting is the way it is presumably due to a bug that thinks that putting a space after a nested table field invalidates the entire table format. It may change. * Added the corresponding trainers table. Same formatting deal as the preceding commit. The `pokemon<>` field should be `pokemon<[pokemon:data.pokemon.names]!FFFF>`, but HMA does not allow that. * Added the corresponding data for Verdanturf's tent * Added the corresponding data for Fallarbor's tent.
This commit is contained in:
parent
01fc86e263
commit
bb97eea2b3
|
|
@ -863,7 +863,13 @@ data.text.trade.messages, , , , , 124
|
|||
graphics.menus.trade.windowtemplates.others, , , , , , , , , 0773A8, [background. tilemapleft. tilemaptop. width. height. paletteID. baseblock:]!FF00000000000000
|
||||
graphics.menus.trade.windowtemplates.yesno, , , , , , , , , 078EEC, [background. tilemapleft. tilemaptop. width. height. paletteID. baseblock:]1
|
||||
data.statstages.default, 013104, 013104, 013104, 013104, 014ED4, 014ED4, 014EE8, 014EE8, 03D024, [numerator. denominator. ratio|=numerator÷denominator]13
|
||||
scripts.seagallop.destinations, , , , , 1471B0, 14718C, 147228, 147204, , [bank. map. x. y.]scripts.seagallop.count
|
||||
scripts.seagallop.destinations, , , , , 1471B0, 14718C, 147228, 147204, , [bank. map. x. y.]scripts.seagallop.count
|
||||
data.battlefrontier.battletent.slateport.pokemon, , , , , , , , , 165DA4, [pokemon:data.pokemon.names [move:data.pokemon.moves.names]4item.data.battlefrontier.items EVspread. nature.data.pokemon.natures.names padding:.]70
|
||||
data.battlefrontier.battletent.slateport.trainers, , , , , , , , , 165D9C, [facilityclass.data.battlefrontier.trainerclass padding:. name""8 [[word:|h]6]3pokemon<>]30
|
||||
data.battlefrontier.battletent.verdanturf.pokemon, , , , , , , , , 165DC4, [pokemon:data.pokemon.names [move:data.pokemon.moves.names]4item.data.battlefrontier.items EVspread. nature.data.pokemon.natures.names padding:.]45
|
||||
data.battlefrontier.battletent.verdanturf.trainers, , , , , , , , , 165DBC, [facilityclass.data.battlefrontier.trainerclass padding:. name""8 [[word:|h]6]3pokemon<>]30
|
||||
data.battlefrontier.battletent.fallarbor.pokemon, , , , , , , , , 165DE4, [pokemon:data.pokemon.names [move:data.pokemon.moves.names]4item.data.battlefrontier.items EVspread. nature.data.pokemon.natures.names padding:.]45
|
||||
data.battlefrontier.battletent.fallarbor.trainers, , , , , , , , , 165DDC, [facilityclass.data.battlefrontier.trainerclass padding:. name""8 [[word:|h]6]3pokemon<>]30
|
||||
|
||||
// From Soup
|
||||
data.statstages.accuracy, 01C578, 01C578, 01C578, 01C578, 01E108, 01E108, 01E11C, 01E11C, 046918, [numerator. divisor. unused:]13
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user