Editing User:Kimbles/Medarot Navi Hacking Notes

From Medapedia
Jump to navigationJump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
Just somewhere to post the stuff I've figured out. :D
Just somewhere to post the stuff I've figured out. :D


== Text locations ==
Knowing how to edit stats is pretty useful, since a few Medarots got (accidentally) screwed over with 0-use head parts, and it would be nice to fix that... Also makes it easier to find all the parts info for the wiki. XD
 
{| class=wikitable
|-
!Addresses
!Text
|-
|86650-8D48F
|Team and Medarotter names (and data, probably)
|-
|8D490-8FFC3
|Pre- and post-battle text
|-
|90700-90C0B
|Skills (not used on stat screens), natures
|-
|90C0C-9282B
|MF names/descriptions
|-
|929AC-92B6B
|Medal names (and data)
|-
|92BEC-930AB
|Medarot names
|-
|930AC-930EB
|Attributes, MC types
|-
|930EC-9576B
|Action names/descriptions
|-
|9576C-95AB3
|Leg type names/descriptions
|-
|95AB4-95B43
|Target types
|-
|95B40-98AC3
|Part names (and data)
|-
|9BF04-9BF4B
|Attributes repeated? (not used on stat screens)
|-
|E068C-E098F
|Testing messages, default names, stuff
|-
|4BF440
|"Press start to battle", parts kanji
|-
|4C6AE7-4C75C7
|Menus, status effects, rotation options
|-
|4C8990-4CA16F
|In-battle messages
|-
|4CC850-4CC9E7
|Battle result messages
|-
|4CCCE4-4CCE0F
|Menus, link stuff
|-
|5D5B4C-5D614B
|Some menu messages?
|-
|5D634C-5D6853
|Block names (and data, probably)
|-
|5D6ADC-629726
|All dialogue (5FC198 = Intro)
|-
|62CC2D
|"Nothing inside", Yes/No
|-
|644EFC
|Test screens? Maybe?
|-
|7F3014-7F31F7
|Name input and field types?
|-
|7F545C-7F6899
|Dialogue that happens on the map screen
|-
|}
 
=== About dialogue ===
 
Dialogue is stored between 0x5D6ADC and 0x629726, as a series of ~130 smaller parts with a pointer table after each part. Each part seems to correspond to a specific area/event, but they appear to be arranged pretty randomly in regards to where they're used in the game. Within each part the dialogue generally flows in the same order as the actual scene, but it's sometimes split up into smaller pieces which are arranged in random order. The events are pretty self-contained though, so it's not that hard to figure out.
 
The part containing the the first bit of the intro (from when you start the game to when you exit the classroom) seems to be #50, starting at 0x5FC198.


== Tools and stuff ==
== Tools and stuff ==


Complete text table (including kanji):
Complete text table (including kanji):
* http://www.mediafire.com/download/nu2s22v8kd45dum/navi.tbl
* http://www.mediafire.com/?txqaoyx4ue5s5gs
Use this to read/dump the text in a hex editor.  
Use this to read/dump the text in a hex editor.  
=== Table notes ===
* E0?? (where ?? = 01-FF) and E1?? (where ?? = 00-10) are used to represent kanji. There are 255+17 usable kanji characters in the game.
* F6?? (where ?? = 00-A5) is used to set the dialogue portrait. There are 166 usable portraits, which seem to be grouped together by character (Kasumi's are 00-04, Hiyori's are 05-09, and so on).
* F8 inserts the player's name.
* F9 inserts the name of the Medarot you have in slot 1.
* F1 is the new line character.
* F2 waits for you to press A and starts a new text box.
* 00 is the end character for dialogue strings and lists.


== Parts data ==
== Parts data ==
Please note that all contributions to Medapedia are considered to be released under the Creative Commons Attribution Non-Commercial Share Alike (see Medapedia:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)