diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-07 13:19:41 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-07 13:19:41 -0400 |
commit | edf42a54d5b95780725e50605672fec29a9936f1 (patch) | |
tree | c3c9fd0799a1f91a0804a315ec0ffdffaf5b2c13 /constants | |
parent | 7176eff7aafda5378305a593c459d158ac27601f (diff) |
More labels, including fns responsible for partymon generation
Diffstat (limited to 'constants')
-rw-r--r-- | constants/wram_constants.asm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/constants/wram_constants.asm b/constants/wram_constants.asm index cb368ee0a..9bb72b2a2 100644 --- a/constants/wram_constants.asm +++ b/constants/wram_constants.asm @@ -72,3 +72,7 @@ PLAYER_SURF_PIKA EQU 8 OBJECT_STRUCT_LENGTH EQU 40 NUM_OBJECT_STRUCTS EQU 13 + +; After-Champion Spawn +SPAWN_LANCE EQU 1 +SPAWN_RED EQU 2 |