• 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.

Pokemon Firered Novus ROM BASE

58
Posts
8
Years
  • Age 27
  • Seen Jul 25, 2022
The special flag is messed up?
Can someone help me fix it? I may or may not have something great on my hands if the PC could be fixed...

Lunos, could I copy the PC code from your link and put it into the patch???
 
Last edited by a moderator:

TheShinyMew

Wild Challenger appeared!
125
Posts
13
Years
jokane said:
How to expand A-map

  1. Download A-Map
  2. Open the program in a hex editor and go to D027C
  3. Change "9C 01" to 870

I cannot find 9C 01 in D027C. It may be depends on something I guess.

There might be four "9C 01"'s, one will be on addresses 000189e6, 00023156, 00050962, and 0005777f6. I'm using Notepadd++, so will I use a different Hex editing program to use it?
 
Last edited:

Lunos

Random Uruguayan User
3,114
Posts
15
Years
The special flag is messed up?
Can someone help me fix it? I may or may not have something great on my hands if the PC could be fixed...

Lunos, could I copy the PC code from your link and put it into the patch???

Sure, it's not mine anyways, Jambo51 created it.
It would be really nice if you could fix the Bill's PC problem, it would make this certainly useful.
 
18
Posts
11
Years
  • Seen Aug 31, 2020
Are Baby pokèmon obtainable via normal egg hatching system?
ex can i obtain triogue, magby, pichu or mantine from eggs?
 

pokefreak890

The One that will make everything great
853
Posts
9
Years
  • Age 26
  • Seen May 18, 2023
i hope the pc glitch gets fixed soon this would be amazing and this patch could get some more love
 

pokefreak890

The One that will make everything great
853
Posts
9
Years
  • Age 26
  • Seen May 18, 2023
im wondering if the pc glitch has been fixed yet?
 
58
Posts
8
Years
  • Age 27
  • Seen Jul 25, 2022
Alright, this holiday season I am setting out to fix the PC!

I have two materials right now, the base (with updated wild and trainer battles), and Jambo's 649 patch (which will not start when fully patched)

Now, can anyone tell me where the PC data is? In the Hex editor, I assume. I want to basically change 870's PC values so they match 649's... and then the PC would work, right?

By the way, what am I doing wrong with the 649 patch? I applied all the patches and it always freezes before Professor Oak.
 
58
Posts
8
Years
  • Age 27
  • Seen Jul 25, 2022
I think I'd be able to do it, someone said the PC pointer is off? I feel like I'd be able to repair it, although I have no clue weather or not the PC would be compatible with Pokemon past Deyoxys, if I used a standard FireRed ROM, and I don't know how different that PC code is from Jambo's, if at all.
 
91
Posts
8
Years
  • Age 34
  • Seen Apr 27, 2022
This is the script for the Bill´s PC
Maybe this help to figured out this issue

'---------------
#org 0x1A0085
sound 0x2
checkflag 0x84B
if 0x0 call 0x81A00AC
checkflag 0x84B
if 0x1 call 0x81A00B5
msgbox 0x81A0A35 MSG_KEEPOPEN '"POKéMON Storage System opened."
special 0x3C
waitstate
goto 0x81A0023

'---------------
#org 0x1A00AC
msgbox 0x81A0A1E MSG_KEEPOPEN '"Accessed someone's PC."
return

'---------------
#org 0x1A00B5
msgbox 0x81A0A66 MSG_KEEPOPEN '"Accessed LANETTE's PC."
return

'---------------
#org 0x1A0023
preparemsg 0x81A0A01 '"Which PC should be accessed?"
waitmsg
special 0x106
waitstate
goto 0x81A0033

'---------------
#org 0x1A0033
copyvar 0x8000 LASTRESULT
compare 0x8000 0x0
if 0x1 goto 0x81A0085
compare 0x8000 0x1
if 0x1 goto 0x81A0070
compare 0x8000 0x2
if 0x1 goto 0x81A00CB
compare 0x8000 0x3
if 0x1 goto 0x81A00BE
compare 0x8000 0x7F
if 0x1 goto 0x81A00BE
end

'---------------
#org 0x1A0070
sound 0x2
msgbox 0x81A0A54 MSG_KEEPOPEN '"Accessed [player]'s PC."
special 0xFA
waitstate
goto 0x81A0023

'---------------
#org 0x1A00CB
checkflag 0x804
if 0x0 goto 0x81A00BE
sound 0x2
special 0x107
waitstate
goto 0x81A0033

'---------------
#org 0x1A00BE
setvar 0x8004 0x0
sound 0x3
special 0xD7
releaseall
end


'---------
' Strings
'---------
#org 0x1A0A35
= POKéMON Storage System opened.

#org 0x1A0A1E
= Accessed someone's PC.

#org 0x1A0A66
= Accessed LANETTE's PC.

#org 0x1A0A01
= Which PC should be accessed?

#org 0x1A0A54
= Accessed [player]'s PC.

Please tell me when you fix this patch up
 

GoldFlareon

Biotic Flareon
53
Posts
15
Years
Just a random person popping in to wish you well and good luck. <: This patch looks/sounds incredible.

I have a question: are you having the updated Gen 6 cries for each pokemon, or are you keeping the old ones? Personally I really hate the updated ones for Gen V and older. xD But yes, just curious.

Thanks for all your hard work. c: I wish you well and I'll be checking back!
 
Back
Top