diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-03 22:57:43 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-03 22:57:43 -0400 |
| commit | 053afc46349952688c0ce2116cc76f8d4733895e (patch) | |
| tree | ccbb87aa466a88496ad80062d705efe8b62be026 /data/moves | |
| parent | Replace raw hex values with HRAM constants (diff) | |
| download | pokeyellow-053afc46349952688c0ce2116cc76f8d4733895e.tar.gz pokeyellow-053afc46349952688c0ce2116cc76f8d4733895e.tar.xz pokeyellow-053afc46349952688c0ce2116cc76f8d4733895e.zip | |
Move more code from home.asm to home/
Diffstat (limited to 'data/moves')
| -rw-r--r-- | data/moves/hm_moves.asm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/data/moves/hm_moves.asm b/data/moves/hm_moves.asm index d72eddfe..4f14b8df 100644 --- a/data/moves/hm_moves.asm +++ b/data/moves/hm_moves.asm @@ -1,7 +1,10 @@ -HMMoveArray: +; This file is INCLUDEd twice: +; - for HMMoves in home/names.asm +; - for HMMoveArray in engine/pokemon/bills_pc.asm + db CUT db FLY db SURF db STRENGTH db FLASH - db -1 + db -1 ; end |
