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/Enemy memo placement: Difference between revisions
< Mother 3
Jump to navigation
Jump to search
Lorenzooone (talk | contribs) (→Format) |
Lelegofrog (talk | contribs) mNo edit summary |
||
(6 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{subpage|game= | {{subpage|game=Mother 3}} | ||
{{Infobox table|name=Enemy | {{Infobox table|name=Enemy height placement | ||
|game= | |game=Mother 3 | ||
|loc=ROM | |loc=ROM | ||
|start=0xC6D62 | |start=0xC6D62 | ||
Line 14: | Line 14: | ||
To see the height of the enemies in Battle, go to [[MOTHER_3:Enemy_data|Enemy data]]. | To see the height of the enemies in Battle, go to [[MOTHER_3:Enemy_data|Enemy data]]. | ||
This table has 255 entries. | This table has 255 entries. | ||
==Format== | ==Format== | ||
Each entry is 2 bytes long, the first | Each entry is 2 bytes long, the first one tells the game where on the Y axis to put the enemy sprite. | ||
The second one is unknown what it does. | The second one is unknown what it does. | ||
The game adds different values based on enemies when loading it. | The game adds different values based on enemies when loading it. | ||
These values are from the [[Mother 3/Enemy data|Enemy data]] table. | |||
[[Category: | [[Category:Mother 3|Enemy height placement]] |
Latest revision as of 02:24, 20 May 2024
This is a sub-page of Mother 3.
Enemy height placement | |
Game | Mother 3 |
Start Address | 0xC6D62 |
End Address | 0xC6F5F |
# of Entries | 255 (0xFF) |
Entry Length | 2 |
Total Length | 510 bytes (0x1FE) |
Back to the ROM map |
Overview
This table sets the height of the enemies in the Battle Memory menu. To see the height of the enemies in Battle, go to Enemy data. This table has 255 entries.
Format
Each entry is 2 bytes long, the first one tells the game where on the Y axis to put the enemy sprite. The second one is unknown what it does.
The game adds different values based on enemies when loading it.
These values are from the Enemy data table.