Remove the sprite spawn delay when bonking prizes

This commit is contained in:
codemann8
2022-11-08 18:53:07 -06:00
parent 8ae32fd76e
commit 590875b356
3 changed files with 2 additions and 2 deletions

2
Rom.py
View File

@@ -38,7 +38,7 @@ from source.dungeon.RoomList import Room0127
JAP10HASH = '03a63945398191337e896e5771f77173' JAP10HASH = '03a63945398191337e896e5771f77173'
RANDOMIZERBASEHASH = 'ff9c003ee6c1277437a4480d583282fd' RANDOMIZERBASEHASH = '3954c4e449c908a9e086a1fd5797c98b'
class JsonRom(object): class JsonRom(object):

View File

@@ -632,7 +632,7 @@ OWShuffle:
;offset is (8bytes * OW Slot ID) + (2bytes * direction) ;offset is (8bytes * OW Slot ID) + (2bytes * direction)
asl : rep #$20 : and.w #$00ff : pha : sep #$20 ;2 bytes per direction asl : rep #$20 : and.w #$00ff : pha : sep #$20 ;2 bytes per direction
lda $8a : tax : lda.l OWTileWorldAssoc,X : eor.l CurrentWorld : beq + ldx $8a : lda.l OWTileWorldAssoc,X : eor.l CurrentWorld : beq +
; fake world, will treat this OW area as opposite world ; fake world, will treat this OW area as opposite world
txa : eor.b #$40 : tax txa : eor.b #$40 : tax
+ txa : and #$40 : !add $700 : rep #$30 : and #$00ff : asl #3 + txa : and #$40 : !add $700 : rep #$30 : and #$00ff : asl #3

Binary file not shown.