diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-28 14:00:44 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-28 14:00:44 -0400 |
commit | 49c31daedc972c2f61fcfb38021c80807ada917f (patch) | |
tree | dacfbcbde09c44aaf099ae0529cebb051064f9c4 /constants/predef_constants.asm | |
parent | 034b268aad8c52ae29d239c20895289067bdc29b (diff) |
Oak's Lab Rewrite part 3
Diffstat (limited to 'constants/predef_constants.asm')
-rw-r--r-- | constants/predef_constants.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/constants/predef_constants.asm b/constants/predef_constants.asm index d1e81a72..76ff24a9 100644 --- a/constants/predef_constants.asm +++ b/constants/predef_constants.asm @@ -16,15 +16,15 @@ const_value = 0 predef_const DivideBCDPredef3 predef_const DivideBCDPredef4 predef_const InitPlayerData - predef_const FlagActionPredef - predef_const HideObject + predef_const FlagActionPredef ; 10 + predef_const HideObject ; 11 predef_const IsObjectHidden predef_const ApplyOutOfBattlePoisonDamage predef_const AnyPartyAlive predef_const ShowObject predef_const ShowObject2 predef_const ReplaceTileBlock - predef_const InitPlayerData2 + predef_const InitPlayerData2 ; 18 predef_const LoadTilesetHeader predef_const LearnMoveFromLevelUp predef_const LearnMove |