aboutsummaryrefslogtreecommitdiffstats
path: root/data/trainers/special_moves.asm
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2020-07-15 13:23:22 -0400
committerGitHub <noreply@github.com>2020-07-15 13:23:22 -0400
commit87f24a885d888411d715171d75163bd59a609b41 (patch)
tree802877f7038146e7246ba4adc56d560049e5eb96 /data/trainers/special_moves.asm
parentMerge pull request #273 from Rangi42/master (diff)
parentAlign constant comments as a column (diff)
downloadpokeyellow-87f24a885d888411d715171d75163bd59a609b41.tar.gz
pokeyellow-87f24a885d888411d715171d75163bd59a609b41.tar.xz
pokeyellow-87f24a885d888411d715171d75163bd59a609b41.zip
Merge pull request #274 from Rangi42/master
Indent comments that describe data table macro formats
Diffstat (limited to 'data/trainers/special_moves.asm')
-rwxr-xr-xdata/trainers/special_moves.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/data/trainers/special_moves.asm b/data/trainers/special_moves.asm
index 84969367..da19f587 100755
--- a/data/trainers/special_moves.asm
+++ b/data/trainers/special_moves.asm
@@ -1,9 +1,9 @@
; 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]
; first. e.g., erika's script writes 4 to [wLoneAttackNo] to get mega drain,
; the fourth entry in the list.
+LoneMoves:
+ ; pokemon index, move to give nth pokemon
db 1, BIDE
db 1, BUBBLEBEAM
db 2, THUNDERBOLT
@@ -14,10 +14,10 @@ LoneMoves:
db 4, FISSURE
; unique moves for elite 4
-TeamMoves:
-; trainer, move
; all trainers in this class are given this move automatically
; (unrelated to LoneMoves)
+TeamMoves:
+ ; trainer, move
db LORELEI, BLIZZARD
db BRUNO, FISSURE
db AGATHA, TOXIC