The PokéCommunity Forums  

Go Back   The PokéCommunity Forums > Fan Games > Binary ROM Hacking
Reload this Page Other Enabling the PokeDex/National PokeDex

Notices
For all updates, view the main page.

Binary ROM Hacking Need a helping hand or just want to talk about binary ROM hacks? Get comments and answers to any ROM Hacking-related problems, questions or thoughts you have here.

Ad Content
Reply
 
Thread Tools
  #1   Link to this post, but load the entire thread.  
Old August 1st, 2014 (7:24 AM).
CJBlazer's Avatar
CJBlazer CJBlazer is offline
Rogon, the Ninja Pokemon
 
Join Date: Nov 2011
Location: Underworld
Gender: Male
Nature: Serious
Posts: 72
I am new when it comes to hacking and I have been learning how to enable to National Pokedex in Pokemon FireRed. I have searched muliple locations but have not found the solution yet.

I tried putting in the following script for the girl outside Pallet Town
Spoiler:

#org 0x800000
lock
faceplayer
checkflag 0x10A
if 1 jump 0x800050
special 0x16F
setflag 0x10A
fanfare 0x13E
msgbox 0x800100
callstd 0x6
waitfanfare
release
end

#org 0x800050
msgbox 0x800070
callstd 0x6
release
end

#org 0x800070
= Let me see your PokeDex...

#org 0x800100
= Ah okay, I just installed an updated chip./nYour PokeDex can recognize any Pokemon now.


Yet, now everytime I go to her, she goes back to her original script. Was there something I did wrong?


Also, another problem I have been having is I cant seem to "delete" the Viridian Town event required for the PokeDex. I have to run an errand apparantly, but I am not from Pallet Town in this game. I am from Isen Town. How do I change what the shop guy says? I really want to delete it all together and just get the Dex.
__________________


From left to right, Rogetta, Rogon, Rogastar.
Reply With Quote
  #2   Link to this post, but load the entire thread.  
Old August 1st, 2014 (7:56 AM).
Danny0317's Avatar
Danny0317 Danny0317 is offline
Fluorite's back, brah
 
Join Date: Jun 2013
Age: 23
Gender: Male
Nature: Hasty
Posts: 1,067
Seems like you're using XSE 1.0. Try 1.1.1.
__________________
Reply With Quote
  #3   Link to this post, but load the entire thread.  
Old August 1st, 2014 (8:05 AM).
CJBlazer's Avatar
CJBlazer CJBlazer is offline
Rogon, the Ninja Pokemon
 
Join Date: Nov 2011
Location: Underworld
Gender: Male
Nature: Serious
Posts: 72
No, I am using XSE 1.1.1. Still reverts back to the original script,
__________________


From left to right, Rogetta, Rogon, Rogastar.
Reply With Quote
  #4   Link to this post, but load the entire thread.  
Old August 1st, 2014 (8:11 AM).
Danny0317's Avatar
Danny0317 Danny0317 is offline
Fluorite's back, brah
 
Join Date: Jun 2013
Age: 23
Gender: Male
Nature: Hasty
Posts: 1,067
Ok try this

#org 0x800000
lock
faceplayer
checkflag 0x1200
if 0x1 goto 0x800050
special 0x16F
setflag 0x1200
fanfare 0x13E
msgbox 0x800100 MSG_NORMAL
waitfanfare
release
end

#org 0x800050
msgbox 0x800070 MSG_NORMAL
release
end

#org 0x800070
= Let me see your PokeDex...

#org 0x800100
= Ah okay, I just installed an updated chip./nYour PokeDex can recognize any Pokemon now.

Also I don't think that flag is safe. Check this http://www.pokecommunity.com/showpost.php?p=6829256&postcount=158 out.
__________________
Reply With Quote
  #5   Link to this post, but load the entire thread.  
Old August 1st, 2014 (8:18 AM).
JosefigGaming's Avatar
JosefigGaming JosefigGaming is offline
 
Join Date: May 2013
Location: Portugal
Age: 23
Gender: Male
Posts: 287
To activate the National Dex you have to put
Code:
special 0x16F
in a script
To remove the script in Viridian City's PokeMart, you go to the PokeMart's map on A-Map, go to header, and remove the level scripts
__________________
Working on:


#fasterSneasel :D (nohomo)

Coolest IRC with the coolest people in the coolest rooms:
http://chat.linkandzelda.com:9090/?channels=romhacking,gogo,discovery,fluorite
Reply With Quote
  #6   Link to this post, but load the entire thread.  
Old August 1st, 2014 (8:23 AM).
CJBlazer's Avatar
CJBlazer CJBlazer is offline
Rogon, the Ninja Pokemon
 
Join Date: Nov 2011
Location: Underworld
Gender: Male
Nature: Serious
Posts: 72
It works. Thank you so much. and yeah that wasnt a safe flag. I used 829 instead.
__________________


From left to right, Rogetta, Rogon, Rogastar.
Reply With Quote
  #7   Link to this post, but load the entire thread.  
Old August 1st, 2014 (8:31 AM).
CJBlazer's Avatar
CJBlazer CJBlazer is offline
Rogon, the Ninja Pokemon
 
Join Date: Nov 2011
Location: Underworld
Gender: Male
Nature: Serious
Posts: 72
Oh great...

Now I ran into another problem. The PokeDex can't be accessed now. It shows up on the menu but when I click on it, it doesnt go to the Dex.

Also, now whenever I talk to the character, she acts like a Tree.
__________________


From left to right, Rogetta, Rogon, Rogastar.
Reply With Quote
  #8   Link to this post, but load the entire thread.  
Old August 1st, 2014 (8:32 AM).
JosefigGaming's Avatar
JosefigGaming JosefigGaming is offline
 
Join Date: May 2013
Location: Portugal
Age: 23
Gender: Male
Posts: 287
If you are using FireRed (which you are :P), these are the safe flags:
Be aware, long spoiler
Spoiler:
200
201
202
203
204
205
206
207
208
209
20a
20b
20c
20d
20e
20f
210
211
212
213
214
215
216
217
218
219
21a
21b
21c
21d
21e
21f
220
221
222
223
224
225
226
227
228
229
22a
22b
22c
22d
22e
22f
230
231
232
233
234
235
236
237
238
239
23a
23b
23c
23d
23e
23f
240
241
242
243
244
245
246
247
248
249
24a
24b
24c
24d
24e
24f
250
251
252
253
254
255
256
257
258
259
25a
25b
25c
25d
25e
25f
260
261
262
263
264
265
266
267
268
269
26a
26b
26c
26d
26e
26f
270
271
272
273
274
275
276
277
278
279
27a
27b
27c
27d
27e
27f
280
281
282
283
284
285
286
287
288
289
28a
28b
28c
28d
28e
28f
290
291
292
293
294
295
296
297
298
299
29a
29b
29c
29d
29e
29f
2a0
2a1
2a2
2a3
2a4
2a5
2a6
2a7
2a8
2a9
2aa
2ab
2ac
2ad
2ae
2af
2b0
2b1
2b2
2b3
2b4
2b5
2b6
2b7
2b8
2b9
2ba
2bb
2bc
2bd
2be
2bf
2c0
2c1
2c2
2c3
2c4
2c5
2c6
2c7
2c8
2c9
2ca
2cb
2cc
2cd
2ce
2cf
2d0
2d1
2d2
2d3
2d4
2d5
2d6
2d7
2d8
2d9
2da
2db
2dc
2dd
2de
2df
2e0
2e1
2e2
2e3
2e4
2e5
2e6
2e7
2e8
2e9
2ea
2eb
2ec
2ed
2ee
2ef
2f0
2f1
2f2
2f3
2f4
2f5
2f6
2f7
2f8
2f9
2fa
2fb
2fc
2fd
2fe
2ff


Credits to Karatekid552 for finding them
__________________
Working on:


#fasterSneasel :D (nohomo)

Coolest IRC with the coolest people in the coolest rooms:
http://chat.linkandzelda.com:9090/?channels=romhacking,gogo,discovery,fluorite
Reply With Quote
  #9   Link to this post, but load the entire thread.  
Old August 1st, 2014 (8:37 AM).
CJBlazer's Avatar
CJBlazer CJBlazer is offline
Rogon, the Ninja Pokemon
 
Join Date: Nov 2011
Location: Underworld
Gender: Male
Nature: Serious
Posts: 72
which flags do what then? You gave me a list of flags but what do they do?
__________________


From left to right, Rogetta, Rogon, Rogastar.
Reply With Quote
  #10   Link to this post, but load the entire thread.  
Old August 1st, 2014 (8:40 AM).
JosefigGaming's Avatar
JosefigGaming JosefigGaming is offline
 
Join Date: May 2013
Location: Portugal
Age: 23
Gender: Male
Posts: 287
Quote:
Originally Posted by CJBlazer View Post
which flags do what then? You gave me a list of flags but what do they do?
Flags set and check progress, preventing an event from happening twice
Go take a look at the flags section in diegoisawesome's mega huge xse tutorial for more info
__________________
Working on:


#fasterSneasel :D (nohomo)

Coolest IRC with the coolest people in the coolest rooms:
http://chat.linkandzelda.com:9090/?channels=romhacking,gogo,discovery,fluorite
Reply With Quote
  #11   Link to this post, but load the entire thread.  
Old August 1st, 2014 (8:53 AM).
CJBlazer's Avatar
CJBlazer CJBlazer is offline
Rogon, the Ninja Pokemon
 
Join Date: Nov 2011
Location: Underworld
Gender: Male
Nature: Serious
Posts: 72
Oh okay. I managed to get it to work. Now what did you mean by clearing header scripts in Viridian's PokeMart?
__________________


From left to right, Rogetta, Rogon, Rogastar.
Reply With Quote
  #12   Link to this post, but load the entire thread.  
Old August 1st, 2014 (9:00 AM).
Danny0317's Avatar
Danny0317 Danny0317 is offline
Fluorite's back, brah
 
Join Date: Jun 2013
Age: 23
Gender: Male
Nature: Hasty
Posts: 1,067
Wait are you still having the Pokedex not working error? That may be because you don't have a Pokemon.
__________________
Reply With Quote
  #13   Link to this post, but load the entire thread.  
Old August 1st, 2014 (9:10 AM).
JosefigGaming's Avatar
JosefigGaming JosefigGaming is offline
 
Join Date: May 2013
Location: Portugal
Age: 23
Gender: Male
Posts: 287
Step 1:
Spoiler:


Step 2:
Spoiler:
__________________
Working on:


#fasterSneasel :D (nohomo)

Coolest IRC with the coolest people in the coolest rooms:
http://chat.linkandzelda.com:9090/?channels=romhacking,gogo,discovery,fluorite
Reply With Quote
  #14   Link to this post, but load the entire thread.  
Old August 1st, 2014 (9:32 AM).
CJBlazer's Avatar
CJBlazer CJBlazer is offline
Rogon, the Ninja Pokemon
 
Join Date: Nov 2011
Location: Underworld
Gender: Male
Nature: Serious
Posts: 72
They all work now. Thanks to the both of you.
__________________


From left to right, Rogetta, Rogon, Rogastar.
Reply With Quote
Reply

Quick Reply

Join the conversation!

Create an account to post a reply in this thread, participate in other discussions, and more!

Create a PokéCommunity Account
Ad Content

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -8. The time now is 9:11 AM.