• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

[Archive] Simple Questions

Status
Not open for further replies.

SilverPluto

Super Sailor Senshi
9
Posts
17
Years
  • Seen Jun 24, 2006
YoMama said:
This should be asked in Simple Questions.

I heard there is a special USB cable that connects the GameBoy Advance with the VisualBoy Advance or whatever emulator you have and you can load the ROMs onto empty game packs.
Oh gee, sorries!!!! I wasn't really thinking I guess.

Well, thanks!! That helped lots.
 

Jeremy

<font color="deepskyblue">Sweetie</font>
4,728
Posts
20
Years
pokeant, you could change the text using a hex editor and a table file, or easier, use Scizz's Advance Text, sweetie.

ssj, sweetie, you could try using TLP, or Tile Molestor, and switch the main character's tiles with your rivals. Or you could use Spread (came with Elitemap) and edit him, pixcel by pixcel. After that you might want to switch his pallete with the main character by pallete hacking using a hex editor.
 
73
Posts
17
Years
  • Seen May 12, 2019
FR help:
how to change the header that appear when you walk into the map? when i use advanced map to change the header of pallet town, it changes viridian city's. when i change viridian city's, it changes cerulean city's... also
how to change the shape of the badge? and how to change the effects of the badge? eg. when you take the 4th badge, all pokemon will obey you (as in the last badge) something like this.
blue version help:
how to edit the maps? i can't find any good tools.
 
Last edited:

t3hpwninator

Guest
0
Posts
Trainer Tower FRLG

Does anyone here know how they make it so that the opponent's Pokemon are always the same level as your highest level? Does it go with the rest of the trainer/Pokemon data or is it a seperate function? Thanks in advance.
 

Vee217

Prehistoric Specialist
129
Posts
18
Years
  • Seen Mar 10, 2023
what else ... scripting

but its an easy one for people that know how to do it

i know how to create them and compile them into the rom but i just dont know what to do after that because i know thats not all that it takes

i tried changing the offset of the person to the new offset in advance map and that diddnt work and i tried instertin the script into advanced text and it gave me a new offset to put into advance map and when i put that offset in i only ended up with a diolauge-box with no words inside as there should have been. maybe there is something wrong with my scripting ... here is my script

#org 0x6B1E70
message 0x6B1800
boxset 0x4
end
#org 0x6B1800
= I found this Bulbasaur but I'm not a trianer so you can have him!
checkflag 0x1
if 0 0x800200
setflag 0x1
givepokemon 0x01 0x07 0x01

any help will be heavily appreciated =)
 
9
Posts
17
Years
can someone help me

hm how i add new ppl in ruby or red fire??? imean some for talk and some for battle can someone help me?
 

ssj

Kanto Legend
83
Posts
17
Years
You have to get advance map and click on the event tab and look at the bottom right hand corner of the screen where it says event manger and where it says people just change the number to what you want then click change events and you should get a bunch of numbers appearing on the screen then look at the top left hand corner of your map and you should see the hero drag and drop him to where every you want then change the spirte to what ever you want. Ive done this but i don't know how to add new script in as ive said :).
 

tog5632

Neo Genesis=New Beginning
38
Posts
18
Years
This is in response to vitodaguido's script question. Here is the new version, I tested it myself and it works. Have fun with it! I changed the offsets around a bit, but you can change them back.

#autobank on
#org 0x6B1E70
lock
faceplayer
checkflag 0x01
if 0x1 jump 0x6B8180
message 0x6B81F0
boxset 0x6
jingle
message 0x6B8240
boxset 0x6
setflag 0x01
givepokemon 0x1 0x5 0x0
release
end

#org 0x6B8180
message 0x6B8270
boxset 0x6
release
end

#org 0x6B81F0
= I found this BULBASAUR\nbut I'm not a trainer so you\ncan take him.
#org 0x6B8240
= \v\h01\v\h05 recieved a BULBASAUR!
#org 0x6B8270
= How's the BULBASAUR?
 

Vee217

Prehistoric Specialist
129
Posts
18
Years
  • Seen Mar 10, 2023
elitamap

i can not find an elitemap older than 3.6 which means i can not find diamond cutter anywhere including google ... can someone help =/
 

Vee217

Prehistoric Specialist
129
Posts
18
Years
  • Seen Mar 10, 2023
thanks jeremy

i was told it was best to input a dcript into a game ... i am having trouble going through advanced mape and advance text ... thanks tho
 

rokman

. . .
4
Posts
17
Years
pkmn brown help me please!!!

Ok...

I have

IPSwin2.0.exe
brown.ips
visualboyadvance1.8.0.exe

PLEASE tell me how to get this to work...

I have read the tutorials and all that, it still doesn't work.
 

charimon

Yeah hacking !! ^^
156
Posts
18
Years
U need a unhacked version of the game thatpokemon brown is hacked from ( you can see that on the thread or u just know it)
than just click on the ips, it will open a menu search the unhacked version, select it and open the rom (that was first unhacked) in VBA) ^^
 
73
Posts
17
Years
  • Seen May 12, 2019
I have

IPSwin2.0.exe
brown.ips
visualboyadvance1.8.0.exe

PLEASE tell me how to get this to work...

get a fresh pokemon red version.
click on the brown.ips and select pokemon red.
now you can play... simple

anyone knows how to change rules of battle in firered? like each trainer can only use 2 pokemon in a gym battle?
 
17
Posts
17
Years
  • Age 36
  • Seen Dec 13, 2016
Problem with Scripted

Hi, i'm trying to compile a trainer script to my Ruby ROM using Scripted, but i'm having a few problems.

first problem was a RTE 6 error i had, which stopped me from compiling. But i fixed that by adding a extra 0x0 between the Trainer ID bytes and the Battle intro pointer.
The problem now is that when i compile my script (which looks fine to me) and then assign the script to a trainer on elitemap, i approach the trainer, who spots me and walks towards me, but then all he does is come up with a load of never ending text which looks like: AIAIAIAIAIAIAIAIAIAIAIAIAI, with ^'s over the top of the text.

I'm really stumped, the script looks fine to me, is there anyone who knows what could be the problem, heres the exact script:

#autobank on
#org 0x2089F0
trainerbattle 0x0 0x01 0x0 0x208A30 0x208A70
message 0x208AA0
boxset 0x06
end

#org 0x208A30
= i'm really pumped for a battle\pprepare to lose!
#org 0x208A70
= Ouch!, i need to train harder!
#org 0x208AA0
= your from HOENN huh?...\phehe. you'll find tougher\ntrainers than me in this region
 

masterdeluxe247

Guest
0
Posts
Is the 386 emerald patch on this site working for you guys?

For my computer, it says its not even a .ips file. Any help would be appreciated, such as a working patch or how to get this one working.
 
4
Posts
18
Years
  • Seen Oct 11, 2006
I need to learn how to re-point a text which is extremely important for me.
All I need to know is that very basic and simple thing. I also have a pointer-calculation program for this.

I'm very desperate at this moment and need an immediate answer. Any attemp to help will be appreciated.
 
2
Posts
17
Years
  • Seen Jul 16, 2006
OLDIE! Pokemon Yellow.

Anyone have any tools or a place where I can get savegames for the "yellow" game? Thanks!
 
Status
Not open for further replies.
Back
Top