You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-12-11 05:02:16 -08:00
Labeled every function in ROM0 that's referenced in the source
This commit is contained in:
@@ -310,9 +310,9 @@ TrainerType4: ; 3989d
|
||||
ComputeTrainerReward: ; 3991b (e:591b)
|
||||
ld hl, hProduct
|
||||
xor a
|
||||
rept 3
|
||||
ld [hli], a
|
||||
endr
|
||||
ld [hli], a
|
||||
ld [hli], a
|
||||
ld a, [wEnemyTrainerBaseReward]
|
||||
ld [hli], a
|
||||
ld a, [CurPartyLevel]
|
||||
|
||||
Reference in New Issue
Block a user