summaryrefslogtreecommitdiff
path: root/constants/predef_constants.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2016-05-30 18:20:41 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2016-05-30 18:20:41 -0400
commit3330662296eabb6b3b7f0eed1c79003c8873c712 (patch)
treedae9a2f40425a236a3ef6ecce453cf16b4359c26 /constants/predef_constants.asm
parent5b53dbe15d0f24c0ebcb537d7e11c106abd99867 (diff)
parentd00b70b33ee909ad163f2cb1c639ce799db118d0 (diff)
Merge pull request #9 from PikalaxALT/master
Disassemble banks 3A, 3F, and all outdoor maps
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