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 /wram.asm | |
parent | 7176eff7aafda5378305a593c459d158ac27601f (diff) |
More labels, including fns responsible for partymon generation
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1842,7 +1842,7 @@ wd25e:: ds 4 wd262:: ds 1 wd263:: ds 1 wd264:: ds 1 -GetPokemonName_Parameter:: +wNamedObjectIndexBuffer:: wd265:: ds 1 wd266:: ds 1 wd267:: ds 1 @@ -1956,7 +1956,7 @@ RedsName:: ds NAME_LENGTH ; d49e GreensName:: ds NAME_LENGTH ; d4a9 wd4b4:: ds 1 -wd4b5:: ds 1 +wSpawnAfterChampion:: ds 1 ; init time set at newgame StartDay:: ; d4b6 |