Merged in DR v1.4.10

This commit is contained in:
codemann8
2025-05-16 23:51:04 -05:00
7 changed files with 438 additions and 13 deletions

View File

@@ -75,6 +75,8 @@ def add_moldorm_to_list(sprite_list, room_id):
def add_helmasaur_king_to_list(sprite_list, room_id):
if room_id == 0x29: # preserves helma-copter behavior in skull woods
sprite_list.clear()
sprite_list.insert(0, create_sprite(room_id, EnemySprite.HelmasaurKing, 0x00, 0, 0x07, 0x06))