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.

Final Fantasy 4 Advance/ROM map: Difference between revisions

From Data Crystal
Jump to navigation Jump to search
No edit summary
 
(16 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{rommap|game=Final Fantasy 4 Advance}}


392A5C - Beginning of event pointers, which are relative and consist of 4 bytes.
* <tt>0D67F0</tt> - warp data for the Black Mage room in Baron Castle.  The first 2 bytes are map ID, and the second 2 bytes are exit locations.  The rest is currently unknown.
* <tt>0D95A4</tt> - Map pointers.  It alternates between graphic pointers and clipping pointers.  Note that for treasure chests, co-ordinates are NOT used, but rather the first chest entry in that map's index will be in the first "chest" clipping, and go from top to bottom, left to right.  Also note the map compression has not been cracked yet.
* <tt>0DBA00</tt> - Beginning of map event pointers. Map events are 12 bytes long, and are used to place event data on maps.  Event ID is the same as the pointer list at 392A5C.  All treasure chests are also defined by this 12 byte data.


0DBA00 - Beginning of map event pointers.  Map events are 12 bytes long, and are used to
:Format for treasure chests:
place event data on maps.  Event ID is the same as the pointer list at 392A5C.  All treasure chests are also defined by this 12 byte data.


Format for treasure chests:
:The first 2 bytes are the chest ID number.  Next, are the chest content bytes, which are 6 bytes.  The first 2 of those bytes are for items, the second 2 are for enemy encounters, and if the first 2 bytes are FFFF, the next 4 bytes are money amount.  The next 2 bytes are used for what tile the chest turns to when the item is obtained.  The last 2 bytes are currently unknown.


The first 2 bytes are the chest ID number.  Next, are the chest content bytes, which are 6 bytes.  The first 2 of those bytes are for items, the second 2 are for enemy encounters, and if the first 2 bytes are FFFF, the next 4 bytes are money amount. The next 2 bytes are used for what tile the chest turns to when the item is obtainedThe last 2 bytes are currently unknown.
* <tt>0F0ED4</tt> - [[Final Fantasy 4 Advance:Shop data|Shop data]]
* <tt>0F0EEB</tt> - start of list for the item shop in Baron
* <tt>0F9114</tt> - [[Final Fantasy 4 Advance:Monster stats|Monster stats]]
* <tt>0F2AD8</tt> - [[Final Fantasy 4 Advance:Character data|Character data]]
* <tt>0F8018</tt> - [[Final Fantasy 4 Advance:Monster graphics properties|Monster graphics properties]]
* <tt>0FB0AA</tt> - [[Final Fantasy 4 Advance:Monster item drops|Monster item drops]]
* <tt>0FEA74</tt> - [[Final Fantasy 4 Advance:Monster formations|Monster formations]]
* <tt>392A5C</tt> - Beginning of event pointers, which are relative and consist of 4 bytes.
* <tt>395D8A</tt> - This is the encounter ID for BaiganChanging this makes you fight a different monster.
* <tt>3D8CC0</tt> - menu font (view in VisualBoy graphics mode with 1 tile width in any tile editor)


F0EEB - start of list for the item shop in Baron
:There are a total of 3 fonts the menu font is the third.  The font uses some kind of odd format with width and overlapping tiles that we haven't 100% figured out yet.


395D8A - This is the encounter ID for Baigan.  Changing this makes you fight a different monster.
== External links ==


0D95A4 - Map pointers. It alternates between graphic pointers and clipping pointers. Note that for treasure chests, co-ordinates are NOT used, but rather the first chest entry in that map's index will be in the first "chest" clipping, and go from top to bottom, left to right. Also note the map compression has not been cracked yet.
* '''[http://www.blitzkrieg.finalconquest.net/ff4a_editor/ff4a_item-bytes.txt Item list]'''
* '''[http://www.blitzkrieg.finalconquest.net/ff4a_editor/ff4a_monster-bytes.txt Monster list (incomplete)]'''


0D67F0 - warp data for the Black Mage room in Baron Castle.  The first 2 bytes are map ID, and the second 2 bytes are exit locations.  The rest is currently unknown.
{{Internal Data}}
 
[[Category:Final Fantasy 4 Advance|ROM map]]

Latest revision as of 14:26, 24 January 2024

Chip tiny.png The following article is a ROM map for Final Fantasy 4 Advance.

  • 0D67F0 - warp data for the Black Mage room in Baron Castle. The first 2 bytes are map ID, and the second 2 bytes are exit locations. The rest is currently unknown.
  • 0D95A4 - Map pointers. It alternates between graphic pointers and clipping pointers. Note that for treasure chests, co-ordinates are NOT used, but rather the first chest entry in that map's index will be in the first "chest" clipping, and go from top to bottom, left to right. Also note the map compression has not been cracked yet.
  • 0DBA00 - Beginning of map event pointers. Map events are 12 bytes long, and are used to place event data on maps. Event ID is the same as the pointer list at 392A5C. All treasure chests are also defined by this 12 byte data.
Format for treasure chests:
The first 2 bytes are the chest ID number. Next, are the chest content bytes, which are 6 bytes. The first 2 of those bytes are for items, the second 2 are for enemy encounters, and if the first 2 bytes are FFFF, the next 4 bytes are money amount. The next 2 bytes are used for what tile the chest turns to when the item is obtained. The last 2 bytes are currently unknown.
There are a total of 3 fonts the menu font is the third. The font uses some kind of odd format with width and overlapping tiles that we haven't 100% figured out yet.

External links