You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Comment, remove, or revise many unreferenced labels
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
newgroup: MACRO
|
||||
const_value = const_value + 1
|
||||
const_skip
|
||||
__map_value__ = 1
|
||||
ENDM
|
||||
|
||||
|
@@ -66,7 +66,7 @@ NUM_MAP_PALETTES EQU const_value
|
||||
shift_const NORTH
|
||||
|
||||
; SpawnPoints indexes (see data/maps/spawn_points.asm)
|
||||
const_value = -1
|
||||
const_def -1
|
||||
const SPAWN_N_A
|
||||
const SPAWN_HOME
|
||||
const SPAWN_DEBUG
|
||||
|
@@ -179,7 +179,7 @@ NUM_TREEMON_SETS EQU const_value
|
||||
const TREEMON_SCORE_RARE ; 2
|
||||
|
||||
; ChangeHappiness arguments (see data/happiness_changes.asm)
|
||||
const_value = 1
|
||||
const_def 1
|
||||
const HAPPINESS_GAINLEVEL ; 01
|
||||
const HAPPINESS_USEDITEM ; 02
|
||||
const HAPPINESS_USEDXITEM ; 03
|
||||
|
@@ -3,7 +3,7 @@ __trainer_class__ = 0
|
||||
trainerclass: MACRO
|
||||
\1 EQU __trainer_class__
|
||||
__trainer_class__ = __trainer_class__ + 1
|
||||
const_value = 1
|
||||
const_def 1
|
||||
ENDM
|
||||
|
||||
; trainer class ids
|
||||
|
Reference in New Issue
Block a user