diff options
| author | Linus Unnebäck <linus@folkdatorn.se> | 2023-04-26 09:23:21 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-25 20:23:21 -0500 |
| commit | 1d10d108d0b2d5c43021bda6c94fafcca6cf165e (patch) | |
| tree | 956ac84b7fc6247aa28e67b378ac484f1d85d941 | |
| parent | Merge branch 'master' of https://github.com/pret/pokered (diff) | |
| download | pokeyellow-1d10d108d0b2d5c43021bda6c94fafcca6cf165e.tar.gz pokeyellow-1d10d108d0b2d5c43021bda6c94fafcca6cf165e.tar.xz pokeyellow-1d10d108d0b2d5c43021bda6c94fafcca6cf165e.zip | |
Remove unused pikacry macro (#106)
| -rw-r--r-- | constants/pikachu_emotion_constants.asm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/constants/pikachu_emotion_constants.asm b/constants/pikachu_emotion_constants.asm index 33442bc0..290fc6e2 100644 --- a/constants/pikachu_emotion_constants.asm +++ b/constants/pikachu_emotion_constants.asm @@ -128,10 +128,6 @@ MACRO ldpikacry ld \1, (\2_id - PikachuCriesPointerTable) / 3 ENDM -MACRO pikacry - ldpikacry a, \1 -ENDM - const_def const pikapic_nop_command |
