diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-03 09:45:25 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-03 09:45:25 -0500 |
commit | 40eae001a168502782338340db9f47216ae850f4 (patch) | |
tree | d0803c2be9759ead5fa2bdef331faa5779f1630c /engine | |
parent | 4a16bbe45a3d547c44aadd127253f6f5eaf78f54 (diff) |
Status strings
Diffstat (limited to 'engine')
-rw-r--r-- | engine/predef.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/predef.asm b/engine/predef.asm index 9fa26875a..8f6a17779 100644 --- a/engine/predef.asm +++ b/engine/predef.asm @@ -63,7 +63,7 @@ PredefPointers:: ; 856b add_predef Function28f24 add_predef CopyPkmnToTempMon add_predef ListMoves ; $20 - add_predef Function50d2e + add_predef PlaceNonFaintStatus add_predef Function50cdb add_predef Function50c50 add_predef GetGender @@ -99,7 +99,7 @@ PredefPointers:: ; 856b add_predef ConvertMon_1to2 add_predef Functionfb877 add_predef Functiond0000 - add_predef Function50d0a + add_predef PlaceStatusString add_predef Functiond00a3 add_predef Functiond008e add_predef Functiond0669 ; $48 |