mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Merge pull request #274 from Rangi42/master
Indent comments that describe data table macro formats
This commit is contained in:
commit
87f24a885d
|
@ -1,9 +1,9 @@
|
||||||
; unique moves for gym leaders
|
; unique moves for gym leaders
|
||||||
LoneMoves:
|
|
||||||
; pokemon index, move to give nth pokemon
|
|
||||||
; this is not automatic! you have to write the index you want to [wLoneAttackNo]
|
; this is not automatic! you have to write the index you want to [wLoneAttackNo]
|
||||||
; first. e.g., erika's script writes 4 to [wLoneAttackNo] to get mega drain,
|
; first. e.g., erika's script writes 4 to [wLoneAttackNo] to get mega drain,
|
||||||
; the fourth entry in the list.
|
; the fourth entry in the list.
|
||||||
|
LoneMoves:
|
||||||
|
; pokemon index, move to give nth pokemon
|
||||||
db 1, BIDE
|
db 1, BIDE
|
||||||
db 1, BUBBLEBEAM
|
db 1, BUBBLEBEAM
|
||||||
db 2, THUNDERBOLT
|
db 2, THUNDERBOLT
|
||||||
|
@ -14,10 +14,10 @@ LoneMoves:
|
||||||
db 4, FISSURE
|
db 4, FISSURE
|
||||||
|
|
||||||
; unique moves for elite 4
|
; unique moves for elite 4
|
||||||
TeamMoves:
|
|
||||||
; trainer, move
|
|
||||||
; all trainers in this class are given this move automatically
|
; all trainers in this class are given this move automatically
|
||||||
; (unrelated to LoneMoves)
|
; (unrelated to LoneMoves)
|
||||||
|
TeamMoves:
|
||||||
|
; trainer, move
|
||||||
db LORELEI, BLIZZARD
|
db LORELEI, BLIZZARD
|
||||||
db BRUNO, FISSURE
|
db BRUNO, FISSURE
|
||||||
db AGATHA, TOXIC
|
db AGATHA, TOXIC
|
||||||
|
|
Loading…
Reference in a new issue