simadons
Imagine
- 35
- Posts
- 18
- Years
- Seen May 1, 2013
Scizz said:Here is a sample script, that checks if you have the BLUE FLUTE in your bag, and depending on it, will display a different text.
If you want it to do something different, just change it to your likings.
Code:#autobank on #org 0x800000 msgbox 0x800200 callstd 0x4 #raw 47 #raw 27 'item \ blue #raw 0 'item / flute #raw 1 'quantity \ #raw 0 'quantity / one compare LASTRESULT 0x0 if 0x1 jump 0x800150 msgbox 0x800300 callstd 0x6 end #org 0x800150 msgbox 0x800400 callstd 0x6 release end #org 0x800200 = Now let's see if you have\nthat Item... #org 0x800300 = Yup, you have the Item. #org 0x800400 = Nope, you don't have the Item.
1) Advance-Map and Elite-Map have basicly the same features. (EliteMap might use a different program for some of them, though.)
However, there are some differences, like Advance-Map allowing you to add new Maps, and allowing you to create new wild Pokémon data, while EliteMap allows you to edit the size and position of the Map on the World-Map.
Just use the program you feel most comfortable with. (Or switch editors if you want to use a certain feature, however, that might cause a corruption of the ROM.)
2) Both Map Editors support Pokémon Emerald, however, you will have to add the Emerald settings to EliteMap's "Pokeroms.ini" file in order for it to work.
Those offsets have been posted in the Documents forum.
Sorry for so many questions, but how would I ocmbine both scripts, oh, and thank you a whole bunch.