diff options
author | surskitty <surskitty@gmail.com> | 2017-12-13 23:35:07 -0500 |
---|---|---|
committer | surskitty <surskitty@gmail.com> | 2017-12-13 23:35:07 -0500 |
commit | 8e54adc22f6793ce86612d30770b02c71a80a2db (patch) | |
tree | aa5be81a4a3b436c16449af144230f67ba2ca774 /engine/wildmons.asm | |
parent | 1f0fbfb602e23ce3f1befcb6a3d3799592b3cfe7 (diff) |
Labels, including a comment explaining RandomPhoneRareWildMon.
Diffstat (limited to 'engine/wildmons.asm')
-rwxr-xr-x | engine/wildmons.asm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engine/wildmons.asm b/engine/wildmons.asm index 1f6bb4065..355655268 100755 --- a/engine/wildmons.asm +++ b/engine/wildmons.asm @@ -802,8 +802,9 @@ ValidateTempWildMonSpecies: ; 2a4a0 ret ; 2a4ab +; Finds a rare wild Pokemon in the route of the trainer calling, then checks if it's been Seen already. +; The trainer will then tell you about the Pokemon if you haven't seen it. RandomPhoneRareWildMon: ; 2a4ab -; Related to the phone? callba GetCallerLocation ld d, b ld e, c |