Talk to Use Cut. Strength and Surf

This commit is contained in:
emaskyesmogon 2022-09-07 17:09:12 -06:00
parent 141e7c2de8
commit fe4dc821fd
9 changed files with 220 additions and 24 deletions

View file

@ -83,16 +83,6 @@ DrawHPBar::
LoadMonData::
jpfar LoadMonData_
OverwritewMoves::
; Write c to [wMoves + b]. Unused.
ld hl, wMoves
ld e, b
ld d, 0
add hl, de
ld a, c
ld [hl], a
ret
LoadFlippedFrontSpriteByMonIndex::
ld a, 1
ld [wSpriteFlipped], a
@ -360,15 +350,6 @@ PrintLevelCommon::
ld b, LEFT_ALIGN | 1 ; 1 byte
jp PrintNumber
GetwMoves::
; Unused. Returns the move at index a from wMoves in a
ld hl, wMoves
ld c, a
ld b, 0
add hl, bc
ld a, [hl]
ret
; copies the base stat data of a pokemon to wMonHeader
; INPUT:
; [wd0b5] = pokemon ID