summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Erratic-and-Fluctuating-experience-growth-rates.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/Erratic-and-Fluctuating-experience-growth-rates.md b/Erratic-and-Fluctuating-experience-growth-rates.md
index 00e7064..c5ce4da 100644
--- a/Erratic-and-Fluctuating-experience-growth-rates.md
+++ b/Erratic-and-Fluctuating-experience-growth-rates.md
@@ -293,14 +293,14 @@ Edit [engine/pokemon/experience.asm](../blob/master/engine/pokemon/experience.as
+ add hl, bc
+ add hl, bc
+ add hl, bc
++ ld bc, hProduct
+ xor a
-+ ld [hProduct + 0], a
++rept 3
++ ld [bc], a
++ inc bc
+ ld a, [hli]
-+ ld [hProduct + 1], a
-+ ld a, [hli]
-+ ld [hProduct + 2], a
-+ ld a, [hli]
-+ ld [hProduct + 3], a
++endr
++ ld [bc], a
+ ret
INCLUDE "data/growth_rates.asm"