Register | Login
Views: 19364387
Main | Memberlist | Active users | ACS | Commons | Calendar | Online users
Ranks | FAQ | Color Chart | Photo album | IRC Chat
11-02-05 12:59 PM
0 user currently in Pokémon hacking.
Acmlm's Board - I2 Archive - Pokémon hacking - Pokemon R/S one-time events? | | Thread closed
Add to favorites | "RSS" Feed | Next newer thread | Next older thread
User Post
NooNooKKM

Koopa
Level: 18

Posts: 4/118
EXP: 29180
For next: 717

Since: 06-02-04

Since last post: 78 days
Last activity: 13 days
Posted on 06-14-04 09:55 AM Link
How would i go about making a one-time event? Like say one of the legendaries how it dissapears after battling/catching it, how would i go about doing that for a new event? (If it involves Rubikon, it might make things easier otherwise i can settle for hex editing)
Keitaro

Iron Knuckle
ウラシマ ケイタロウ
Level: 54

Posts: 453/1342
EXP: 1201569
For next: 32301

Since: 03-15-04
From: Hinata, Japan

Since last post: 2 days
Last activity: 2 days
Posted on 06-14-04 10:13 AM Link
WHY NOT ASK ABOUT THIS IN THE RUBIKON THREAD IF YOUT HINK IT INVOLVES IT.
interdpth

Rex
Level: 36

Posts: 64/527
EXP: 294398
For next: 13712

Since: 03-20-04

Since last post: 10 days
Last activity: 31 days
Posted on 06-14-04 10:17 AM Link
#org 0x123456
message 0x356575
pokemonbattle 0x196 0x5
setflag 0x1
break

assuming the flag is 1 that is how yo do it
Kitten Yiffer

Purple wand
Furry moderator
Vivent l'exp����¯�¿�½������©rience de signalisation d'amusement, ou bien !
Level: 135

Posts: 2333/11162
EXP: 28824106
For next: 510899

Since: 03-15-04
From: Sweden

Since last post: 3 hours
Last activity: 4 min.
Posted on 06-14-04 03:11 PM Link
Originally posted by MajinBlueDragon
WHY NOT ASK ABOUT THIS IN THE RUBIKON THREAD IF YOUT HINK IT INVOLVES IT.
There is no Rubikon thread, thought rubikon questions should go into the Elitemap FAQ...

Someone should rename it to "Elitemap and Rubikon FAQ"
NooNooKKM

Koopa
Level: 18

Posts: 6/118
EXP: 29180
For next: 717

Since: 06-02-04

Since last post: 78 days
Last activity: 13 days
Posted on 06-14-04 09:35 PM Link
Originally posted by interdpth
#org 0x123456
message 0x356575
pokemonbattle 0x196 0x5
setflag 0x1
break

assuming the flag is 1 that is how yo do it


i tried that, but the screen just goes red and freezes when I try to access the event (it saved alright, its just not working)


(edited by NooNooKKM on 06-14-04 12:35 PM)
interdpth

Rex
Level: 36

Posts: 65/527
EXP: 294398
For next: 13712

Since: 03-20-04

Since last post: 10 days
Last activity: 31 days
Posted on 06-15-04 04:51 AM Link
Those aren't actual offsets find the free space yourself XD
NooNooKKM

Koopa
Level: 18

Posts: 7/118
EXP: 29180
For next: 717

Since: 06-02-04

Since last post: 78 days
Last activity: 13 days
Posted on 06-15-04 05:58 AM Link
#org 0x800000
faceplayer
pokemonbattle 0x91 0x32
cry 0x91 0x2
wait 0x28
setflag 0x305
setflag 0x861
unsetflag 0x861
unlock
break

i tried the above, compiled it, and now the screen just freezes with one sound going on constantly whenever the event tries to run.
js13

Red Paragoomba
Banned - Off-topic posts, regression since 6/13
Level: 13

Posts: 49/51
EXP: 8598
For next: 1669

Since: 04-24-04
From: webster,tx

Since last post: 487 days
Last activity: 339 days
Posted on 06-16-04 10:38 PM Link
did you change the 0x80000 offset to real free space? o.o

also, i have the same problem with the red screen.. hehe... neko mattchan WILL FIX TODAY OR I SMAKE EM!! k? k.


P.S. You want fries with that? :O
drjayphd

Beamos
What's that spell?




pimp!
Level: 56

Posts: 371/1477
EXP: 1387410
For next: 10766

Since: 03-15-04
From: CT

Since last post: 2 hours
Last activity: 2 hours
Posted on 06-16-04 11:47 PM Link
Originally posted by ^_____
NooNooKKM

Koopa
Level: 18

Posts: 8/118
EXP: 29180
For next: 717

Since: 06-02-04

Since last post: 78 days
Last activity: 13 days
Posted on 06-17-04 09:10 PM Link
Originally posted by js13
did you change the 0x80000 offset to real free space? o.o

also, i have the same problem with the red screen.. hehe... neko mattchan WILL FIX TODAY OR I SMAKE EM!! k? k.


P.S. You want fries with that? :O


yeah, 800000 was blank when i checked it in the hex editor before applying the "red screen" code.
MetalBlueKirby

Mole
Permaban - You didn't learn from your ban.
Level: 30

Posts: 12/365
EXP: 154566
For next: 11303

Since: 06-29-04
From: Dream Land, Popstar Planet

Since last post: 435 days
Last activity: 339 days
Posted on 07-20-04 03:24 AM Link
Trying copying Rayquaza's code and editing the copy. Then, put it in free space. 0x70 is the level (*Quoting Copper from Animal Crossing: I think...). Then, find which GIVE POKEMON attribute controls which Pokemon appears... Of course, I don't have Rubikon yet, and will get it soon... I'm referring to a code I got from Neko Mattchan:
#org 0x123456 'Real offset goes after the 0x
faceplayer
lock
givepokemon 0x1 0x96 0x5
setflag 0xFF 'Real flag goes here can edit flags Via Elitemap
release
Scizor
Permaban - Multiple instances of flaming and spamming
Level: 16

Posts: 30/83
EXP: 16639
For next: 3617

Since: 07-06-04
From: .......

Since last post: 460 days
Last activity: 339 days
Posted on 07-20-04 05:15 AM Link
Hey dude...But i don't get this:
If you put that code anypokemon would appear or what?How do you put in the rubikon thingy WICH pokemon you WANT to battle with
interdpth

Rex
Level: 36

Posts: 92/527
EXP: 294398
For next: 13712

Since: 03-20-04

Since last post: 10 days
Last activity: 31 days
Posted on 07-20-04 10:28 PM Link
Posted on 06-17-04 12:10 PM

As you can really see this is an old thread you don't bump threads this old PLZTHXKBYEDIE
Add to favorites | "RSS" Feed | Next newer thread | Next older thread
Acmlm's Board - I2 Archive - Pokémon hacking - Pokemon R/S one-time events? | | Thread closed


ABII


AcmlmBoard vl.ol (11-01-05)
© 2000-2005 Acmlm, Emuz, et al



Page rendered in 0.012 seconds.