diff options
author | Andrew Martinek <andrewrmartinek@gmail.com> | 2020-05-05 21:37:55 -0400 |
---|---|---|
committer | Andrew Martinek <andrewrmartinek@gmail.com> | 2020-05-05 21:37:55 -0400 |
commit | d1a545a71e996fac826e2e0d299ffa0dd1ef491a (patch) | |
tree | 62b32b2ac2953e4bc1faa14fe2cce6e9e2273338 /src/constants | |
parent | 085660d0799a85e18fa6a25f251875ce7c0db5d4 (diff) |
Changed Unnamed NPC to TORCH
Diffstat (limited to 'src/constants')
-rw-r--r-- | src/constants/npc_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constants/npc_constants.asm b/src/constants/npc_constants.asm index e51dfb9..113d790 100644 --- a/src/constants/npc_constants.asm +++ b/src/constants/npc_constants.asm @@ -179,7 +179,7 @@ const_value = const_value+1 ; DRMASON duplicate const NPC_GUIDE ; $64 const NPC_TECH7 ; $65 const NPC_TECH8 ; $66 - const NPC_11F18 ; $67 + const NPC_TORCH ; $67 const NPC_LEGEND_CARDS_TOP_LEFT ; $68 const NPC_LEGEND_CARDS_TOP_RIGHT ; $69 const NPC_LEGEND_CARDS_LEFT_SPARK ; $6a |