diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-11-29 15:09:32 -0500 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-11-29 15:09:32 -0500 |
commit | 6dc1f939e1e97563928c22950d8fa618d892c32d (patch) | |
tree | 9f9f19eac7a40d9d66fb259da8b1e377826360be /engine/items | |
parent | 2e3b58e6207997315cd69bf50968494b3b2b982b (diff) |
bankB misc functions
ScaleSpriteByTwo, DisplayEffectiveness and CheckIfMoveIsKnown
Diffstat (limited to 'engine/items')
-rwxr-xr-x | engine/items/tmhm.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/items/tmhm.asm b/engine/items/tmhm.asm index 0fcc5710..be93fc0e 100755 --- a/engine/items/tmhm.asm +++ b/engine/items/tmhm.asm @@ -1,5 +1,5 @@ ; checks if the mon in [wWhichPokemon] already knows the move in [wMoveNum] -CheckIfMoveIsKnown: ; 2fe18 (b:7e18) +CheckIfMoveIsKnown: ; 2fd42 (b:7d42) ld a, [wWhichPokemon] ld hl, wPartyMon1Moves ld bc, wPartyMon2 - wPartyMon1 @@ -21,6 +21,6 @@ CheckIfMoveIsKnown: ; 2fe18 (b:7e18) scf ret -AlreadyKnowsText: ; 2fe3b (b:7e3b) +AlreadyKnowsText: ; 2fd65 (b:7d65) TX_FAR _AlreadyKnowsText db "@" |