diff options
| author | YamaArashi <shadow962@live.com> | 2016-06-11 17:51:03 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-06-11 17:51:03 -0700 |
| commit | 54143d33fc1211fb0c949ba62633d1c8d94f2717 (patch) | |
| tree | 9176ffc5b6384a48eb32ea8f33ac97d1d67f6865 /engine/give_pokemon.asm | |
| parent | Merge pull request #14 from PikalaxALT/master (diff) | |
| parent | remove address comments (diff) | |
| download | pokeyellow-54143d33fc1211fb0c949ba62633d1c8d94f2717.tar.gz pokeyellow-54143d33fc1211fb0c949ba62633d1c8d94f2717.tar.xz pokeyellow-54143d33fc1211fb0c949ba62633d1c8d94f2717.zip | |
Merge pull request #13 from YamaArashi/master
remove address comments
Diffstat (limited to 'engine/give_pokemon.asm')
| -rwxr-xr-x | engine/give_pokemon.asm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/engine/give_pokemon.asm b/engine/give_pokemon.asm index 5b506be2..9cbb4039 100755 --- a/engine/give_pokemon.asm +++ b/engine/give_pokemon.asm @@ -1,4 +1,4 @@ -_GivePokemon: ; f66fa (3d:66fa) +_GivePokemon: ; returns success in carry ; and whether the mon was added to the party in [wAddedToParty] call EnableAutoTextBoxDrawing @@ -53,7 +53,7 @@ _GivePokemon: ; f66fa (3d:66fa) scf ret -SetPokedexOwnedFlag: ; f676c (3d:676c) +SetPokedexOwnedFlag: ld a, [wcf91] push af ld [wd11e], a @@ -70,18 +70,18 @@ SetPokedexOwnedFlag: ; f676c (3d:676c) ld hl, GotMonText jp PrintText -UnknownTerminator_f6794: ; f6794 (3d:6794) +UnknownTerminator_f6794: db "@" -GotMonText: ; f6795 (3d:6795) +GotMonText: TX_FAR _GotMonText db $0b db "@" -SetToBoxText: ; f679b (3d:679b) +SetToBoxText: TX_FAR _SetToBoxText db "@" -BoxIsFullText: ; f67a0 (3d:67a0) +BoxIsFullText: TX_FAR _BoxIsFullText db "@" |
