Update baserom
This commit is contained in:
2
Rom.py
2
Rom.py
@@ -85,7 +85,7 @@ from Utils import int16_as_bytes, int32_as_bytes, local_path, snes_to_pc
|
||||
from Versions import DRVersion, GKVersion, ORVersion
|
||||
|
||||
JAP10HASH = '03a63945398191337e896e5771f77173'
|
||||
RANDOMIZERBASEHASH = 'a09efcdaf25b6e6abb3335a039727e74'
|
||||
RANDOMIZERBASEHASH = '5a7358317b9b10a1cb27262a7255b434'
|
||||
|
||||
|
||||
class JsonRom(object):
|
||||
|
||||
Binary file not shown.
@@ -1998,7 +1998,7 @@ def init_vanilla_sprites():
|
||||
create_sprite(0x0103, EnemySprite.Drunkard, 0x00, 0, 0x06, 0x15)
|
||||
create_sprite(0x0103, EnemySprite.AdultNpc, 0x00, 0, 0x0a, 0x1b)
|
||||
create_sprite(0x0103, EnemySprite.Innkeeper, 0x00, 0, 0x17, 0x17)
|
||||
create_sprite(0x0104, EnemySprite.Pikit, 0x00, 0, 0x1a, 0x18)
|
||||
create_sprite(0x0104, EnemySprite.Pikit, 0x00, 0, 0x1a, 0x18, never_drop=True)
|
||||
create_sprite(0x0105, EnemySprite.Wiseman, 0x00, 0, 0x07, 0x18)
|
||||
create_sprite(0x0106, EnemySprite.Shopkeeper, 0x00, 0, 0x08, 0x1b)
|
||||
create_sprite(0x0107, EnemySprite.BonkItem, 0x00, 0, 0x03, 0x15)
|
||||
|
||||
Reference in New Issue
Block a user