You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Correct some documentation comments
This commit is contained in:
@@ -35,7 +35,7 @@ GENDER_F100 EQU 254 ; 100 percent
|
||||
GENDERLESS EQU 255
|
||||
|
||||
; BaseGrowthRate values
|
||||
; GrowthRates indexes (see main.asm)
|
||||
; GrowthRates indexes (see data/growth_rates.asm)
|
||||
const_def
|
||||
const MEDIUM_FAST
|
||||
const SLIGHTLY_FAST
|
||||
|
@@ -1,5 +1,5 @@
|
||||
; StdScripts indexes (see engine/std_scripts.asm)
|
||||
; also used in CheckFacingTileForStd (see main.asm)
|
||||
; also used in TileCollisionStdScripts (see data/collision_stdscripts.asm)
|
||||
enum_start
|
||||
enum pokecenternurse
|
||||
enum difficultbookshelf
|
||||
|
Reference in New Issue
Block a user