diff options
author | yenatch <yenatch@gmail.com> | 2016-01-04 07:41:19 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2016-01-04 07:41:19 -0500 |
commit | 0add51451cda9d4221af137f83e2429d3577310c (patch) | |
tree | fd05f8f0ad49d88b032dc9e10af85a42dfa0e402 /engine/predef.asm | |
parent | da87d2a929b1d58175efe063833c124d8ba702c9 (diff) | |
parent | 2a263629a40e201b1702e2f4e65f1c61360cc2b2 (diff) |
Merge pull request #330 from PikalaxALT/scriptmacrorenaming
Scriptmacrorenaming
Diffstat (limited to 'engine/predef.asm')
-rw-r--r-- | engine/predef.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/predef.asm b/engine/predef.asm index 680a6b4a0..f459747bb 100644 --- a/engine/predef.asm +++ b/engine/predef.asm @@ -34,7 +34,7 @@ PredefPointers:: ; 856b add_predef Predef1 add_predef HealParty add_predef FlagPredef - add_predef DrawPartyMenuHPBar + add_predef ComputeHPBarPixels add_predef FillPP add_predef TryAddMonToParty add_predef AddTempmonToParty @@ -65,7 +65,7 @@ PredefPointers:: ; 856b add_predef ListMoves ; $20 add_predef PlaceNonFaintStatus add_predef Function50cdb - add_predef Function50c50 + add_predef ListMovePP add_predef GetGender add_predef StatsScreenInit add_predef DrawPlayerHP @@ -76,11 +76,11 @@ PredefPointers:: ; 856b add_predef PrintType add_predef PrintMonTypes add_predef GetUnownLetter - add_predef Functioncbcdd + add_predef LoadPoisonBGPals add_predef Predef2F add_predef Function9853 ; $30 add_predef Predef_LoadSGBLayout - add_predef Function91d11 + add_predef _Area add_predef CheckContestMon add_predef Predef_StartBattle add_predef Predef35 |