diff options
author | Daniel Harding <33dannye@gmail.com> | 2021-05-30 11:07:54 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-30 11:07:54 -0500 |
commit | e8cbcea8e76004a9cef04499301cec5755dcc942 (patch) | |
tree | c8ed944e6ea43d03cee5367603e40881b6ac17bb /tools/constants.py | |
parent | 0a3b84155b53785c974a2b352a6473124c56631b (diff) | |
parent | 63f0559573cbec5a199645263a36b51b503d4ed1 (diff) |
Merge pull request #105 from ElectroDeoxys/master
Work on Bank $7 (NPCs, Start Menu and Opening/Credits sequences)
Diffstat (limited to 'tools/constants.py')
-rw-r--r-- | tools/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/constants.py b/tools/constants.py index eff16c4..7dd74df 100644 --- a/tools/constants.py +++ b/tools/constants.py @@ -603,7 +603,7 @@ npcs = [ "NPC_MURRAY2", "NPC_RONALD2", "NPC_RONALD3", - "NPC_73", + "NPC_PLAYER_CREDITS", ] sfxs = [ |