Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change offsets for 1.2.1 #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,6 @@ build/*
build_eclipse.xml
/customnames.rncn
!.github/*
classes/
.idea/
*.iml
12 changes: 6 additions & 6 deletions src/com/dabomstew/pkrandom/config/gen3_offsets.ini
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ PokemonNameLength=11
PokemonMovesets=0x32DB04
PokemonTMHMCompat=0x323020
PokemonEvolutions=0x329AA4
StarterPokemon=0x5B8448
StarterPokemon=0x5B8444
StarterItems=0xB22B2
TrainerData=0x314790
WildPokemon=0x559290
Expand All @@ -263,11 +263,11 @@ MoveCount=354
MoveDescriptions=0x622B94
MoveNameLength=13
AbilityNameLength=13
TmMoves=0x61C6B0
TmMoves=0x61C6AC
TmMovesDuplicate=0x61C698
MoveTutorData=0x61B67C
MoveTutorData=0x61B678
MoveTutorMoves=30
ItemImages=0x61AA78
ItemImages=0x61AA74
TmPals=[0xDB5E94,0xDB5DF4,0xDB604C,0xDB5EBC,0xDB5FD4,0xDB6024,0xDB5F0C,0xDB5FFC,0xDB5F84,0xDB5FFC,0xDB5F34,0xDB5E44,0xDB5F0C,0xDB5FAC,0xDB5E6C,0xDB5EE4,0xDB5E1C,0xDB5F5C]
IntroCryOffset=0x30C34
IntroSpriteOffset=0x31A64
Expand All @@ -277,7 +277,7 @@ TradeTableSize=4
TradesUnused=[]
CatchingTutorialOpponentMonOffset=0xB1938
CatchingTutorialPlayerMonOffset=0x13A862
PCPotionOffset=0x5E654C
PCPotionOffset=0x5E6548
StaticPokemonSupport=1
StaticPokemon[]=[0x215E9C,0x215EC1,0x215EC4,0x215F46,0x215F54]
StaticPokemon[]=[0x215EAE,0x215F64,0x215F67,0x215FE9,0x215FF7]
Expand Down Expand Up @@ -342,7 +342,7 @@ MoveTutorTextSpdc[]=[25,0x2CC5E6,All right, which POKéMON wants to learn how to
MoveTutorTextSpdc[]=[25,0x2CC650,I’ll just praise my POKéMON from now on without the [move].]
PokedexOrder=0x32240A
CheckValueOffset=0x67D950
MD5Hash=ae58930fa3d465d695b5d4b4e986df15
MD5Hash=68e82fcf2b83a337392023ea59f84148
[Emerald (U)]
Game=BPEE
Version=0
Expand Down
2 changes: 1 addition & 1 deletion src/com/dabomstew/pkrandom/gui/Bundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ RandomizerGUI.tmHmTutorPanel.TabConstraints.tabTitle=TM/HMs & Tutors
RandomizerGUI.startersInnerPanel.TabConstraints.tabTitle=Starters, Statics & Trades
RandomizerGUI.trainersInnerPanel.TabConstraints.tabTitle=Trainer Pokemon
RandomizerGUI.fieldItemsInnerPanel.TabConstraints.tabTitle=Field Items
RandomizerGUI.versionLabel.text=Randomizer Version SPDC-20210315
RandomizerGUI.versionLabel.text=Randomizer Version SPDC-20210528
RandomizerGUI.websiteLinkLabel.text=<html><a href="http://pokehacks.dabomstew.com/randomizer">http://pokehacks.dabomstew.com/randomizer</a>
RandomizerGUI.peUnchangedRB.text=Unchanged
RandomizerGUI.peRandomRB.text=Randomize
Expand Down