Bomb Rush Cyberfunk: Fix final graffiti location being unobtainable (#3669)

This commit is contained in:
Trevor L 2024-07-22 01:17:34 -06:00 committed by GitHub
parent e59bec36ec
commit f7989780fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -762,7 +762,7 @@ location_table: List[LocationDict] = [
'game_id': "graf385"},
{'name': "Tagged 389 Graffiti Spots",
'stage': Stages.Misc,
'game_id': "graf379"},
'game_id': "graf389"},
]