From 9c9fb882c70650b82f4e684d12a5f5cf03d18ae6 Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Mon, 6 Jul 2015 13:35:48 -0400 Subject: Complete documentation of bank3d todo: label functions past engine/items/tm_prices.asm check if hlCoords are correct. --- engine/give_pokemon.asm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engine/give_pokemon.asm') 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 -- cgit v1.3.1-sl0p