Jump to content

cpan1

Member
  • Posts

    151
  • Joined

  • Last visited

Reputation

10 Good

About cpan1

  • Birthday 05/20/1997

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Given that they are in the same order, you could either a)take the RCMN, RAMN, and bin files from missingno and replace the trainer's b) take all of missingno's files and replace trainer and then reimport pallets/images http://projectpokemon.org/forums/showthread.php?29429-(B2-W2)-Trainer-In-Battle-Front-Sprite-Help&p=164613&viewfull=1#post164613 See image
  2. You can do this: 1. Use NitroExplorer to extract the SDAT file 2. Open it with VMGTrans 3. Play the sounds until you find it Since this is a battle music, then it should have VS_ followed by some words. It's romanized Japanese so it should start out withVS_SHI... something like that (if I remember correctly that is; If it isn't then your best bet would be to play all the VS_ music). Once you find ittake note of the names and all the other files that are associated with that specific track. Then find the piece you want to replace with. Use something like Tinke to replace music.
  3. What goals are you trying to accomplish? If you are trying to use MP3, that will be difficult as the music files are in a different format. But if you want to, say replace Elite 4 with Champion battle music, then just follow what this link tells you to do: http://projectpokemon.org/forums/showthread.php?21005-B-W-Champion-Music You can also use Tinke to modify the SDAT file. Extract the SDAT, open it with Tinke, and move things around. Be weary that the files come in three parts and you need to replace all three parts if you plan on moving music around. Just be sure to check up on the names.
  4. Most likely an issue with colors. http://projectpokemon.org/forums/showthread.php?29651-BW-B2W2-General-FAQ&p=165197&viewfull=1#post165197 edit: decided to convert it myself. See if it works. [ATTACH=CONFIG]11430[/ATTACH]
  5. In BW, they are in /a/0/0/2 - 189 http://projectpokemon.org/rawdb/black/msg/189.php Ctrl/CMD - F to search.
  6. Currently, the only way would be via hex. Check out these links below to see if they help out. http://projectpokemon.org/forums/showthread.php?24589-B2W2-General-ROM-Info&p=160511&viewfull=1#post160511 http://projectpokemon.org/forums/showthread.php?29651-BW-B2W2-General-FAQ&p=165198&viewfull=1#post165198
  7. Don't know if there actually is one that can add moves... However, you can extend the attack table http://www.pokecommunity.com/showthread.php?t=290135 Then you can use an editor (forgot which one) and edit the new moves to what you want them to be.
  8. Just like how Shyamin was 492 -> 0x1EC -> EC01 Charmander: 4 -> 0x04 -> 0400 Totadile: 158 -> 0x9E -> 9E 00 Treeko: 252 -> 0xFC -> FC 00 Take Pokedex #, convert to hex, they flip it. (e.g. 0x1EC is 01 EC -> EC 01)
  9. Try /a/1/2/7. Check here for narc locations if that was wrong. http://projectpokemon.org/forums/showthread.php?24589-B2W2-General-ROM-Info
  10. Check colors: http://projectpokemon.org/forums/showthread.php?29651-BW-B2W2-General-FAQ&p=165197&viewfull=1#post165197
  11. int x = 'A'; cout<<x; OUTPUT: 65 [hgsssprite]065[/hgsssprite]
  12. 16 color limit. http://projectpokemon.org/forums/showthread.php?29651-BW-B2W2-General-FAQ&p=165197&viewfull=1#post165197
  13. The file size should be fine. The actual contents inside the ROM file is actually less than ~524mb (it's actually a little more than 262mb). However, filesizes have to follow multiples of 2 so that's why the ROM had to be buffered up to ~524mb.
×
×
  • Create New...