Re: Telefang 2 Move Dumper

Discuss anything related to hacking ROMs of the Telefang games here.
Post Reply
Blaziken257
Posts: 983
Joined: Fri Dec 22, 2006 11:52 am

Re: Telefang 2 Move Dumper

Post by Blaziken257 »

Here is a Telefang 2 Move Dumper. Basically, this extracts move lists from the ROM for a given Denjuu, and outputs it to a file in a format that is friendly for Wikifang. Here's a link:

http://www.mediafire.com/download.php?0xvktoymt7jtwzf
http://www.mediafire.com/download.php?ecmzg4kdfb79yfm (Use this instead!)

How to use: You need Python 2.7.2, and you need to double-click movedump.py. A window will open, and you will be prompted to enter the filename of the Telefang 2 ROM (this doesn't matter if it's Power or Speed). You can drag the file into the window, or type the full path manually. Next, you can enter in the Denjuu number (or alternately, enter in the internal index number followed by 'i'; you can see a list here). After that, the program will read the moves (and the levels) from the ROM, and output them. For example, if you enter 0 or 180i, you get the first form of Rex, and the output file will be:

==Moveset==
{{Moveset
| lv1 = 0
| move1 = Claw
| lv2 = 0
| move2 = Fireball
| replacelv2 = 10
| replace2 = Flame Shot
| lv3 = 8
| move3 = Provoke
| lv4 = 18
| move4 = Blaster
}}


The move list is taken from http://wikifang.meowcorp.us/wiki/User:Kimbles/T2_Attack_list.

Have fun! I made this quickly, so hopefully there aren't any major bugs...

UPDATE: Two bug fixes:
- "Poison" was previously misspelled as "Posion."
- The replacelvl2 typo was fixed; now it's replacelv2 as it should be.

Bugs to fix:
- Not tested in Ubuntu, so there are likely problems with file paths.
Post Reply