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.

Keitai Denjuu Telefang 2/ROM map: Difference between revisions

From Data Crystal
Jump to navigation Jump to search
No edit summary
 
m (Xkeeper moved page Keitai Denjuu Telefang 2:ROM map to Keitai Denjuu Telefang 2/ROM map: normalize subpages and titles)
 
(13 intermediate revisions by 4 users not shown)
Line 3: Line 3:
== Text Values ==
== Text Values ==


* <tt>0009CD50-00093D8F</tt> = Denjuu names
* <tt>09C2F0-09CD2F</tt> = Battle text
* <tt>0009D3A0-0009D3CF</tt> = Denjuu types
* <tt>09CD50-09D38F</tt> = Denjuu names
* <tt>0009D3E0-0009D40F</tt> = Denjuu personalities
* <tt>09D3A0-09D3CF</tt> = Denjuu types
* <tt>0009D420-0009D49F</tt> = Status effects
* <tt>09D3E0-09D40F</tt> = Denjuu personalities
* <tt>0009D4B0-0009D5AF</tt> = Map locations
* <tt>09D420-09D49F</tt> = Status effects
* <tt>0009D5D0-0009D???</tt> = Attack names
* <tt>09D4B0-09D5AF</tt> = Map locations
* <tt>0009E1C0-0009E9BF</tt> = Item descriptions
* <tt>09D5D0-09DD2F</tt> = Attack names
* <tt>0009C2F0-0009CD2F</tt> = Battle text
* <tt>09E1C0-09E9BF</tt> = Item descriptions
 
== Denjuu Data ==
 
* <span style="color:#C00000;"><tt>4F6BD8-4F7DCF</tt> = Denjuu Stats, Movesets, Evolutions, and Types (Power Version)</span>
* <span style="color:#0000C0;"><tt>4F68B8-4F7AAF</tt> = Denjuu Stats, Movesets, Evolutions, and Types (Speed Version)</span>
<div style="border: 1px solid #000000; background: #F0F0F0; padding: 2px;">
In both versions, the format of data is 23 (17h) bytes for each Denjuu and is as follows:<br />
<tt>aa bb cc dd ee ff gg hh ii jj kk ll mm nn oo pp qq rr ss tt uu vv ww</tt>
* <tt>aa</tt> = Type
** 00 = Mountain
** 01 = Grassland
** 02 = Forest
** 03 = Aquatic
** 04 = Sky
** 05 = Desert
** Anything else = glitch type
* <tt>bb</tt> = HP growth rate group (each stat has 8 preset groups of growth rates, which can be found here: http://wikifang.meowcorp.us/wiki/User:Blaziken257/Telefang_2_Stat_Growth_Rates)
* <tt>cc</tt> = HP stat multiplier (divided by 128)
* <tt>dd</tt> = Speed growth rate group
* <tt>ee</tt> = Speed stat multiplier
* <tt>ff</tt> = Attack growth rate group
* <tt>gg</tt> = Attack stat multiplier
* <tt>hh</tt> = Defense growth rate group
* <tt>ii</tt> = Defense stat multiplier
* <tt>jj</tt> = Denma growth rate group
* <tt>kk</tt> = Denma stat multiplier
* <tt>ll</tt> = Move 1
** (List can be found at http://www.freewebs.com/blaziken257/Telefang%202/movelist.html)
* <tt>mm</tt> = Move 2
* <tt>nn</tt> = Move 3
* <tt>oo</tt> = Move 4
** This is always a Denma Attack, meaning it will deplete DP depending on the move, and run off the Denma stat. It is possible to stick an ordinary move that isn't normally used as a Denma Attack in this slot without any problems (and vice-versa), except it will now run off the Denma stat. Also, since ordinary moves were never meant to be put in the 4th slot, it will deplete no DP, and Denma Attacks will not deplete DP in the first three slots.
* <tt>pp</tt> = Level of learning 5th move
** If the Denjuu doesn't learn a fifth move, then this value is <tt>FF</tt>.
* <tt>qq</tt> = Move 5
** This move replaces the 2nd moveslot. A lot of Denjuu, if not all, happen to learn this move BEFORE Move 4. If it doesn't learn a move that replaces the 2nd moveslot, this value is <tt>00</tt>.
* <tt>rr</tt> = Level of learning 3rd move
* <tt>ss</tt> = Level of learning 4th move
* <tt>tt</tt> = Level of Natural Evolution
** If a Denjuu doesn't evolve naturally, this value is <tt>00</tt>. This is true even if it mod evolves.
* <tt>uu</tt> = Denjuu it naturally evolves into
** Unlike Telefang 1, this doesn't go by the order of the game's Picture Book. Rather, it uses this order:<br />http://wikifang.meowcorp.us/wiki/List_of_Denjuu_in_Telefang_2_by_index_number<br />Just take the index number on that page and convert it to hex. If a Denjuu doesn't naturally evolve, this is <tt>00</tt> (this means that no Denjuu can ever evolve into the Basic form of Muscovy, because its index number is <tt>00</tt>).
* <tt>vv</tt> = ???
* <tt>ww</tt> = ???
----
Unlike Telefang 1, the order that the Denjuu appear in the ROM is different from the picture book order, similar to the 21st byte (<tt>uu</tt>) in the data. Here's the order that the game internally orders Denjuu:<br />http://wikifang.meowcorp.us/wiki/List_of_Denjuu_in_Telefang_2_by_index_number
</div>
{{Internal Data|game=Keitai Denjuu Telefang 2}}

Latest revision as of 02:41, 24 January 2024

Chip tiny.png The following article is a ROM map for Keitai Denjuu Telefang 2.

Text Values

  • 09C2F0-09CD2F = Battle text
  • 09CD50-09D38F = Denjuu names
  • 09D3A0-09D3CF = Denjuu types
  • 09D3E0-09D40F = Denjuu personalities
  • 09D420-09D49F = Status effects
  • 09D4B0-09D5AF = Map locations
  • 09D5D0-09DD2F = Attack names
  • 09E1C0-09E9BF = Item descriptions

Denjuu Data

  • 4F6BD8-4F7DCF = Denjuu Stats, Movesets, Evolutions, and Types (Power Version)
  • 4F68B8-4F7AAF = Denjuu Stats, Movesets, Evolutions, and Types (Speed Version)

In both versions, the format of data is 23 (17h) bytes for each Denjuu and is as follows:
aa bb cc dd ee ff gg hh ii jj kk ll mm nn oo pp qq rr ss tt uu vv ww

  • aa = Type
    • 00 = Mountain
    • 01 = Grassland
    • 02 = Forest
    • 03 = Aquatic
    • 04 = Sky
    • 05 = Desert
    • Anything else = glitch type
  • bb = HP growth rate group (each stat has 8 preset groups of growth rates, which can be found here: http://wikifang.meowcorp.us/wiki/User:Blaziken257/Telefang_2_Stat_Growth_Rates)
  • cc = HP stat multiplier (divided by 128)
  • dd = Speed growth rate group
  • ee = Speed stat multiplier
  • ff = Attack growth rate group
  • gg = Attack stat multiplier
  • hh = Defense growth rate group
  • ii = Defense stat multiplier
  • jj = Denma growth rate group
  • kk = Denma stat multiplier
  • ll = Move 1
  • mm = Move 2
  • nn = Move 3
  • oo = Move 4
    • This is always a Denma Attack, meaning it will deplete DP depending on the move, and run off the Denma stat. It is possible to stick an ordinary move that isn't normally used as a Denma Attack in this slot without any problems (and vice-versa), except it will now run off the Denma stat. Also, since ordinary moves were never meant to be put in the 4th slot, it will deplete no DP, and Denma Attacks will not deplete DP in the first three slots.
  • pp = Level of learning 5th move
    • If the Denjuu doesn't learn a fifth move, then this value is FF.
  • qq = Move 5
    • This move replaces the 2nd moveslot. A lot of Denjuu, if not all, happen to learn this move BEFORE Move 4. If it doesn't learn a move that replaces the 2nd moveslot, this value is 00.
  • rr = Level of learning 3rd move
  • ss = Level of learning 4th move
  • tt = Level of Natural Evolution
    • If a Denjuu doesn't evolve naturally, this value is 00. This is true even if it mod evolves.
  • uu = Denjuu it naturally evolves into
    • Unlike Telefang 1, this doesn't go by the order of the game's Picture Book. Rather, it uses this order:
      http://wikifang.meowcorp.us/wiki/List_of_Denjuu_in_Telefang_2_by_index_number
      Just take the index number on that page and convert it to hex. If a Denjuu doesn't naturally evolve, this is 00 (this means that no Denjuu can ever evolve into the Basic form of Muscovy, because its index number is 00).
  • vv = ???
  • ww = ???

Unlike Telefang 1, the order that the Denjuu appear in the ROM is different from the picture book order, similar to the 21st byte (uu) in the data. Here's the order that the game internally orders Denjuu:
http://wikifang.meowcorp.us/wiki/List_of_Denjuu_in_Telefang_2_by_index_number