summaryrefslogtreecommitdiff
path: root/constants/predef_constants.asm
diff options
context:
space:
mode:
Diffstat (limited to 'constants/predef_constants.asm')
-rw-r--r--constants/predef_constants.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/constants/predef_constants.asm b/constants/predef_constants.asm
index 14d1029d..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
@@ -98,4 +98,4 @@ const_value = 0
predef_const DrawHP ; 5F
predef_const DrawHP2
predef_const Func_1c9c6
- predef_const OaksAideScript \ No newline at end of file
+ predef_const OaksAideScript