Jump to content

PPRE: Project Pokemon's ROM Editor


Recommended Posts

SCV,

when you said you made a map editor what type of editing is it, is it like advanced map or is it editing the world map

Its editing things related to maps. Not "maps" them selves. The right term for those is map model editing just like in 3rd gen editing it would be map tile editing.

Of course, to have map model editing we need to be able to do model editing first and that is hard. But there are additional issues with general map model editing since we have to do things to get stairs working right, along with other things we might not be aware of. So you will be able to edit what who is/what happens at a map, but not the model that the map uses (at least for a long while).

Link to comment
Share on other sites

SCV can you make new objects in the game like add a new person for example even though they just stand there and do nothing even just an object or is that part of editing the map itself?

That is possible and has been for some months no. Using the PPRE beta 0.04 you can add new person events. Those can be persons, pokemon, most overworld things that aren't furniture or buildings.

Link to comment
Share on other sites

I know this sounds stupid and all, but where would I go to download PPRE? I cant seem to find the link on the site.

Well it depends. If you mean the newer verion that this thread is about then it does sound pretty stupid, because its all over the thread that there is no link yet.

However, if what you are looking for is the old version then, your question is more legitimate. There is a link here: http://projectpokemon.org/forums/showthread.php?t=324

Link to comment
Share on other sites

Hi all, good news for all of you who want to try the latest things in DS Pokemon ROM Editing/Research.

As I mentioned, a few days ago, the release of beta 0.05 would be "for sure in a few days", and here it is (again Huge thanks to loadingNOW, and pichu2001, without them this release would have taken much longer) :

The program is written in PyQt but we provide an exe for the convenience of our Windows users. PPRE should work for every version/language but let us know if its not working right for an particular one.

Windows:

http://projectpokemon.org/editing/ppre/PPREb005.zip

Linux/Mac:

http://projectpokemon.org/editing/ppre/PPRE.tar.gz

For linux and Mac python, 2.6, Qt and PyQt for python 2.6 are required.

This is still VERY much beta software. Only the script edit function of the Map Editing works for now. More features will be made functional soon. Remember to always make backups. I cannot promise there will be no crashing of your rom once you compile a new script or edit an old script. If this does happen please report it and give as many details as possible as to what you did.

PPRE is based largely on the code for thenewpoketext and generally deals with the rom in the same way.

1) Place the rom in the same directory as PPRE, ndstool and Table.tbl

2) Open PPRE.

3)Type the name of your rom, e.g. pkmpl.nds

4) Press return after you finish typing or press the Set ROM button.

To use the Script editor press the Map button. The Script Editor uses the order tab and the script tab. The Combobox at the top is for choosing the Map. Based on the map and using the numbers above the tab widget various things about the map are determined. You can find the location you are looking for by viewing the text. At the moment there are no text editing features. thenewpoketext will work on the same directory.

Once you finish editing press the button at the right "Push Button" and the script will compile. To write a new rom type the name of the rom in the bottom text entry and then press the button to its right.

The general scheme of how the script editor works is:

There are three types of things: Individual Scripts, Functions and Movements.

The decompiler names them by scr_[number], func_[number] and mov_[number] respectively.

Individual Scripts must be preceded by ===, functions by ==, and movements by =. Try to follow the format you see when you open a script.

Command Paramenter1 Parameter2 .....

If the command is a movement command it will only have one parameter, being a time or number of steps. For everything else consult the list below.

Different commands have different number of parameters.

At the end of this post will be a list of all the commands. As you will notice many commands are not named. The format for the list is:

Command, Number of parameters, Size of parameter 1, size of parameter 2, etc

There are a few commands with a variable number of parameters, these are :

01CF, 021D, 0235, 023E using these commands is recommended only to the bravest researchers and only after looking at the scripts.py file.

We have a public SVN for the project that can be checked out or viewed online: http://svn.projectpokemon.org/ppre/

We also have some descriptions on the commands and movement commands on the wiki: http://projectpokemon.org/wiki/DPP_Script_Commands

cmd=(("Nop",0),

("Nop1",0),

("End",0),

("Return",2,2,2),

("0004",1,2),

("0005",0),

("0006",0),

("0007",0),

("0008",0),

("0009",0),

("000A",0),

("000B",0),

("000C",0),

("000D",0),

("000E",0),

("000F",0),

("0010",4,2,2,2,2),

("If",2,2,2),

("If2",2,2,2),

("0013",0),

("Callstd",1,2),

("0015",0),

("Jump",1,4),

("0017",4,2,2,2,2),

("0018",0),

("0019",0),

("Goto",1,4),

("Killscript",0),

("COMPARELASTRESULT" ,2,1,4),

("COMPARELASTRESULT1",2,1,4),

("Clearflag",1,2),

("Setflag",1,2),

("Checkflag",1,2),

("0021",0),

("0022",1, 2),

("0023",1,2),

("0024",1,2),

("0025",1,2),

("Comparevarstobyte",2,2,2),

("0027",2,2,2),

("Setvar",2,2,2),

("Copyvar",2,2,2),

("002A",0),

("002B",1,1),

("Message",1,1),

("Message2",1,2),

("002E" ,1, 2),

("Message3",1,1),

("0030",0),

("Waitbutton",0),

("0032",0),

("0033",0),

("Closemsgonkeypress",0),

("Freezemsgbox",0),

("Callmsgbox",3,2,2,2),

("Colormsgbox",2,1,2),

("Typemsgbox",1,1),

("NoMapmsgbox",0),

("Callmsgboxtext",2,1,2),

("003B",1,2),

("Menu",0),

("003D",0),

("Yesnobox",1,2),

("Waitfor",1,2),

("Multi",5,1,1,1,1,2),

("Multi2",5,1,1,1,1,2),

("Txtscrpmulti",2,1,1),

("CloseMulti",0),

("Multi3",5,1,1,1,1,2),

("0045",3,2,2,2),

("Txtmsgscrpmulti",3,2,2,2),

("0047",0),

("Multirow",1,1),

("PlaySound",1,2),

("004A",1,2),

("004B",1,2),

("Cryfr",2,2,2),

("Waitcry",0),

("Soundfr",1,2),

("Fadedef",0),

("0050",1,2),

("Stop",1,2),

("Restart",0),

("0053",0),

("0054",2,2,2),

("0055",1,2),

("0056",0),

("0057",1, 2),

("0058",0),

("0059",1, 2),

("005A",2,2,2),

("005B",0),

("005C",0),

("005D",0),

("Applymovement",2,2,4),

("Waitmovement",0),

("Lockall",0),

("Releaseall",0),

("Lock",1,2),

("Release",1,2),

("Addpeople",1,2),

("Removepeople",1,2),

("Lockcam",2,2,2),

("0067",0),

("Faceplayer",0),

("CheckSpritePosition",2,2,2),

("006A",0),

("006B",3,2,2,2),

("Continuefollow(Changemap)",2,1,2),

("Followhero",2,2,2),

("StopFollowhero",0),

("Givemoney",1,2),

("Takemoney",2,2,2),

("Checkmoney",3,2,2,2),

("Showmoney",2,2,2),

("Hidemoney",0),

("Updatemoney",0),

("Showcoins",2,2,2),

("Hidecoins",0),

("Updatecoins",0),

("Checkcoins",3,2,2,2),

("Givecoins",1,2),

("Takecoins",3,2,2,2),

("Takeitem",3,2,2,2),

("Giveitem",3,2,2,2),

("Checkstoreitem",3,2,2,2),

("Checkitem",3,2,2,2),

("007F",2,2,2),

("0080",2,2,2),

("0081",0),

("0082",0),

("0083",3,2,2,2),

("0084",0),

("0085",3,2,2,2),

("0086",0),

("0087",3,2,2,2),

("0088",0),

("0089",0),

("008A",0),

("008B",0),

("008C",0),

("008D",0),

("008E",0),

("008F",3,2,2,2),

("0090",0),

("0091",0),

("0092",0),

("0093",2,2,2),

("0094",2,2,2),

("0095",2,2,2),

("GivePokemon",4,2,2,2,2),

("GiveEgg",2,2,2),

("0098",0),

("Checkmove",3,2, 2, 2),

("009A",2,2,2),

("009B",2,2,2),

("009C",3,2,2,2),

("009D",0),

("009E",0),

("009F",0),

("00A0",0),

("Callend",0),

("00A2",0),

("Wfc",0),

("00A4",0),

("Interview",0),

("DressPokemon",3,2,2,2),

("DisplayDressedPokemon",2,2,2),

("00A8",2,2,2),

("CapsuleEditor",0),

("SinnohMaps",0),

("BoxPkmn",1,1),

("DrawUnion",0),

("TrainerCaseUnion",0),

("00AE",0),

("RecordMixingUnion",0),

("EndGame",0),

("HallFameData",0),

("00B2",2,2,2),

("Wfc",1,2),

("ChooseStarter",0),

("00B5",0),

("00B6",1, 2),

("00B7",2, 2, 2),

("00B8",1, 2),

("00B9",2, 2, 2),

("ChoosePlayerName",0),

("ChoosePokemnName",2,2,2),

("Fadescreen",4,2,2,2,2),

("Resetscreen",0),

("Warp",5,2,2,2,2,2),

("RockClimbAnimation",1, 2),

("SurfAnimation",1, 2),

("WaterfallAnimation",1, 2),

("FlyAnimation",1, 2),

("00C3",0),

("00C4",0),

("00C5",1, 2),

("Tuxedo",0),

("Checkbike",1,2),

("Ridebike",1,1),

("00C9",1,1),

("00CA",0),

("BerryHiroAnimation",1,2),

("StopBerryHiroAnimation",0),

("Setvarhero",1,1),

("Setvarrival",1,1),

("Setvaralter",1,1),

("Setvarpoke",2,1,2),

("Setvaritem",2,1,2),

("00D2",2, 1, 2),

("Setvaratkitem",2,1,2),

("Setvaratk",2,1,2),

("Setvarnum",2,1,2),

("Setvarpokenick",2,1,2),

("Setvarobj",2,1,2),

("Setvartrainer",0),

("00D9",1,1),

("Setvarpokestored",4,1,2,2,1),

("Setvarstrhero",1,1),

("Setvarstrrival",1,1),

("Setvarstralter",1,1),

("StoreStarter",1,2),

("00DF",2,1,2),

("00E0",2,1,2),

("00E1",2,1,2),

("00E2",2,1,2),

("00E3",2,2,2),

("00E4",1,2),

("Trainerbattle",2,2,2),

("Endtrainerbattle",2,2,2),

("00E7",3,2,2,2),

("00E8",3,2,2,2),

("00E9",1,2),

("ActLeaugueBattlers",1,2),

("LostGoPc",0),

("CheckLost",1,2),

("00ED",1,2),

("00EE",1,2),

("00EF",0),

("00F0",0),

("00F1",0),

("ChsFriend",4,2,2,2,2),

("WireBattleWait",4,2,2,2,2),

("00F4",0),

("00F5",0),

("00F6",0),

("Pokecontest",0),

("00F8",1,2),

("00F9",1,2),

("00FA",4,2,2,2,2),

("00FB",1,2),

("00FC",0),

("00FD",2,2,2),

("00FE",2,2,2),

("00FF",2,2,2),

("0100",0),

("0101",0),

("0102",2,1,1),

("0103",2,1,1),

("0104",0),

("0105",0),

("0106",0),

("0107",1,2),

("0108",0),

("0109",1,2),

("010A",2,2,2),

("010B",2,2,2),

("010C",1, 2),

("010D",0),

("010E",0),

("010F",0),

("0110",4,2,2,2,2),

("FlashContest",1,2),

("EndFlash",0),

("0113",0),

("0114",0),

("0115",2,2,2),

("ShowLnkCntRecord",0),

("0117",0),

("0118",0),

("0119",1,2),

("011A",0),

("WarpMapElevator",5,2,2,2,2,2),

("CheckFloor",1,2),

("011D",0),

("011E",1,2),

("011F",0),

("Setposaftship",4,2,2,1,2),

("0121",1, 2),

("0122",1,2),

("0123",2, 1, 2),

("Wildbattle",4,2,2,2,2),

("Starterbattle",4,2,2,2,2),

("Explantionbattle",0),

("Honeytreebattle",3,2,2,2),

("0128",1,2),

("Randombattle",0),

("012A",0),

("WriteAutograph",0),

("012C",1,2),

("012D",2,2,2),

("CheckDress",2,2,2),

("012F",2,2,2),

("0130",1,2),

("GivePoketch",0),

("0132",1,2),

("ActPktchAppl",1,2),

("StorePktchAppl",2,2,2),

("0135",1,2),

("0136",0),

("0137",0),

("0138",1,2),

("0139",1,2),

("013A",0),

("013B",0),

("013C",1,2),

("013D",0),

("013E",0),

("013F",2,2,2),

("0140",1,2),

("0141",1,2),

("0142",1,2),

("ExpectDecisionOther",2,2,2),

("0144",1,2),

("0145",1,2),

("0146",2,2,2),

("Pokemart",1,2),

("Pokemart1",1,2),

("Pokemart2",1,2),

("Pokemart3",1,2),

("Defeatgopc",0),

("014C",1,2),

("Checkgender",1,2),

("HealPkmn",0),

("014F",0),

("0150",0),

("0151",0),

("0152",1,2),

("UnionRoom",0),

("0154",0),

("0155",2,2,2),

("0156",1,2),

("0157",0),

("ActPokedex",0),

("0159",0),

("GiveRShoes",0),

("Checkbadge",2,2,2),

("Setbdgtrue",1,2),

("Setbdgfalse",1,2),

("015E",0),

("015F",0),

("0160",1, 2),

("0161",0),

("0162",0),

("0163",0),

("0164",0),

("0165",0),

("0166",1,2),

("0167",0),

("PrpDoorAnm",5,2,2,2,2,1),

("Waitaction",1,1),

("Waitclose",1,1),

("Opendoor",1,1),

("Closedoor",1,1),

("016D",0),

("016E",0),

("016F",0),

("0170",0),

("0171",0),

("0172",0),

("0173",0),

("0174",0),

("0175",3,2,2,2),

("0176",2,2,1),

("Checkpartynumber",1,2),

("OpnBerry",1, 1),

("0179",1, 2),

("017A",0),

("017B",3, 1, 2, 2),

("017C",2,1,2),

("017D",1, 2),

("017E",1, 2),

("017F",1, 2),

("0180",0),

("0181",1, 2),

("0182",1,2),

("0183",1,2),

("0184",0),

("0185",0),

("SetOwPosition",3,2,2,2),

("0187",5,2,2,2,2,2),

("SetOwMovement",2,2,2),

("ReleaseOw",2,2,2),

("SetDoorPassable",3,2,2,2),

("SetDoorLocked",3,2,2,2),

("018C",2,2,2),

("Showclocksave",0),

("Hideclocksave",0),

("018F",1,2),

("0190",1,2),

("ChsPkmmenu",0),

("ChsPkmmenu2",0),

("StorePkmmenu2",1,2),

("0194",4, 2, 2, 2, 2),

("0195",2, 2, 2),

("Pokeinfo",1, 2),

("0197",1, 2),

("Storepkmnum",2,2,2),

("0199",2,2,2),

("CheckPartynum2",1,2),

("019B",2,2,2),

("019C",0),

("019D",1,2),

("019E",2,2,2),

("019F",1,2),

("01A0",0),

("01A1",0),

("01A2",0),

("01A3",1,2),

("01A4",2,2,2),

("01A5",0),

("01A6",0),

("01A7",0),

("01A8",0),

("01A9",0),

("01AA",2,2,2),

("01AB",2,2,2),

("EggAnm",0),

("01AD",0),

("01AE",2,2,2),

("01AF",3,2,2,2),

("01B0",1,2),

("01B1",1,2),

("01B2",1,2),

("Mailbox",0),

("01B4",1,2),

("Recordlist",1,2),

("01B6",1,2),

("01B7",2,2,2),

("01B8",2,2,2),

("Checkhappy",2,2,2),

("01BA",2,2,2),

("01BB",0),

("01BC",4,2,2,2,2),

("CheckPosition",1,2),

("01BE",1,2),

("01BF",1,2),

("CheckPkmnParty",2,2,2),

("CopyPkmnHeight",2,2,2),

("SetvarPkmnHeight",1,2),

("ComparePkmnHeight",3,2,2,2),

("CheckPkmnHeight",3,2,2,2),

("01C5",2,2,2),

("Moveinfo",1,2),

("Storemove",1,2),

("01C8",2,2,2),

("Deletemove",2,2,2),

("01CA",3,2,2,2),

("01CB",3,2,2,1),

("01CC",0),

("01CD",5,2,2,2,2,2),

("01CE",0),

("01CF",1),

("01D0",1,1),

("01D1",1,1),

("01D2",2,2,2),

("01D3",3,2,2,2),

("01D4",0),

("01D5",1,2),

("01D6",2,2,2),

("Berrypoffin",0),

("01D8",1, 2),

("Battlermresult",2,2,2),

("01DA",0),

("01DB",2,2,2),

("01DC",0),

("01DD",3,2,2,2),

("01DE",4,2,2,2,2),

("01DF",1,2),

("01E0",1,2),

("01E1",3,2,2,2),

("01E2",2,2,2),

("01E3",2,2,2),

("01E4",1,2),

("01E5",1,2),

("01E6",0),

("01E7",1, 2),

("CheckSinPkdx",1,2),

("CheckNatPkdx",1,2),

("ShowSinSheet",1,2),

("ShowNatSheet",1,2),

("01EC",0),

("01ED",1,2),

("01EE",0),

("01EF",0),

("01F0",0),

("CheckFossil",1,2),

("01F2",0),

("01F3",1,2),

("01F4",2,2,2),

("01F5",3,2,2,2),

("CheckPokeLevel",2,2,2),

("01F7",2,2,2),

("01F8",0),

("01F9",1,2),

("01FA",0),

("01FB",2, 2, 2),

("01FC",0),

("01FD",0),

("01FE",1,1),

("01FF",3,2,2,2),

("0200",1,2),

("0201",1, 2),

("0202",1,1),

("0203",5,2,2,2,2,2),

("Warplstelev",0),

("Geonet",0),

("Gmbynocule",0),

("0207",1,2),

("Pokepic",2,2,2),

("Hidepic",0),

("020A",1,2),

("020B",0),

("020C",0),

("020D",2,1,2),

("020E",0),

("020F",2, 2, 2),

("0210",2, 2, 2),

("0211",1, 1),

("0212",2,2,2),

("0213",2,2,2),

("0214",1,2),

("0215",0),

("0216",1,2),

("0217",2,2,2),

("0218",1,2),

("0219",0),

("021A",1,2),

("021B",0),

("021C",1,1),

("021D",1),

("021E",0),

("021F",2,2,2),

("0220",0),

("Remembermove",1,2),

("0222",0),

("0223",2,2,2),

("Teachmove",2,2,2),

("Checkteachmove",1,2),

("0226",1,1),

("0227",0),

("CheckPkmnTrade",1,2),

("TradeChosenPokemon",1,2),

("StopTrade",0),

("022B",0),

("022C",0),

("022D",2,1,2),

("022E",0),

("022F",1,2),

("0230",3,2,2,2),

("0231",2,2,2),

("0232",2,1,2),

("0233",2, 2, 2),

("0234",1,2),

("0235",1),

("0236",1, 2),

("0237",4, 2, 2, 2, 2),

("0238",2, 2, 2),

("Deciderules",1, 2),

("023A",3,2,2,2),

("HealpcAnm",1,2),

("023C",2,2,2),

("ShipAnm",4,2,2,2,2),

("023E",1),

("023F",0),

("0240",0),

("0241",0),

("0242",0),

("PhraseBox1W",3,2,2,2),

("PhraseBox2W",4,2,2,2,2),

("0245",2,2,2),

("0246",1,2),

("0247",1,2),

("0248",3,2,2,2),

("CheckPhraseBoxImput",5,2,2,2,2,2),

("024A",1,2),

("PrpPcAnm",1,1),

("PcOpnAnm",1,1),

("PcClsAnm",1,1),

("CheckLotoNumber",1,2),

("CompareLotoNumber",4,2,2,2,2),

("0250",2,2,2),

("0251",2,1,2),

("CheckBoxesNumber",1,2),

("0253",1,2),

("0254",1,2),

("0255",0),

("0256",2,2,2),

("SprtSave",0),

("RetSprtSave",3,2,2,2),

("ElevLgAnm",0),

("025A",1,2),

("025B",0),

("025C",0),

("025D",1,2),

("025E",0),

("025F",0),

("0260",1, 2),

("CheckAccessories",2,1,2),

("0262",0),

("0263",1,2),

("0264",1,2),

("0265",0),

("0266",0),

("Pokecasino",2,2,2),

("0268",1,2),

("0269",2,2,2),

("026A",3,2,2,2),

("026B",1,2),

("026C",1,2),

("Unownmsgbox",1,2),

("026E",1,2),

("026F",0),

("0270",2,1,2),

("Thanknameins",1,2),

("0272",1,1),

("0273",2,1,2),

("0274",1,2),

("0275",1,2),

("0276",3,2,2,2),

("0277",1,2),

("0278",2,2,2),

("0279",0),

("LgCstlView",0),

("027B",1,2),

("027C",2,2,2),

("027D",2,2,2),

("027E",1,2),

("027F",1,2),

("0280",4,1,2,1,1),

("0281",3,2,2,2),

("0282",1,2),

("0283",1,2),

("0284",1,2),

("0285",2,2,2),

("0286",1,2),

("0287",1,2),

("0288",1,2),

("0289",6,2,2,2,2,2,2),

("028A",1,2),

("028B",2,1,2),

("Pokepartypic",1,2),

("028D",0),

("028E",1, 2),

("CheckFirstTimeChampion",1,2),

("0290",0),

("0291",0),

("0292",2,1,2),

("0293",1,2),

("ShowBpntsbox",1,2),

("HideBpntsbox",0),

("0296",0),

("0297",0),

("0298",0),

("0299",1,2),

("029A",2,2,2),

("029B",4,2,2,2,2),

("029C",2,2,2),

("ChoiceMulti",2,2,2),

("HmEffect",2,2,2),

("CmrBmpEffect",1,2),

("DoubleBattle",3,2,2,2),

("Applymovement2",0),

("02A2",1,2),

("02A3",1,2),

("02A4",1,2),

("TrdchsPkmn",0),

("02A6",3,2,2,2),

("02A7",2,2,2),

("02A8",2,2,2),

("02A9",2,2,2),

("ComparePhraseBoxImput",5,2,2,2,2,2),

("02AB",1,2),

("ActMisteryGift",0),

("02AD",2,2,2),

("02AE",0),

("02AF",1,2),

("02B0",0),

("02B1",0),

("02B2",0),

("02B3",2,1,2),

("02B4",0),

("02B5",3,2,2,2),

("02B6",2,1,2),

("02B7",1,2),

("02B8",1,2),

("02B9",0),

("02BA",1,2),

("02BB",0),

("CheckWildBattle2",1,2),

("Wildbattle2",4,2,2,2,2),

("02BE",1,2),

("Bikeride",0),

("02C0",1,2),

("ShowSavebox",0),

("HideSavebox",0),

("02C3",0),

("02C4",1,1),

("02C5",2,2,2),

("SpinTradeUnion",0),

("CheckVersionGame",1,2),

("02C8",3, 2, 2, 2),

("02C9",0),

("FlrClckAnm",0),

("02CB",2,2,2),

("02CC",3,2,2,2),

("02CD",0),

("02CE",0),

("02CF",2,2,2),

("02D0",3,2,2,2),

("02D1",1,2),

("02D2",3,2,2,2),

("02D3",3,2,2,2),

("02D4",3,2,2,2),

("02D5",1,2),

("02D6",0),

("02D7",1,2),

("02D8",1,1),

("02D9",3,2,2,2),

("02DA",3,2,2,2),

("02DB",3,2,2,2),

("02DC",1,2),

("02DD",2,2, 2),

("02DE",5,2,2,2,2,2),

("02DF",1,2),

("02E0",2,2,2),

("02E1",2,2,2),

("02E2",0),

("02E3",0),

("02E4",3, 2, 2, 2),

("02E5",3,2,2,2),

("02E6",3,2,2,2),

("02E7",2,2,2),

("02E8",1,2),

("02E9",3,2,2,2),

("02EA",2,2,2),

("02EB",1,2),

("02EC",0),

("02ED",0),

("02EE",4,2,2,2,2),

("02EF",0),

("02F0",0),

("02F1",0),

("02F2",0),

("02F3",2,1,2),

("02F4",4,2,2,2,2),

("02F5",4,2,2,2,1),

("02F6",3, 2, 2, 2),

("02F7",1,2),

("02F8",0),

("02F9",2,2,2),

("02FA",2,2,2),

("02FB",0),

("02FC",1,2),

("02FD",2,1,2),

("02FE",2,2,2),

("02FF",2,2,2),

("0300",0),

("0301",0),

("0302",5,2,2,2,2,2),

("0303",2,2,2),

("0304",4,2,2,2,2),

("0305",2,2,2),

("0306",2,2,2),

("0307",1,2),

("0308",0),

("0309",0),

("030A",1,2),

("030B",0),

("030C",0),

("030D",1,2),

("030E",1,2),

("030F",2,2,2),

("0310",0),

("0311",1,2),

("0312",1,2),

("0313",1,2),

("0314",1,2),

("0315",1,2),

("0316",3,2,2,2),

("0317",3,2,2,2),

("0318",2,2,2),

("0319",0),

("031A",0),

("031B",1,2),

("031C",2,2,2),

("031D",1, 2),

("031E",2,2,2),

("031F",0),

("0320",0),

("0321",1,2),

("0322",0),

("0323",1, 2),

("0324",4, 2, 2, 2, 2),

("0325",1,2),

("0326",1,2),

("0327",1,2),

("PortalEffect",1,2),

("0329",4,2,2,2,2),

("032A",1,2),

("032B",1,2),

("032C",1,2),

("032D",0),

("032E",0),

("032F",2,2,2),

("0330",0),

("0331",0),

("0332",0),

("0333",1,2),

("0334",0),

("0335",3,2,2,2),

("0336",1,2),

("0337",0),

("0338",0),

("0339",0),

("033A",1,1),

("033B",0),

("033C",2,1,2),

("033D",2,1,2),

("033E",2,1,2),

("033F",0),

("0340",0),

("0341",4,1,2,2,1),

("0342",1,1),

("0343",2,1,2),

("0344",2,1,2),

("0345",2,1,2),

("0346",1,1),

("DysplayFloor",1,2),

)

Another list (ignore what the commands that have variable parameters ,listed above, say):

Nop1

End

Return xxxx yyyy

0004 xxxx

0005

0006

0007

0008

0009

000A

000B

000C

000D

000E

000F

0010 wwww xxxx yyyy zzzz

If xxxx yyyy

If2 xxxx yyyy

0013

Callstd xxxx

0015

Jump FunctionName

0017 wwww xxxx yyyy zzzz

0018

0019

Goto yyyyyyyy

Killscript

COMPARELASTRESULT xx FunctionName

COMPARELASTRESULT1 xx FunctionName

Clearflag xxxx

Setflag xxxx

Checkflag xxxx

0021

0022 xxxx

0023 xxxx

0024 xxxx

0025 xxxx

Comparevarstobyte xxxx yyyy

0027 xxxx yyyy

Setvar xxxx yyyy

Copyvar xxxx yyyy

002A

002B xx

Message xx

Message2 xxxx

002E xxxx

Message3 xx

0030

Waitbutton

0032

0033

Closemsgonkeypress

Freezemsgbox

Callmsgbox xxxx yyyy zzzz

Colormsgbox xx yyyy

Typemsgbox xx

NoMapmsgbox

Callmsgboxtext xx yyyy

003B xxxx

Menu

003D

Yesnobox xxxx

Waitfor xxxx

Multi vv ww xx yy zzzz

Multi2 vv ww xx yy zzzz

Txtscrpmulti xx yy

CloseMulti

Multi3 vv ww xx yy zzzz

0045 xxxx yyyy zzzz

Txtmsgscrpmulti xxxx yyyy zzzz

0047

Multirow xx

PlaySound xxxx

004A xxxx

004B xxxx

Cryfr xxxx yyyy

Waitcry

Soundfr xxxx

Fadedef

0050 xxxx

Stop xxxx

Restart

0053

0054 xxxx yyyy

0055 xxxx

0056

0057 xxxx

0058

0059 xxxx

005A xxxx yyyy

005B

005C

005D

Applymovement xxxx MovementName

Waitmovement

Lockall

Releaseall

Lock xxxx

Release xxxx

Addpeople xxxx

Removepeople xxxx

Lockcam xxxx yyyy

0067

Faceplayer

CheckSpritePosition xxxx yyyy

006A

006B xxxx yyyy zzzz

Continuefollow(Changemap) xx yyyy

Followhero xxxx yyyy

StopFollowhero

Givemoney xxxx

Takemoney xxxx yyyy

Checkmoney xxxx yyyy zzzz

Showmoney xxxx yyyy

Hidemoney

Updatemoney

Showcoins xxxx yyyy

Hidecoins

Updatecoins

Checkcoins xxxx yyyy zzzz

Givecoins xxxx

Takecoins xxxx yyyy zzzz

Takeitem xxxx yyyy zzzz

Giveitem xxxx yyyy zzzz

Checkstoreitem xxxx yyyy zzzz

Checkitem xxxx yyyy zzzz

007F xxxx yyyy

0080 xxxx yyyy

0081

0082

0083 xxxx yyyy zzzz

0084

0085 xxxx yyyy zzzz

0086

0087 xxxx yyyy zzzz

0088

0089

008A

008B

008C

008D

008E

008F xxxx yyyy zzzz

0090

0091

0092

0093 xxxx yyyy

0094 xxxx yyyy

0095 xxxx yyyy

GivePokemon wwww xxxx yyyy zzzz

GiveEgg xxxx yyyy

0098

Checkmove xxxx yyyy zzzz

009A xxxx yyyy

009B xxxx yyyy

009C xxxx yyyy zzzz

009D

009E

009F

00A0

Callend

00A2

Wfc

00A4

Interview

DressPokemon xxxx yyyy zzzz

DisplayDressedPokemon xxxx yyyy

00A8 xxxx yyyy

CapsuleEditor

SinnohMaps

BoxPkmn xx

DrawUnion

TrainerCaseUnion

00AE

RecordMixingUnion

EndGame

HallFameData

00B2 xxxx yyyy

Wfc xxxx

ChooseStarter

00B5

00B6 xxxx

00B7 xxxx yyyy

00B8 xxxx

00B9 xxxx yyyy

ChoosePlayerName

ChoosePokemnName xxxx yyyy

Fadescreen wwww xxxx yyyy zzzz

Resetscreen

Warp vvvv wwww xxxx yyyy zzzz

RockClimbAnimation xxxx

SurfAnimation xxxx

WaterfallAnimation xxxx

FlyAnimation xxxx

00C3

00C4

00C5 xxxx

Tuxedo

Checkbike xxxx

Ridebike xx

00C9 xx

00CA

BerryHiroAnimation xxxx

StopBerryHiroAnimation

Setvarhero xx

Setvarrival xx

Setvaralter xx

Setvarpoke xx yyyy

Setvaritem xx yyyy

00D2 xx yyyy

Setvaratkitem xx yyyy

Setvaratk xx yyyy

Setvarnum xx yyyy

Setvarpokenick xx yyyy

Setvarobj xx yyyy

Setvartrainer

00D9 xx

Setvarpokestored ww xxxx yyyy zz

Setvarstrhero xx

Setvarstrrival xx

Setvarstralter xx

StoreStarter xxxx

00DF xx yyyy

00E0 xx yyyy

00E1 xx yyyy

00E2 xx yyyy

00E3 xxxx yyyy

00E4 xxxx

Trainerbattle xxxx yyyy

Endtrainerbattle xxxx yyyy

00E7 xxxx yyyy zzzz

00E8 xxxx yyyy zzzz

00E9 xxxx

ActLeaugueBattlers xxxx

LostGoPc

CheckLost xxxx

00ED xxxx

00EE xxxx

00EF

00F0

00F1

ChsFriend wwww xxxx yyyy zzzz

WireBattleWait wwww xxxx yyyy zzzz

00F4

00F5

00F6

Pokecontest

00F8 xxxx

00F9 xxxx

00FA wwww xxxx yyyy zzzz

00FB xxxx

00FC

00FD xxxx yyyy

00FE xxxx yyyy

00FF xxxx yyyy

0100

0101

0102 xx yy

0103 xx yy

0104

0105

0106

0107 xxxx

0108

0109 xxxx

010A xxxx yyyy

010B xxxx yyyy

010C xxxx

010D

010E

010F

0110 wwww xxxx yyyy zzzz

FlashContest xxxx

EndFlash

0113

0114

0115 xxxx yyyy

ShowLnkCntRecord

0117

0118

0119 xxxx

011A

WarpMapElevator vvvv wwww xxxx yyyy zzzz

CheckFloor xxxx

011D

011E xxxx

011F

Setposaftship wwww xxxx yy zzzz

0121 xxxx

0122 xxxx

0123 xx yyyy

Wildbattle wwww xxxx yyyy zzzz

Starterbattle wwww xxxx yyyy zzzz

Explantionbattle

Honeytreebattle xxxx yyyy zzzz

0128 xxxx

Randombattle

012A

WriteAutograph

012C xxxx

012D xxxx yyyy

CheckDress xxxx yyyy

012F xxxx yyyy

0130 xxxx

GivePoketch

0132 xxxx

ActPktchAppl xxxx

StorePktchAppl xxxx yyyy

0135 xxxx

0136

0137

0138 xxxx

0139 xxxx

013A

013B

013C xxxx

013D

013E

013F xxxx yyyy

0140 xxxx

0141 xxxx

0142 xxxx

ExpectDecisionOther xxxx yyyy

0144 xxxx

0145 xxxx

0146 xxxx yyyy

Pokemart xxxx

Pokemart1 xxxx

Pokemart2 xxxx

Pokemart3 xxxx

Defeatgopc

014C xxxx

Checkgender xxxx

HealPkmn

014F

0150

0151

0152 xxxx

UnionRoom

0154

0155 xxxx yyyy

0156 xxxx

0157

ActPokedex

0159

GiveRShoes

Checkbadge xxxx yyyy

Setbdgtrue xxxx

Setbdgfalse xxxx

015E

015F

0160 xxxx

0161

0162

0163

0164

0165

0166 xxxx

0167

PrpDoorAnm vvvv wwww xxxx yyyy zz

Waitaction xx

Waitclose xx

Opendoor xx

Closedoor xx

016D

016E

016F

0170

0171

0172

0173

0174

0175 xxxx yyyy zzzz

0176 xxxx yy

Checkpartynumber xxxx

OpnBerry xx

0179 xxxx

017A

017B xx yyyy zzzz

017C xx yyyy

017D xxxx

017E xxxx

017F xxxx

0180

0181 xxxx

0182 xxxx

0183 xxxx

0184

0185

SetOwPosition xxxx yyyy zzzz

0187 vvvv wwww xxxx yyyy zzzz

SetOwMovement xxxx yyyy

ReleaseOw xxxx yyyy

SetDoorPassable xxxx yyyy zzzz

SetDoorLocked xxxx yyyy zzzz

018C xxxx yyyy

Showclocksave

Hideclocksave

018F xxxx

0190 xxxx

ChsPkmmenu

ChsPkmmenu2

StorePkmmenu2 xxxx

0194 wwww xxxx yyyy zzzz

0195 xxxx yyyy

Pokeinfo xxxx

0197 xxxx

Storepkmnum xxxx yyyy

0199 xxxx yyyy

CheckPartynum2 xxxx

019B xxxx yyyy

019C

019D xxxx

019E xxxx yyyy

019F xxxx

01A0

01A1

01A2

01A3 xxxx

01A4 xxxx yyyy

01A5

01A6

01A7

01A8

01A9

01AA xxxx yyyy

01AB xxxx yyyy

EggAnm

01AD

01AE xxxx yyyy

01AF xxxx yyyy zzzz

01B0 xxxx

01B1 xxxx

01B2 xxxx

Mailbox

01B4 xxxx

Recordlist xxxx

01B6 xxxx

01B7 xxxx yyyy

01B8 xxxx yyyy

Checkhappy xxxx yyyy

01BA xxxx yyyy

01BB

01BC wwww xxxx yyyy zzzz

CheckPosition xxxx

01BE xxxx

01BF xxxx

CheckPkmnParty xxxx yyyy

CopyPkmnHeight xxxx yyyy

SetvarPkmnHeight xxxx

ComparePkmnHeight xxxx yyyy zzzz

CheckPkmnHeight xxxx yyyy zzzz

01C5 xxxx yyyy

Moveinfo xxxx

Storemove xxxx

01C8 xxxx yyyy

Deletemove xxxx yyyy

01CA xxxx yyyy zzzz

01CB xxxx yyyy zz

01CC

01CD vvvv wwww xxxx yyyy zzzz

01CE

01CF",1),

01D0 xx

01D1 xx

01D2 xxxx yyyy

01D3 xxxx yyyy zzzz

01D4

01D5 xxxx

01D6 xxxx yyyy

Berrypoffin

01D8 xxxx

Battlermresult xxxx yyyy

01DA

01DB xxxx yyyy

01DC

01DD xxxx yyyy zzzz

01DE wwww xxxx yyyy zzzz

01DF xxxx

01E0 xxxx

01E1 xxxx yyyy zzzz

01E2 xxxx yyyy

01E3 xxxx yyyy

01E4 xxxx

01E5 xxxx

01E6

01E7 xxxx

CheckSinPkdx xxxx

CheckNatPkdx xxxx

ShowSinSheet xxxx

ShowNatSheet xxxx

01EC

01ED xxxx

01EE

01EF

01F0

CheckFossil xxxx

01F2

01F3 xxxx

01F4 xxxx yyyy

01F5 xxxx yyyy zzzz

CheckPokeLevel xxxx yyyy

01F7 xxxx yyyy

01F8

01F9 xxxx

01FA

01FB xxxx yyyy

01FC

01FD

01FE xx

01FF xxxx yyyy zzzz

0200 xxxx

0201 xxxx

0202 xx

0203 vvvv wwww xxxx yyyy zzzz

Warplstelev

Geonet

Gmbynocule

0207 xxxx

Pokepic xxxx yyyy

Hidepic

020A xxxx

020B

020C

020D xx yyyy

020E

020F xxxx yyyy

0210 xxxx yyyy

0211 xx

0212 xxxx yyyy

0213 xxxx yyyy

0214 xxxx

0215

0216 xxxx

0217 xxxx yyyy

0218 xxxx

0219

021A xxxx

021B

021C xx

021D",1),

021E

021F xxxx yyyy

0220

Remembermove xxxx

0222

0223 xxxx yyyy

Teachmove xxxx yyyy

Checkteachmove xxxx

0226 xx

0227

CheckPkmnTrade xxxx

TradeChosenPokemon xxxx

StopTrade

022B

022C

022D xx yyyy

022E

022F xxxx

0230 xxxx yyyy zzzz

0231 xxxx yyyy

0232 xx yyyy

0233 xxxx yyyy

0234 xxxx

0235",1),

0236 xxxx

0237 wwww xxxx yyyy zzzz

0238 xxxx yyyy

Deciderules xxxx

023A xxxx yyyy zzzz

HealpcAnm xxxx

023C xxxx yyyy

ShipAnm wwww xxxx yyyy zzzz

023E",1),

023F

0240

0241

0242

PhraseBox1W xxxx yyyy zzzz

PhraseBox2W wwww xxxx yyyy zzzz

0245 xxxx yyyy

0246 xxxx

0247 xxxx

0248 xxxx yyyy zzzz

CheckPhraseBoxImput vvvv wwww xxxx yyyy zzzz

024A xxxx

PrpPcAnm xx

PcOpnAnm xx

PcClsAnm xx

CheckLotoNumber xxxx

CompareLotoNumber wwww xxxx yyyy zzzz

0250 xxxx yyyy

0251 xx yyyy

CheckBoxesNumber xxxx

0253 xxxx

0254 xxxx

0255

0256 xxxx yyyy

SprtSave

RetSprtSave xxxx yyyy zzzz

ElevLgAnm

025A xxxx

025B

025C

025D xxxx

025E

025F

0260 xxxx

CheckAccessories xx yyyy

0262

0263 xxxx

0264 xxxx

0265

0266

Pokecasino xxxx yyyy

0268 xxxx

0269 xxxx yyyy

026A xxxx yyyy zzzz

026B xxxx

026C xxxx

Unownmsgbox xxxx

026E xxxx

026F

0270 xx yyyy

Thanknameins xxxx

0272 xx

0273 xx yyyy

0274 xxxx

0275 xxxx

0276 xxxx yyyy zzzz

0277 xxxx

0278 xxxx yyyy

0279

LgCstlView

027B xxxx

027C xxxx yyyy

027D xxxx yyyy

027E xxxx

027F xxxx

0280 ww xxxx yy zz

0281 xxxx yyyy zzzz

0282 xxxx

0283 xxxx

0284 xxxx

0285 xxxx yyyy

0286 xxxx

0287 xxxx

0288 xxxx

0289 uuuu vvvv wwww xxxx yyyy zzzz

028A xxxx

028B xx yyyy

Pokepartypic xxxx

028D

028E xxxx

CheckFirstTimeChampion xxxx

0290

0291

0292 xx yyyy

0293 xxxx

ShowBpntsbox xxxx

HideBpntsbox

0296

0297

0298

0299 xxxx

029A xxxx yyyy

029B wwww xxxx yyyy zzzz

029C xxxx yyyy

ChoiceMulti xxxx yyyy

HmEffect xxxx yyyy

CmrBmpEffect xxxx

DoubleBattle xxxx yyyy zzzz

Applymovement2

02A2 xxxx

02A3 xxxx

02A4 xxxx

TrdchsPkmn

02A6 xxxx yyyy zzzz

02A7 xxxx yyyy

02A8 xxxx yyyy

02A9 xxxx yyyy

ComparePhraseBoxImput vvvv wwww xxxx yyyy zzzz

02AB xxxx

ActMisteryGift

02AD xxxx yyyy

02AE

02AF xxxx

02B0

02B1

02B2

02B3 xx yyyy

02B4

02B5 xxxx yyyy zzzz

02B6 xx yyyy

02B7 xxxx

02B8 xxxx

02B9

02BA xxxx

02BB

CheckWildBattle2 xxxx

Wildbattle2 wwww xxxx yyyy zzzz

02BE xxxx

Bikeride

02C0 xxxx

ShowSavebox

HideSavebox

02C3

02C4 xx

02C5 xxxx yyyy

SpinTradeUnion

CheckVersionGame xxxx

02C8 xxxx yyyy zzzz

02C9

FlrClckAnm

02CB xxxx yyyy

02CC xxxx yyyy zzzz

02CD

02CE

02CF xxxx yyyy

02D0 xxxx yyyy zzzz

02D1 xxxx

02D2 xxxx yyyy zzzz

02D3 xxxx yyyy zzzz

02D4 xxxx yyyy zzzz

02D5 xxxx

02D6

02D7 xxxx

02D8 xx

02D9 xxxx yyyy zzzz

02DA xxxx yyyy zzzz

02DB xxxx yyyy zzzz

02DC xxxx

02DD xxxx yyyy

02DE vvvv wwww xxxx yyyy zzzz

02DF xxxx

02E0 xxxx yyyy

02E1 xxxx yyyy

02E2

02E3

02E4 xxxx yyyy zzzz

02E5 xxxx yyyy zzzz

02E6 xxxx yyyy zzzz

02E7 xxxx yyyy

02E8 xxxx

02E9 xxxx yyyy zzzz

02EA xxxx yyyy

02EB xxxx

02EC

02ED

02EE wwww xxxx yyyy zzzz

02EF

02F0

02F1

02F2

02F3 xx yyyy

02F4 wwww xxxx yyyy zzzz

02F5 wwww xxxx yyyy zz

02F6 xxxx yyyy zzzz

02F7 xxxx

02F8

02F9 xxxx yyyy

02FA xxxx yyyy

02FB

02FC xxxx

02FD xx yyyy

02FE xxxx yyyy

02FF xxxx yyyy

0300

0301

0302 vvvv wwww xxxx yyyy zzzz

0303 xxxx yyyy

0304 wwww xxxx yyyy zzzz

0305 xxxx yyyy

0306 xxxx yyyy

0307 xxxx

0308

0309

030A xxxx

030B

030C

030D xxxx

030E xxxx

030F xxxx yyyy

0310

0311 xxxx

0312 xxxx

0313 xxxx

0314 xxxx

0315 xxxx

0316 xxxx yyyy zzzz

0317 xxxx yyyy zzzz

0318 xxxx yyyy

0319

031A

031B xxxx

031C xxxx yyyy

031D xxxx

031E xxxx yyyy

031F

0320

0321 xxxx

0322

0323 xxxx

0324 wwww xxxx yyyy zzzz

0325 xxxx

0326 xxxx

0327 xxxx

PortalEffect xxxx

0329 wwww xxxx yyyy zzzz

032A xxxx

032B xxxx

032C xxxx

032D

032E

032F xxxx yyyy

0330

0331

0332

0333 xxxx

0334

0335 xxxx yyyy zzzz

0336 xxxx

0337

0338

0339

033A xx

033B

033C xx yyyy

033D xx yyyy

033E xx yyyy

033F

0340

0341 ww xxxx yyyy zz

0342 xx

0343 xx yyyy

0344 xx yyyy

0345 xx yyyy

0346 xx

DysplayFloor xxxx

)

movCmd=(

"Seeup",

"Seedown",

"Seeleft",

"Seeright",

"Walkupsl",

"Walkdownsl",

"Walkleftsl",

"Walkrightsl",

"Walkupnor",

"Walkdownnor",

"Walkleftnor",

"Walkrightnor",

"Walkupfst",

"Walkdownfst",

"Walkleftfst",

"Walkrightfst",

"Walkupvrfst",

"Walkdownvrfst",

"Walkleftvrfst",

"Walkrightvrfst",

"0014",

"0015",

"0016",

"0017",

"0018",

"0019",

"001A",

"001B",

"001C",

"001D",

"001E",

"001F",

"0020",

"0021",

"0022",

"0023",

"0024",

"0025",

"0026",

"0027",

"0028",

"0029",

"002A",

"002B",

"002C",

"002D",

"002E",

"002F",

"0030",

"0031",

"0032",

"0033",

"0034",

"0035",

"0036",

"0037",

"0038",

"0039",

"003A",

"003B",

"003C",

"003D",

"003E",

"003F",

"0040",

"0041",

"0042",

"0043",

"0044",

"0045",

"0046",

"0047",

"0048",

"0049",

"004A",

"004B",

"004C",

"004D",

"004E",

"004F",

"0050",

"0051",

"0052",

"0053",

"0054",

"0055",

"0056",

"0057",

"0058",

"0059",

"005A",

"005B",

"005C",

"005D",

"005E",

"005F",

"0060",

"0061",

"0062",

"0063",

"0064",

"0065",

"0066",

"0067",

"0068",

"0069",

"006A",

"006B",

"006C",

"006D",

"006E",

"006F",

"0060",

"0061",

"0062",

"0063",

"0064",

"0065",

"0066",

"0067",

"0068",

"0069",

"006A",

"006B",

"006C",

"006D",

"006E",

"006F",

)

jumpcmds=(0x16, 0x1A, 0x1C, 0x1D,)

endcmds=(2, 0x1B)

Edited by SCV
Link to comment
Share on other sites

Oh, Damnit.

I've have a folder with pokèmon platinum.nds, ndstool, ppre and table.tbl... but when i click on ppre, it says that the application it's not correct, and a new installation of the application may corrects the problem.. :/

I need some programs other than this to make ppre working? :/

Link to comment
Share on other sites

Oh, Damnit.

I've have a folder with pokèmon platinum.nds, ndstool, ppre and table.tbl... but when i click on ppre, it says that the application it's not correct, and a new installation of the application may corrects the problem.. :/

I need some programs other than this to make ppre working? :/

You probably need this: http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF&displaylang=en

Link to comment
Share on other sites

Awesome. I will look into using this my Platinum ROM edit as good as possible for me.

A few weeks or months back, i had my own little, fully incomplete, map list, this might (or might not be) be useful for someone out there... Yes, you can figure it out by the text now, but it's not that easy guessing if you havent played like the game like 200+ hours :rolleyes:

1CD = Ribbon Syndicate

112 = Shaymin event (Flower paradise)

18F = Rt. 224 top

1FE = Arceus on top of Spear Pillar

A = -

B = Jubilife TV Center first floor

B8 = The room just before meeting Cynthia

BA = Champion Hall (event will be immediately triggered)

C = Jubilife TV Center second floor

D5 = Mt. Coronet somewhere deeper inside

D6 = Mt. Coronet somewhere deeper inside

D7 = Mt. Coronet just before Spear Pillar

D8 = Mt. coronet somewhere deeper inside

DC = Spear Pillar Top

F = Poketch Company

F9 = Victory Road somewhere

FB = Safari Park first area

FD = Amity Square

FE = Ravaged Path first room

FF = Crashes

1 = Pkmn League (Pkmn center?)

1A = room didn't make it into final game? extended floor of some house, two people talking about WFC. Walking downstairs gets you stuck.

1A1 = Bottom Left House Twinleaf Town

1A2 = Sandgem Town (out of Rowan Lab)

1A3 = PokeMart Sandgem Town

1A4 = PokeCenter Sandgem

1B = another hidden room above 1A?? "Youre managed to come up here?" says a lady there. How else?

1C = GTS entrance

1C2 = Survival Area

1D = Trainer's school

1E = house in jubilife city

1F = Crash

2 = Crash

2B = "Mysterious" Harbor Inn in Canalave City

3 = Jubilife City

4 = Jubilife Center PokeMart

5 = Crash

6 = jubilife city pokemon center

7 = jubilife pokecenter upper floor

7D = Pastoria Great Marsh

7E = Pastoria Great Marsh second floor

8 = Poketch Center first floor

9 = poketch center second floor

9F = Sunyshore City small building with lots of people

105 = Fullmoon Island Cresselia

10C = Turnback cave first room

10D = Turnback cave room with big thing in the middle

10E = Turnback Cave room with Giratina

10F = Turnback Cave...

11B = Regigigas Room in Snowpoint Temple (Need three regi-pokemon to battle)

11C = Weyward Cave first room

11D = Weyward Cave (some big room)

11E = Ruin Maniac Cave

11F = Trophy Garden

13D = Lake Acuity w/o Rival

13E = Lake Acuity w/ Rival

13F = Acuity Lake Cavern

15B = Route 205

16E = Route 211

16F = Route 212

19A = -

19B = Twinleaf Town

19C = Rivals First Floor

19D = Rivals Second Floor

19E = Heros First Floor

19F = Heros Second Floor

20A = Turnback cave room with little stone in middle

20B = turnback cave room...

22 = PokeMart Canalave

22E = Pokemon Contest Hall

22F = Outside of Battle Frontier

23 = Steel Gym

23B = Hidden Rotom Room! WARNING! Without the activated event, returning will get you stuck => have to edit warp there.

24 = PokeCenter in Canalave

27A = Jubilife City again

28 = third floor in library / Canalave

29/2A = Houses in Canalave City

41 = Eterna City (target id 3 = aus eterna galactic raus)

4A =

48 = (first floor ??? test!)

49 = galactic eterna building second floor

50 = Eterna / Cycling Road Checkpoint

85 = Fight Gym

102 = Oreburg Gate Cave first room

108 = stark mountain before showdown

109 = With Charon against Team galactic in stark mountain at the end

110 = Turnback Cave...

111 = Turnback Cave...

112/114/115/FC = Nowhere / says Pkmn League (Pkmn Center music)

116 = Snowpoint Temple first room

120 = Iron Island

130 = black screen (music crashes) / weird crash

137 = Lake Verity (before team galactic)

138 = Lake Verity (after team galactic)

139 = Verity Cavern

140/141 = Newmoon Island (encounter area; but event needs to be triggered for it to appear)

142 = Battle Park

143 = Battle Park (inside)

144/145 = darkness/mystery zone with bicycle possibility

148 = mystery zone, but moveable character.

150 = Valor Lakefront

170 = Pokemon Mansion (not trophy garden)

171/172 = Pokemon Mansion Rooms

173 = Route 212

193 = Route 227

212 = turnback cave...

230 = Battle Frontier

239 = Team Galactic somewhere (huge mass gathering)

24A = The room with the warp portals right before getting into Wi-Fi Plaza

248 = Platinum Spear Pillar Dialga Event

249 = Platinum Spear Pillar Palkia Event

11B = Regigigas Room

What's probably more useful are the Attacks/Items/Pkmn hex code lists (from here:

Attacks (+ a zero before every one, double bytes):

001 Pound

002 Karate Chop

003 DoubleSlap

004 Comet Punch

005 Mega Punch

006 Pay Day

007 Fire Punch

008 Ice Punch

009 ThunderPunch

00A Scratch

00B ViceGrip

00C Guillotine

00D Razor Wind

00E Swords Dance

00F Cut

010 Gust

011 Wing Attack

012 Whirlwind

013 Fly

014 Bind

015 Slam

016 Vine Whip

017 Stomp

018 Double Kick

019 Mega Kick

01A Jump Kick

01B Rolling Kick

01C Sand-Attack

01D Headbutt

01E Horn Attack

01F Fury Attack

020 Horn Drill

021 Tackle

022 Body Slam

023 Wrap

024 Take Down

025 Thrash

026 Double-Edge

027 Tail Whip

028 Poison Sting

029 Twineedle

02A Pin Missile

02B Leer

02C Bite

02D Growl

02E Roar

02F Sing

030 Supersonic

031 SonicBoom

032 Disable

033 Acid

034 Ember

035 Flamethrower

036 Mist

037 Water Gun

038 Hydro Pump

039 Surf

03A Ice Beam

03B Blizzard

03C Psybeam

03D BubbleBeam

03E Aurora Beam

03F Hyper Beam

040 Peck

041 Drill Peck

042 Submission

043 Low Kick

044 Counter

045 Seismic Toss

046 Strength

047 Absorb

048 Mega Drain

049 Leech Seed

04A Growth

04B Razor Leaf

04C SolarBeam

04D PoisonPowder

04E Stun Spore

04F Sleep Powder

050 Petal Dance

051 String Shot

052 Dragon Rage

053 Fire Spin

054 ThunderShock

055 Thunderbolt

056 Thunder Wave

057 Thunder

058 Rock Throw

059 Earthquake

05A Fissure

05B Dig

05C Toxic

05D Confusion

05E Psychic

05F Hypnosis

060 Meditate

061 Agility

062 Quick Attack

063 Rage

064 Teleport

065 Night Shade

066 Mimic

067 Screech

068 Double Team

069 Recover

06A Harden

06B Minimize

06C SmokeScreen

06D Confuse Ray

06E Withdraw

06F Defense Curl

070 Barrier

071 Light Screen

072 Haze

073 Reflect

074 Focus Energy

075 Bide

076 Metronome

077 Mirror Move

078 Selfdestruct

079 Egg Bomb

07A Lick

07B Smog

07C Sludge

07D Bone Club

07E Fire Blast

07F Waterfall

080 Clamp

081 Swift

082 Skull Bash

083 Spike Cannon

084 Constrict

085 Amnesia

086 Kinesis

087 Softboiled

088 Hi Jump Kick

089 Glare

08A Dream Eater

08B Poison Gas

08C Barrage

08D Leech Life

08E Lovely Kiss

08F Sky Attack

090 Transform

091 Bubble

092 Dizzy Punch

093 Spore

094 Flash

095 Psywave

096 Splash

097 Acid Armor

098 Crabhammer

099 Explosion

09A Fury Swipes

09B Bonemerang

09C Rest

09D Rock Slide

09E Hyper Fang

09F Sharpen

0A0 Conversion

0A1 Tri Attack

0A2 Super Fang

0A3 Slash

0A4 Substitute

0A5 Struggle

0A6 Sketch

0A7 Triple Kick

0A8 Thief

0A9 Spider Web

0AA Mind Reader

0AB Nightmare

0AC Flame Wheel

0AD Snore

0AE Curse

0AF Flail

0B0 Conversion 2

0B1 Aeroblast

0B2 Cotton Spore

0B3 Reversal

0B4 Spite

0B5 Powder Snow

0B6 Protect

0B7 Mach Punch

0B8 Scary Face

0B9 Faint Attack

0BA Sweet Kiss

0BB Belly Drum

0BC Sludge Bomb

0BD Mud-Slap

0BE Octazooka

0BF Spikes

0C0 Zap Cannon

0C1 Foresight

0C2 Destiny Bond

0C3 Perish Song

0C4 Icy Wind

0C5 Detect

0C6 Bone Rush

0C7 Lock-On

0C8 Outrage

0C9 Sandstorm

0CA Giga Drain

0CB Endure

0CC Charm

0CD Rollout

0CE False Swipe

0CF Swagger

0D0 Milk Drink

0D1 Spark

0D2 Fury Cutter

0D3 Steel Wing

0D4 Mean Look

0D5 Attract

0D6 Sleep Talk

0D7 Heal Bell

0D8 Return

0D9 Present

0DA Frustration

0DB Safeguard

0DC Pain Split

0DD Sacred Fire

0DE Magnitude

0DF DynamicPunch

0E0 Megahorn

0E1 DragonBreath

0E2 Baton Pass

0E3 Encore

0E4 Pursuit

0E5 Rapid Spin

0E6 Sweet Scent

0E7 Iron Tail

0E8 Metal Claw

0E9 Vital Throw

0EA Morning Sun

0EB Synthesis

0EC Moonlight

0ED Hidden Power

0EE Cross Chop

0EF Twister

0F0 Rain Dance

0F1 Sunny Day

0F2 Crunch

0F3 Mirror Coat

0F4 Psych Up

0F5 ExtremeSpeed

0F6 AncientPower

0F7 Shadow Ball

0F8 Future Sight

0F9 Rock Smash

0FA Whirlpool

0FB Beat Up

0FC Fake Out

0FD Uproar

0FE Stockpile

0FF Spit Up

100 Swallow

101 Heat Wave

102 Hail

103 Torment

104 Flatter

105 Will-O-Wisp

106 Memento

107 Facade

108 Focus Punch

109 SmellingSalt

10A Follow Me

10B Nature Power

10C Charge

10D Taunt

10E Helping Hand

10F Trick

110 Role Play

111 Wish

112 Assist

113 Ingrain

114 Superpower

115 Magic Coat

116 Recycle

117 Revenge

118 Brick Break

119 Yawn

11A Knock Off

11B Endeavor

11C Eruption

11D Skill Swap

11E Imprison

11F Refresh

120 Grudge

121 Snatch

122 Secret Power

123 Dive

124 Arm Thrust

125 Camouflage

126 Tail Glow

127 Luster Purge

128 Mist Ball

129 FeatherDance

12A Teeter Dance

12B Blaze Kick

12C Mud Sport

12D Ice Ball

12E Needle Arm

12F Slack Off

130 Hyper Voice

131 Poison Fang

132 Crush Claw

133 Blast Burn

134 Hydro Cannon

135 Meteor Mash

136 Astonish

137 Weather Ball

138 Aromatherapy

139 Fake Tears

13A Air Cutter

13B Overheat

13C Odor Sleuth

13D Rock Tomb

13E Silver Wind

13F Metal Sound

140 GrassWhistle

141 Tickle

142 Cosmic Power

143 Water Spout

144 Signal Beam

145 Shadow Punch

146 Extrasensory

147 Sky Uppercut

148 Sand Tomb

149 Sheer Cold

14A Muddy Water

14B Bullet Seed

14C Aerial Ace

14D Icicle Spear

14E Iron Defense

14F Block

150 Howl

151 Dragon Claw

152 Frenzy Plant

153 Bulk Up

154 Bounce

155 Mud Shot

156 Poison Tail

157 Covet

158 Volt Tackle

159 Magical Leaf

15A Water Sport

15B Calm Mind

15C Leaf Blade

15D Dragon Dance

15E Rock Blast

15F Shock Wave

160 Water Pulse

161 Doom Desire

162 ???

163 Roost

164 Gravity

165 Miracle Eye

166 Wake Up Slap

167 Hammer Arm

168 Gyro Ball

169 Healing Wish

16A Brine

16B Natural Gift

16C Feint

16D Pluck

16E Tail Wind

16F Acupressure

170 Metal Burst

171 U-Turn

172 Close Combat

173 Payback

174 Assurance

175 Embargo

176 Fling

177 Psycho Shift

178 Trump Card

179 Heal Block

17A Wring Out

17B Power Trick

17C Gastro Acid

17D Lucky Chant

17E Me First

17F Copycat

180 Power Swap

181 Guard Swap

182 Punishment

183 Last Resort

184 Worry Seed

185 Shadow Claw

186 Toxic Spikes

187 Heart Swap

188 Aqua Ring

189 Magnet Rise

18A Flare Blitz

18B Force Palm

18C Aura sphere

18D Rock Polish

18E Poison Jab

18F Dark Pulse

190 Night Slash

191 Aqua Tail

192 Seedbomb

193 Air Slash

194 X-Scissor

195 Bug Buzz

196 Dragon Pulse

197 Dragon Rush

198 Power Gem

199 Drain Punch

19A Vacuum Wave

19B Focus Blast

19C Energy Ball

19D Brave Bird

19E Earth Power

19F Switcheroo

1A0 Giga Impact

1A1 Nasty Plot

1A2 Bullet Punch

1A3 Avalanche

1A4 Ice Shard

1A5 Shadow Claw

1A6 Thunder Fang

1A7 Ice Fang

1A8 Fire Fang

1A9 Shadow Sneak

1AA Mud Bomb

1AB Psycho Cut

1AC Zen Headbutt

1AD Mirror Shot

1AE Flash Cannon

1AF Rock Climb

1B0 Defog

1B1 Trick Room

1B2 Draco Meteor

1B3 Discharge

1B4 Lava Plume

1B5 Leaf Storm

1B6 Power Whip

1B7 Rock Wrecker

1B8 Cross Poison

1B9 Gunk Shot

1BA Iron Head

1BB Magnet Bomb

1BC Stone Edge

1BD Captivate

1BE Stealth Rock

1BF Grass Knot

1C0 Chatter

1C1 Judgement

1C2 Bug Bite

1C3 Charge Beam

1C4 Wood Hammer

1C5 Aqua Jet

1C6 Attack Order

1C7 Defend Order

1C8 Heal Order

1C9 Head Smash

1CA Double Hit

1CB Roar of Time

1CC Special Rend

1CD Lunar Dance

1CE Crush Grip

1CF Magma Storm

1D0 Dark Void

1D1 Seed Flare

1D2 Ominous Wind

1D3 Shadow Force

Items:

0001 Master Ball

0002 Ultra Ball

0003 Great Ball

0004 Poke Ball

0005 Safari Ball

0006 Net Ball

0007 Dive Ball

0008 Nest Ball

0009 Repeat Ball

000A Timer Ball

000B Luxury Ball

000C Premier Ball

000D Dusk Ball

000E Heal Ball

000F Quick Ball

0010 Cherish Ball

0011 Potion

0012 Antidote

0013 Burn Heal

0014 Ice Heal

0015 Awakening

0016 Parlyz Heal

0017 Full Restore

0018 Max Potion

0019 Hyper Potion

001A Super Potion

001B Full Heal

001C Revive

001D Max Revive

001E Fresh Water

001F Soda Pop

0020 Lemonade

0021 Moomoo Milk

0022 EnergyPowder

0023 Energy Root

0024 Heal Powder

0025 Revival Herb

0026 Ether

0027 Max Ether

0028 Elixir

0029 Max Elixir

002A Lava Cookie

002B Berry Juice

002C Sacred Ash

002D HP Up

002E Protein

002F Iron

0030 Carbos

0031 Calcium

0032 Rare Candy

0033 PP Up

0034 Zinc

0035 PP Max

0036 Old Gateau

0037 Guard Spec.

0038 Dire Hit

0039 X Attack

003A X Defend

003B X Speed

003C X Accuracy

003D X Special

003E X Sp. Def

003F Poke Doll

0040 Fluffy Tail

0041 Blue Flute

0042 Yellow Flute

0043 Red Flute

0044 Black Flute

0045 White Flute

0046 Shoal Salt

0047 Shoal Shell

0048 Red Shard

0049 Blue Shard

004A Yellow Shard

004B Green Shard

004C Super Repel

004D Max Repel

004E Escape Rope

004F Repel

0050 Sun Stone

0051 Moon Stone

0052 Fire Stone

0053 Thunderstone

0054 Water Stone

0055 Leaf Stone

0056 TinyMushroom

0057 Big Mushroom

0058 Pearl

0059 Big Pearl

005A Stardust

005B Star Piece

005C Nugget

005D Heart Scale

005E Honey

005F Growth Mulch

0060 Damp Mulch

0061 Stable Mulch

0062 Gooey Mulch

0063 Root Fossil

0064 Claw Fossil

0065 Helix Fossil

0066 Dome Fossil

0067 Old Amber

0068 Armor Fossil

0069 Skull Fossil

006A Rare Bone

006B Shiny Stone

006C Dusk Stone

006D Dawn Stone

006E Oval Stone

006F Odd Keystone

0070 ???

0071 ???

0072 ???

0073 ???

0074 ???

0075 ???

0076 ???

0077 ???

0078 ???

0079 ???

007A ???

007B ???

007C ???

007D ???

007E ???

007F ???

0080 ???

0081 ???

0082 ???

0083 ???

0084 ???

0085 ???

0086 ???

0087 Adamant Orb

0088 Lustrous Orb

0089 Grass Mail

008A Flame Mail

008B Bubble Mail

008C Bloom Mail

008D Tunnel Mail

008E Steel Mail

008F Heart Mail

0090 Snow Mail

0091 Space Mail

0092 Air Mail

0093 Mosaic Mail

0094 Brick Mail

0095 Cheri Berry

0096 Chesto Berry

0097 Pecha Berry

0098 Rawst Berry

0099 Aspear Berry

009A Leppa Berry

009B Oran Berry

009C Persim Berry

009D Lum Berry

009E Sitrus Berry

009F Figy Berry

00A0 Wiki Berry

00A1 Mago Berry

00A2 Aguav Berry

00A3 Iapapa Berry

00A4 Razz Berry

00A5 Bluk Berry

00A6 Nanab Berry

00A7 Wepear Berry

00A8 Pinap Berry

00A9 Pomeg Berry

00AA Kelpsy Berry

00AB Qualot Berry

00AC Hondew Berry

00AD Grepa Berry

00AE Tamato Berry

00AF Cornn Berry

00B0 Magost Berry

00B1 Rabuta Berry

00B2 Nomel Berry

00B3 Spelon Berry

00B4 Pamtre Berry

00B5 Watmel Berry

00B6 Durin Berry

00B7 Belue Berry

00B8 Occa Berry

00B9 Passho Berry

00BA Wacan Berry

00BB Rindo Berry

00BC Yache Berry

00BD Chople Berry

00BE Kebia Berry

00BF Shuca Berry

00C0 Coba Berry

00C1 Payapa Berry

00C2 Tanga Berry

00C3 Charti Berry

00C4 Kasib Berry

00C5 Haban Berry

00C6 Colbur Berry

00C7 Babiri Berry

00C8 Chilan Berry

00C9 Liechi Berry

00CA Ganlon Berry

00CB Salac Berry

00CC Petaya Berry

00CD Apicot Berry

00CE Lansat Berry

00CF Starf Berry

00D0 Enigma Berry

00D1 Micle Berry

00D2 Custap Berry

00D3 Jaboca Berry

00D4 Rowap Berry

00D5 BrightPowder

00D6 White Herb

00D7 Macho Brace

00D8 Exp. Share

00D9 Quick Claw

00DA Soothe Bell

00DB Mental Herb

00DC Choice Band

00DD King’s Rock

00DE SilverPowder

00DF Amulet Coin

00E0 Cleanse Tag

00E1 Soul Dew

00E2 DeepSeaTooth

00E3 DeepSeaScale

00E4 Smoke Ball

00E5 Everstone

00E6 Focus Band

00E7 Lucky Egg

00E8 Scope Lens

00E9 Metal Coat

00EA Leftovers

00EB Dragon Scale

00EC Light Ball

00ED Soft Sand

00EE Hard Stone

00EF Miracle Seed

00F0 BlackGlasses

00F1 Black Belt

00F2 Magnet

00F3 Mystic Water

00F4 Sharp Beak

00F5 Poison Barb

00F6 NeverMeltIce

00F7 Spell Tag

00F8 TwistedSpoon

00F9 Charcoal

00FA Dragon Fang

00FB Silk Scarf

00FC Up-Grade

00FD Shell Bell

00FE Sea Incense

00FF Lax Incense

0100 Lucky Punch

0101 Metal Powder

0102 Thick Club

0103 Stick

0104 Red Scarf

0105 Blue Scarf

0106 Pink Scarf

0107 Green Scarf

0108 Yellow Scarf

0109 Wide Lens

010A Muscle Band

010B Wise Glasses

010C Expert Belt

010D Light Clay

010E Life Orb

010F Power Herb

0110 Toxic Orb

0111 Flame Orb

0112 Quick Powder

0113 Focus Sash

0114 Zoom Lens

0115 Metronome

0116 Iron Ball

0117 Lagging Tail

0118 Destiny Knot

0119 Black Sludge

011A Icy Rock

011B Smooth Rock

011C Heat Rock

011D Damp Rock

011E Grip Claw

011F Choice Scarf

0120 Sticky Barb

0121 Power Bracer

0122 Power Belt

0123 Power Lens

0124 Power Band

0125 Power Anklet

0126 Power Weight

0127 Shed Shell

0128 Big Root

0129 Choice Specs

012A Flame Plate

012B Splash Plate

012C Zap Plate

012D Meadow Plate

012E Icicle Plate

012F Fist Plate

0130 Toxic Plate

0131 Earth Plate

0132 Sky Plate

0133 Mind Plate

0134 Insect Plate

0135 Stone Plate

0136 Spooky Plate

0137 Draco Plate

0138 Dread Plate

0139 Iron Plate

013A Odd Incense

013B Rock Incense

013C Full Incense

013D Wave Incense

013E Rose Incense

013F Luck Incense

0140 Pure Incense

0141 Protector

0142 Electirizer

0143 Magmarizer

0144 Dubious Disc

0145 Reaper Cloth

0146 Razor Claw

0147 Razor Fang

0148 TM01

0149 TM02

014A TM03

014B TM04

014C TM05

014D TM06

014E TM07

014F TM08

0150 TM09

0151 TM10

0152 TM11

0153 TM12

0154 TM13

0155 TM14

0156 TM15

0157 TM16

0158 TM17

0159 TM18

015A TM19

015B TM20

015C TM21

015D TM22

015E TM23

015F TM24

0160 TM25

0161 TM26

0162 TM27

0163 TM28

0164 TM29

0165 TM30

0166 TM31

0167 TM32

0168 TM33

0169 TM34

016A TM35

016B TM36

016C TM37

016D TM38

016E TM39

016F TM40

0170 TM41

0171 TM42

0172 TM43

0173 TM44

0174 TM45

0175 TM46

0176 TM47

0177 TM48

0178 TM49

0179 TM50

017A TM51

017B TM52

017C TM53

017D TM54

017E TM55

017F TM56

0180 TM57

0181 TM58

0182 TM59

0183 TM60

0184 TM61

0185 TM62

0186 TM63

0187 TM64

0188 TM65

0189 TM66

018A TM67

018B TM68

018C TM69

018D TM70

018E TM71

018F TM72

0190 TM73

0191 TM74

0192 TM75

0193 TM76

0194 TM77

0195 TM78

0196 TM79

0197 TM80

0198 TM81

0199 TM82

019A TM83

019B TM84

019C TM85

019D TM86

019E TM87

019F TM88

01A0 TM89

01A1 TM90

01A2 TM91

01A3 TM92

01A4 HM01

01A5 HM02

01A6 HM03

01A7 HM04

01A8 HM05

01A9 HM06

01AA HM07

01AB HM08

01AC Explorer Kit

01AD Loot Sack

01AE Rule Book

01AF Poke Radar

01B0 Point Card

01B1 Journal

01B2 Seal Case

01B3 Fashion Case

01B4 Seal Bag

01B5 Pal Pad

01B6 Works Key

01B7 Old Charm

01B8 Galactic Key

01B9 Red Chain

01BA Town Map

01BB Vs. Seeker

01BC Coin Case

01BD Old Rod

01BE Good Rod

01BF Super Rod

01C0 Sprayduck

01C1 Poffin Case

01C2 Bicycle

01C3 Suite Key

01C4 Oak’s Letter

01C5 Lunar Wing

01C6 Member Card

01C7 Azure Flute

01C8 S.S. Ticket

01C9 Contest Pass

01CA Magma Stone

01CB Parcel

01CC Coupon 1

01CD Coupon 2

01CE Coupon 3

01CF Storage Key

01D0 SecretPotion

Pokemon:

0000 ??????????

0001 Bulbasaur

0002 Ivysaur

0003 Venusaur

0004 Charmander

0005 Charmeleon

0006 Charizard

0007 Squirtle

0008 Wartortle

0009 Blastoise

000A Caterpie

000B Metapod

000C Butterfree

000D Weedle

000E Kakuna

000F Beedrill

0010 Pidgey

0011 Pidgeotto

0012 Pidgeot

0013 Rattata

0014 Raticate

0015 Spearow

0016 Fearow

0017 Ekans

0018 Arbok

0019 Pikachu

001A Raichu

001B Sandshrew

001C Sandslash

001D Nidoran-F

001E Nidorina

001F Nidoqueen

0020 Nidoran-M

0021 Nidorino

0022 Nidoking

0023 Clefairy

0024 Clefable

0025 Vulpix

0026 Ninetales

0027 Jigglypuff

0028 Wigglytuff

0029 Zubat

002A Golbat

002B Oddish

002C Gloom

002D Vileplume

002E Paras

002F Parasect

0030 Venonat

0031 Venomoth

0032 Diglett

0033 Dugtrio

0034 Meowth

0035 Persian

0036 Psyduck

0037 Golduck

0038 Mankey

0039 Primeape

003A Growlithe

003B Arcanine

003C Poliwag

003D Poliwhirl

003E Poliwrath

003F Abra

0040 Kadabra

0041 Alakazam

0042 Machop

0043 Machoke

0044 Machamp

0045 Bellsprout

0046 Weepinbell

0047 Victreebel

0048 Tentacool

0049 Tentacruel

004A Geodude

004B Graveler

004C Golem

004D Ponyta

004E Rapidash

004F Slowpoke

0050 Slowbro

0051 Magnemite

0052 Magneton

0053 Farfetch'd

0054 Doduo

0055 Dodrio

0056 Seel

0057 Dewgong

0058 Grimer

0059 Muk

005A Shellder

005B Cloyster

005C Gastly

005D Haunter

005E Gengar

005F Onix

0060 Drowzee

0061 Hypno

0062 Krabby

0063 Kingler

0064 Voltorb

0065 Electrode

0066 Exeggcute

0067 Exeggutor

0068 Cubone

0069 Marowak

006A Hitmonlee

006B Hitmonchan

006C Lickitung

006D Koffing

006E Weezing

006F Rhyhorn

0070 Rhydon

0071 Chansey

0072 Tangela

0073 Kangaskhan

0074 Horsea

0075 Seadra

0076 Goldeen

0077 Seaking

0078 Staryu

0079 Starmie

007A Mr.Mime

007B Scyther

007C Jynx

007D Electabuzz

007E Magmar

007F Pinsir

0080 Tauros

0081 Magikarp

0082 Gyarados

0083 Lapras

0084 Ditto

0085 Eevee

0086 Vaporeon

0087 Jolteon

0088 Flareon

0089 Porygon

008A Omanyte

008B Omastar

008C Kabuto

008D Kabutops

008E Aerodactyl

008F Snorlax

0090 Articuno

0091 Zapdos

0092 Moltres

0093 Dratini

0094 Dragonair

0095 Dragonite

0096 Mewtwo

0097 Mew

0098 Chikorita

0099 Bayleef

009A Meganium

009B Cyndaquil

009C Quilava

009D Typhlosion

009E Totodile

009F Croconaw

00A0 Feraligatr

00A1 Sentret

00A2 Furret

00A3 Hoothoot

00A4 Noctowl

00A5 Ledyba

00A6 Ledian

00A7 Spinarak

00A8 Ariados

00A9 Crobat

00AA Chinchou

00AB Lanturn

00AC Pichu

00AD Cleffa

00AE Igglybuff

00AF Togepi

00B0 Togetic

00B1 Natu

00B2 Xatu

00B3 Mareep

00B4 Flaaffy

00B5 Ampharos

00B6 Bellossom

00B7 Marill

00B8 Azumarill

00B9 Sudowoodo

00BA Politoed

00BB Hoppip

00BC Skiploom

00BD Jumpluff

00BE Aipom

00BF Sunkern

00C0 Sunflora

00C1 Yanma

00C2 Wooper

00C3 Quagsire

00C4 Espeon

00C5 Umbreon

00C6 Murkrow

00C7 Slowking

00C8 Misdreavus

00C9 Unown

00CA Wobbuffet

00CB Girafarig

00CC Pineco

00CD Forretress

00CE Dunsparce

00CF Gligar

00D0 Steelix

00D1 Snubbull

00D2 Granbull

00D3 Qwilfish

00D4 Scizor

00D5 Shuckle

00D6 Heracross

00D7 Sneasel

00D8 Teddiursa

00D9 Ursaring

00DA Slugma

00DB Magcargo

00DC Swinub

00DD Piloswine

00DE Corsola

00DF Remoraid

00E0 Octillery

00E1 Delibird

00E2 Mantine

00E3 Skarmory

00E4 Houndour

00E5 Houndoom

00E6 Kingdra

00E7 Phanpy

00E8 Donphan

00E9 Porygon 2

00EA Stantler

00EB Smeargle

00EC Tyrogue

00ED Hitmontop

00EE Smoochum

00EF Elekid

00F0 Magby

00F1 Miltank

00F2 Blissey

00F3 Raikou

00F4 Entei

00F5 Suicune

00F6 Larvitar

00F7 Pupitar

00F8 Tyranitar

00F9 Lugia

00FA Ho-oh

00FB Celebi

00FC Treecko

00FD Grovyle

00FE Sceptile

00FF Torchic

0100 Combusken

0101 Blaziken

0102 Mudkip

0103 Marshtomp

0104 Swampert

0105 Poochyena

0106 Mightyena

0107 Zigzagoon

0108 Linoone

0109 Wurmple

010A Silcoon

010B Beautifly

010C Cascoon

010D Dustox

010E Lotad

010F Lombre

0110 Ludicolo

0111 Seedot

0112 Nuzleaf

0113 Shiftry

0114 Taillow

0115 Swellow

0116 Wingull

0117 Pelipper

0118 Ralts

0119 Kirlia

011A Gardevoir

011B Surskit

011C Masquerain

011D Shroomish

011E Breloom

011F Slakoth

0120 Vigoroth

0121 Slaking

0122 Nincada

0123 Ninjask

0124 Shedinja

0125 Whismur

0126 Loudred

0127 Exploud

0128 Makuhita

0129 Hariyama

012A Azurill

012B Nosepass

012C Skitty

012D Delcatty

012E Sableye

012F Mawile

0130 Aron

0131 Lairon

0132 Aggron

0133 Meditite

0134 Medicham

0135 Electrike

0136 Manectric

0137 Plusle

0138 Minun

0139 Volbeat

013A Illumise

013B Roselia

013C Gulpin

013D Swalot

013E Carvanha

013F Sharpedo

0140 Wailmer

0141 Wailord

0142 Numel

0143 Camerupt

0144 Torkoal

0145 Spoink

0146 Grumpig

0147 Spinda

0148 Trapinch

0149 Vibrava

014A Flygon

014B Cacnea

014C Cacturne

014D Swablu

014E Altaria

014F Zangoose

0150 Seviper

0151 Lunatone

0152 Solrock

0153 Barboach

0154 Whiscash

0155 Corphish

0156 Crawdaunt

0157 Baltoy

0158 Claydol

0159 Lileep

015A Cradily

015B Anorith

015C Armaldo

015D Feebas

015E Milotic

015F Castform

0160 Kecleon

0161 Shuppet

0162 Banette

0163 Duskull

0164 Dusclops

0165 Tropius

0166 Chimecho

0167 Absol

0168 Wynaut

0169 Snorunt

016A Glalie

016B Spheal

016C Sealeo

016D Walrein

016E Clamperl

016F Huntail

0170 Gorebyss

0171 Relicanth

0172 Luvdisc

0173 Bagon

0174 Shellgon

0175 Salamence

0176 Beldum

0177 Metang

0178 Metagross

0179 Regirock

017A Regice

017B Registeel

017C Latias

017D Latios

017E Kyogre

017F Groudon

0180 Rayquaza

0181 Jirachi

0182 Deoxys

0183 Turtwig

0184 Grotle

0185 Torterra

0186 Chimchar

0187 Monferno

0188 Infernape

0189 Piplup

018A Prinplup

018B Empoleon

018C Starly

018D Staravia

018E Staraptor

018F Bidoof

0190 Bibarel

0191 Kricketot

0192 Kricketune

0193 Shinx

0194 Luxio

0195 Luxray

0196 Budew

0197 Roserade

0198 Cranidos

0199 Rampardos

019A Shieldon

019B Bastiodon

019C Burmy

019D Wormadam

019E Mothim

019F Combee

01A0 Vespiquen

01A1 Pachirisu

01A2 Buizel

01A3 Floatzel

01A4 Cherubi

01A5 Cherrim

01A6 Shellos

01A7 Gastrodon

01A8 Ambipom

01A9 Drifloon

01AA Drifblim

01AB Buneary

01AC Lopunny

01AD Mismagius

01AE Honchkrow

01AF Glameow

01B0 Purugly

01B1 Chingling

01B2 Stunky

01B3 Skuntank

01B4 Bronzor

01B5 Bronzong

01B6 Bonsly

01B7 Mime Jr.

01B8 Happiny

01B9 Chatot

01BA Spiritomb

01BB Gible

01BC Gabite

01BD Garchomp

01BE Munchlax

01BF Riolu

01C0 Lucario

01C1 Hippopotas

01C2 Hippowdon

01C3 Skorupi

01C4 Drapion

01C5 Croagunk

01C6 Toxicroak

01C7 Carnivine

01C8 Finneon

01C9 Lumineon

01CA Mantyke

01CB Snover

01CC Abomasnow

01CD Weavile

01CE Magnezone

01CF Lickilicky

01D0 Rhyperior

01D1 Tangrowth

01D2 Electivire

01D3 Magmortar

01D4 Togekiss

01D5 Yanmega

01D6 Leafeon

01D7 Glaceon

01D8 Gliscor

01D9 Mamoswine

01DA Porygon-Z

01DB Gallade

01DC Probopass

01DD Dusknoir

01DE Froslass

01DF Rotom

01E0 Uxie

01E1 Mesprit

01E2 Azelf

01E3 Dialga

01E4 Palkia

01E5 Heatran

01E6 Regigigas

01E7 Giratina

01E8 Cresselia

01E9 Phione

01EA Manaphy

01EB Darkrai

01EC Shaymin

01ED Arceus

Cheers SCV :grog:

edit: It's a great program , but here's a few suggestions though, if that's okay: Would it be possible to include a search function (i.e. ctrl+f)? That would save a lot of scrolling time... Also, resizing the windows does not actually resize the text boxes - it would be much more convenient for different monitor/resolution sizes to have custom box sizes. A third suggestion: When trying to write to a new ROM, you always have to close the map window. I figure it can get a little annoying over time to open it always again, then find your right map number again and scroll down to where you last made your changes etc. This isn't a big issue though!

Thanks again!

edit2: Uhm.. major issue? This is what I did: Opened my pl.nds , went to Map 415 (twinleaf own house, second floor), changed absolutely NOTHING, pushed "Pushbutton", compiled the new ROM (which gets naturally trimmed) and then played it; now the ROM crashes when the Rival should arrive in the room.

The scripts do seem to get re-arranged somehow, there doesn't seem to be everything alright? (do i have to manually change the script order, without even having done anything?)

Edited by JePP
Link to comment
Share on other sites

About Edit1: Probably not soon. Right now I am more concerned with getting all the actually functionality working and being able to find descriptions for all scripts.

Edit2: I have an idea of what might be causing this. I'll try to see if that's it.

Link to comment
Share on other sites

Okay. I hope this is not a big matter since this bug seems to be more or less universal which makes the program right now unusuable... (If there isn't a manual way around this, changing the script order? just tried this, and it crashes the rom even earlier :P )

Link to comment
Share on other sites

Okay. I hope this is not a big matter since this bug seems to be more or less universal which makes the program right now unusuable... (If there isn't a manual way around this, changing the script order? just tried this, and it crashes the rom even earlier :P )

Well I tried with jubilife's script. I edited to receive all 25 apps from the guy who gives you the PokeTech and it worked fine, with no crashing. But yes, this program might be unusable to people who only seek to edit the game. Buts its quite useful to those of us trying to figure out how scripts work in their entirety.

Link to comment
Share on other sites

Ok so i got the C++ update thing and when i open it, it opens fine.But when i click on anything, nothing happens and this pops up:

Traceback (most recent call last):

File "ppre.pyw", line 78, in openMapEdit

File "ppre.pyw", line 1463, in __init__

File "ppre.pyw", line 163, in ReadScriptNarc

IOError: [Errno 2] No such file or directory: u'tmp_/root/fielddata/script/scr_seq_release.narc'

Traceback (most recent call last):

File "ppre.pyw", line 75, in openPokeEdit

File "ppre.pyw", line 179, in __init__

File "ppre.pyw", line 131, in ReadPersonalNarc

IOError: [Errno 2] No such file or directory: u'tmp_/root/poketool/personal_pearl/personal.narc'

Traceback (most recent call last):

File "ppre.pyw", line 75, in openPokeEdit

File "ppre.pyw", line 179, in __init__

File "ppre.pyw", line 131, in ReadPersonalNarc

IOError: [Errno 2] No such file or directory: u'tmp_Pokemon Platinum(U)/root/poketool/personal_pearl/personal.narc'

Traceback (most recent call last):

File "ppre.pyw", line 78, in openMapEdit

File "ppre.pyw", line 1463, in __init__

File "ppre.pyw", line 163, in ReadScriptNarc

IOError: [Errno 2] No such file or directory: u'tmp_Pokemon Platinum(U)/root/fielddata/script/scr_seq_release.narc'

Link to comment
Share on other sites

A few weeks or months back, i had my own little, fully incomplete, map list, this might (or might not be) be useful for someone out there...

It would be useful to me (and my prospective Pokémon DS save hacking code library). Also it appears to match the few map values that I had mined out.

Incidentally, wouldn't there be a way to extract all of the in-game names of these locations by index number from the ROM?

Link to comment
Share on other sites

It would be useful to me (and my prospective Pokémon DS save hacking code library). Also it appears to match the few map values that I had mined out.

Incidentally, wouldn't there be a way to extract all of the in-game names of these locations by index number from the ROM?

Its possible but difficult. There are generic names: C01, C01GYM, C01PC, R201, etc

We can use those to come up with real names by mapping them to the names of locations.

We can map C01 with Jubilife, so C01PC would be named Jubilife Pokemon Center.

But the reason there already is not a list by map values is that most places don't need names. For example, the many houses through out the region.

---------- Post added at 07:36 AM ---------- Previous post was at 07:30 AM ----------

Ok so i got the C++ update thing and when i open it, it opens fine.But when i click on anything, nothing happens and this pops up:

The first two probably are because you had not input a name. For the otherone, are you sure you put .nds when you entered the name? The first time you have to. You need to delete the empty directory for platinum, then try again entering the full name, including .nds

Edited by SCV
Link to comment
Share on other sites

sorry, I can't seem to work the PPRE... I put the rom in the same folder, I type in, and even tried copying and pasting the name of the rom, I pressed the Set ROM button, it does a little commant prompt screen for a split second, and then none of the other buttons work?... why is this, please help....

---------- Post added at 05:20 PM ---------- Previous post was at 04:36 PM ----------

dw,,, sorted it... i was using a bad ROM... out of interest, how do you save changes you have made to the rom?

Link to comment
Share on other sites

sorry, I can't seem to work the PPRE... I put the rom in the same folder, I type in, and even tried copying and pasting the name of the rom, I pressed the Set ROM button, it does a little commant prompt screen for a split second, and then none of the other buttons work?... why is this, please help....

---------- Post added at 05:20 PM ---------- Previous post was at 04:36 PM ----------

dw,,, sorted it... i was using a bad ROM... out of interest, how do you save changes you have made to the rom?

Please read the whole post: http://projectpokemon.org/forums/showpost.php?p=33961&postcount=112

Link to comment
Share on other sites

sorry, am I able to use the 'pokemon' part of the PPRE, because that does not seem to keep anychanges I make either?..., I could not find anything to do with saving in that post by the way, only the part where you say it compiles the script?

Link to comment
Share on other sites

SCV, I take back what I said earlier, you are right, some or most areas do indeed work fine.

Also, you are a God! - I've just easily managed to receive (after you gave me the idea) all Poketch apps when receiving the Poketch itself, I've also got the Looker giving me the Vs. Recorder as well as a Gracidea!

Unlimited new possibilities on the horizon...

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...