Welcome to Data Crystal's new home! Data Crystal is now part of the TCRF family (sort of).
The wiki has recently moved; please report any issues in Discord. Pardon the dust.

Mother 3/Enemy memo placement: Difference between revisions

From Data Crystal
Jump to navigation Jump to search
mNo edit summary
 
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{subpage|game=MOTHER 3:ROM map}}
{{subpage|game=Mother 3}}
{{Infobox table|name=Enemy heigt placement
{{Infobox table|name=Enemy height placement
|game=MOTHER 3
|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.
Some enemies have these values hard-coded.


==Format==
==Format==


Each entry is 2 bytes long, the first ones tells the game where on the Y axis to put the enemy sprite.
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 7F to the first value when loading it.
The game adds different values based on enemies when loading it.
[[Category:MOTHER 3|Enemy height placement]]
 
These values are from the [[Mother 3/Enemy data|Enemy data]] table.
 
[[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.