Skip to content

Commit

Permalink
Fix Conflict With Move Names & Documentation Instructions
Browse files Browse the repository at this point in the history
The documentation said to make a change to an offset in the base rom, but this offset was also used by repointall, making it useless.
  • Loading branch information
Skeli789 committed May 28, 2020
1 parent 4bff08d commit b6ceb9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repointall
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
##Repoints all pointers found at given location
##(Eg. repoints pointer located at 0x8016364 which is 0x81D65A8 in vanilla, does not repoint 0x8016364)
gBattleMoves 080001CC
gMoveNames 08000148
gMoveNames 0804EF84
gBattleScriptsForMoveEffects 08016364
gAbilityNames 080001C0

Expand Down

0 comments on commit b6ceb9e

Please sign in to comment.