diff options
author | DeeDeeG <DeeDeeG@users.noreply.github.com> | 2019-08-22 20:48:32 -0400 |
---|---|---|
committer | DeeDeeG <DeeDeeG@users.noreply.github.com> | 2019-10-20 22:15:39 -0400 |
commit | b907eeeab0bfec7796ffa246a9984903d1bbaab4 (patch) | |
tree | 1fa2d1c579dd50c69a7145b27d7d24eed11ef871 | |
parent | b10aa879e9ec1622b39e38bafe64b4558425418a (diff) |
MountMortarB1F.asm: Rename an NPC constant
"MOUNTMORTARB1F_BLACK_BELT" --> "MOUNTMORTARB1F_KIYO"
-rw-r--r-- | maps/MountMortarB1F.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/MountMortarB1F.asm b/maps/MountMortarB1F.asm index 7cf4f6ce0..e0ff14831 100644 --- a/maps/MountMortarB1F.asm +++ b/maps/MountMortarB1F.asm @@ -2,7 +2,7 @@ const MOUNTMORTARB1F_POKE_BALL1 const MOUNTMORTARB1F_POKE_BALL2 const MOUNTMORTARB1F_BOULDER - const MOUNTMORTARB1F_BLACK_BELT + const MOUNTMORTARB1F_KIYO const MOUNTMORTARB1F_POKE_BALL3 const MOUNTMORTARB1F_POKE_BALL4 const MOUNTMORTARB1F_POKE_BALL5 |