If you are still using the old URL (datacrystal.romhacking.net), please update your bookmarks! The old URL may stop working soon.
The current URL is datacrystal.tcrf.net.
The current URL is datacrystal.tcrf.net.
Mother 3/Battle skills table: Difference between revisions
< Mother 3
Jump to navigation
Jump to search
Lorenzooone (talk | contribs) |
Lelegofrog (talk | contribs) m (Lelegofrog moved page MOTHER 3/Battle skills table to Mother 3/Battle skills table: title consistency with TCRF) |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 5: | Line 5: | ||
|loc=ROM | |loc=ROM | ||
|start=0xCF728 | |start=0xCF728 | ||
|end= | |end=0xD0D27 | ||
|numentries= | |numentries=64 (0x40) | ||
|entrylength=44 bytes (0x2C) | |entrylength=44 bytes (0x2C) | ||
|totallength= | |totallength=2816 bytes (0xB00) | ||
}} | }} | ||
==Overview== | ==Overview== | ||
The battle skills table is indexed by the [[MOTHER_3:Special_text|Special text table]] and contains battle actions for party members and guests.<br> | The battle skills table is indexed by the [[MOTHER_3:Special_text|Special text table]] and contains battle actions for party members and guests.<br> | ||
Every entry is almost totally made by the Info chunk. | |||
==Format== | ==Format== | ||
There are | There are 64 entries; each entry contains 44 bytes. | ||
===Field listing=== | ===Field listing=== | ||
Line 27: | Line 27: | ||
00 | {{color2|#000000|#AFB923|[ A ]}} {{color2|#FFFFFF|#053656|[ B ->}} | 00 | {{color2|#000000|#AFB923|[ A ]}} {{color2|#FFFFFF|#053656|[ B ->}} | ||
10 | {{color2|#FFFFFF|#053656|<- B ->}} | 10 | {{color2|#FFFFFF|#053656|<- B ->}} | ||
20 | {{color2|#FFFFFF|#053656|<- | 20 | {{color2|#FFFFFF|#053656|<- B ]}} | ||
==Info chunk== | ==Info chunk== | ||
[[MOTHER_3:PSI_data|PSI data]], [[MOTHER_3:Item_data|Item data]], [[MOTHER_3:Battle_skills_table|Battle skills table]] and [[MOTHER_3:Battle_actions_table|Battle actions table]] all share this group of 0x28 (40) bytes.<br><br> | |||
It is called [[MOTHER_3:Battle_tables_info_chunk|Battle Info chunk]].<br><br> |
Latest revision as of 02:03, 20 May 2024
This is a sub-page of Mother 3.
Battle skills table | |
Game | MOTHER 3 |
Start Address | 0xCF728 |
End Address | 0xD0D27 |
# of Entries | 64 (0x40) |
Entry Length | 44 bytes (0x2C) |
Total Length | 2816 bytes (0xB00) |
Back to the ROM map |
Overview
The battle skills table is indexed by the Special text table and contains battle actions for party members and guests.
Every entry is almost totally made by the Info chunk.
Format
There are 64 entries; each entry contains 44 bytes.
Field listing
- 00-03 (04) = [ A ] Battle Skill ID
- 04-2B (28) = [ B ] PSI/Item/Actions Info Chunk
Table view
00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F +-------------------------------------------------------------------------------- 00 | [ A ] [ B -> 10 | <- B -> 20 | <- B ]
Info chunk
PSI data, Item data, Battle skills table and Battle actions table all share this group of 0x28 (40) bytes.
It is called Battle Info chunk.