You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-12-11 05:02:16 -08:00
Keep table labels in the same files as their contents.
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user