diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-07-06 13:35:48 -0400 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-07-06 13:35:48 -0400 |
| commit | 9c9fb882c70650b82f4e684d12a5f5cf03d18ae6 (patch) | |
| tree | 38e83aa984862e0e6010e490f2092b9eaf5d5807 /engine/give_pokemon.asm | |
| parent | More bank3d documentation. (diff) | |
| download | pokeyellow-9c9fb882c70650b82f4e684d12a5f5cf03d18ae6.tar.gz pokeyellow-9c9fb882c70650b82f4e684d12a5f5cf03d18ae6.tar.xz pokeyellow-9c9fb882c70650b82f4e684d12a5f5cf03d18ae6.zip | |
Complete documentation of bank3d
todo: label functions past engine/items/tm_prices.asm
check if hlCoords are correct.
Diffstat (limited to 'engine/give_pokemon.asm')
| -rwxr-xr-x | engine/give_pokemon.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engine/give_pokemon.asm b/engine/give_pokemon.asm index 64876d22..8610d06a 100755 --- a/engine/give_pokemon.asm +++ b/engine/give_pokemon.asm @@ -65,6 +65,9 @@ SetPokedexOwnedFlag: ; 4fe11 (13:7e11) ld hl, GotMonText jp PrintText +UnknownTerminator_f6794: ; f6794 (3d:6794) + db "@" + GotMonText: ; 4fe39 (13:7e39) TX_FAR _GotMonText db $0b |
