You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Keep table labels in the same files as their contents.
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
OddEggProbabilities:
|
||||
|
||||
prob: MACRO
|
||||
prob: macro
|
||||
prob_total = prob_total + (\1)
|
||||
dw prob_total * $ffff / 100
|
||||
ENDM
|
||||
endm
|
||||
|
||||
OddEggProbabilities:
|
||||
prob_total = 0
|
||||
; Pichu
|
||||
prob 8
|
||||
|
||||
Reference in New Issue
Block a user