diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2021-05-21 11:40:26 +0100 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2021-05-21 11:40:26 +0100 |
commit | f765580db088c82c58e95e87d57eea8732355ff1 (patch) | |
tree | 28ee89e745b749906555a1882bb95df8f7833c38 /src/constants | |
parent | 96a93f444cff3df152a03d3722080600dc3a9e88 (diff) |
Extract Credits sequence
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 76fb3ed..1aac946 100644 --- a/src/constants/npc_constants.asm +++ b/src/constants/npc_constants.asm @@ -191,7 +191,7 @@ NPC_DATA_LENGTH EQU const_value const NPC_MURRAY2 ; $70 const NPC_RONALD2 ; $71 const NPC_RONALD3 ; $72 - const NPC_73 ; $73 (unused) + const NPC_PLAYER_CREDITS ; $73 ; flags in LOADED_NPC_FLAGS const_def 4 |