mirror of
https://github.com/pret/pokeyellow.git
synced 2026-04-26 01:31:29 -05:00
Rename .asm_39c46 to .loopSkipTrainer (#122)
Some checks failed
CI / build (push) Has been cancelled
Some checks failed
CI / build (push) Has been cancelled
--------- Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
This commit is contained in:
parent
03388ca248
commit
b9352be74f
|
|
@ -90,10 +90,10 @@ ReadTrainer:
|
|||
cp $ff
|
||||
jr z, .FinishUp
|
||||
cp b
|
||||
jr nz, .asm_39c46
|
||||
jr nz, .loopSkipTrainer
|
||||
ld a, [hli]
|
||||
cp c
|
||||
jr nz, .asm_39c46
|
||||
jr nz, .loopSkipTrainer
|
||||
ld d, h
|
||||
ld e, l
|
||||
.writeAdditionalMoveDataLoop
|
||||
|
|
@ -115,10 +115,10 @@ ReadTrainer:
|
|||
inc de
|
||||
ld [hl], a
|
||||
jr .writeAdditionalMoveDataLoop
|
||||
.asm_39c46
|
||||
.loopSkipTrainer
|
||||
ld a, [hli]
|
||||
and a
|
||||
jr nz, .asm_39c46
|
||||
jr nz, .loopSkipTrainer
|
||||
jr .loopAdditionalMoveData
|
||||
.FinishUp
|
||||
; clear wAmountMoneyWon addresses
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user