Keep table labels in the same files as their contents.

This commit is contained in:
Remy Oukaour
2017-12-11 22:44:25 -05:00
parent fe9cb90049
commit f1f84743f7
67 changed files with 667 additions and 639 deletions

View File

@@ -66,7 +66,7 @@ ChangeHappiness: ; 71c2
.ok
dec c
ld b, 0
ld hl, .Actions
ld hl, HappinessChanges
add hl, bc
add hl, bc
add hl, bc
@@ -102,9 +102,10 @@ ChangeHappiness: ; 71c2
ld [BattleMonHappiness], a
ret
.Actions:
INCLUDE "data/happiness_changes.asm"
StepHappiness:: ; 725a
; Raise the party's happiness by 1 point every other step cycle.