diff options
Diffstat (limited to 'data/moves/grammar.asm')
-rw-r--r-- | data/moves/grammar.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/moves/grammar.asm b/data/moves/grammar.asm index bc3d1dc6..e44b1abc 100644 --- a/data/moves/grammar.asm +++ b/data/moves/grammar.asm @@ -6,7 +6,6 @@ ExclamationPointMoveSets: ; set 1 db RECOVER - db BIDE db SELFDESTRUCT db AMNESIA db 0 ; end set @@ -17,6 +16,7 @@ ExclamationPointMoveSets: db TELEPORT db MIMIC db DOUBLE_TEAM + db BIDE ; corrected JP grammar: moved from set 1 in pokered db BARRAGE db 0 ; end set |