Skip to content

Commit 0937e72

Browse files
committed
fix for laser
1 parent 25b9935 commit 0937e72

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

games/gerion/gerion.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1568,6 +1568,7 @@ def sound():
15681568
is_laser_on = 0
15691569

15701570
if exit_activated() & (SCROLL_MODE == -480): # next level activated
1571+
sfx_stop(sfx_laser)
15711572
sfx_stop(sfx_next)
15721573
if HERO_DEAD == 2: # players death
15731574
sfx_start(sfx_death, 0, 0)

games/gerion/gerion_make.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -923,6 +923,6 @@ def map2bit(t):
923923
SFX_PAD = [33824, 1, 1486, 6554, 31691, 0, 8192, 256, 30650, 0, 12493, 51, 30650, 0, 12493, 0, 30650, 0, 32929, 1337, 0, 2, 32865, 1189, 60]
924924
SFX_DEAD = [33840, 1, 149, 6554, 31691, 0, 3229, 1024, 30650, 0, 1434, 1024, 30650, 0, 1638, 1024, 30650, 0, 32945, 388, 0, 0, 32881, 409, 0, 32881, 504, 0, 32881, 369, 0, 32881, 150, 0, 32881, 227, 0, 32881, 572, 0, 32881, 458, 0, 32881, 340, 0, 32881, 484, 0]
925925
SFX_NEXT = [33824, 1, 446, 6554, 32550, 0, 1229, 512, 32550, 0, 1331, 256, 32550, 0, 1741, 512, 32550, 1, 32929, 461, 0, 1, 32865, 476, 1, 32865, 490, 1, 32865, 520, 1, 32865, 565, 1, 32865, 609, 1, 32865, 654, 1, 32865, 698, 1, 32865, 743, 1, 32865, 788, 30]
926-
SFX_DEATH = [33792, 1, 357, 6554, 32046, 0, 2048, 205, 32046, 0, 4096, 102, 32046, 0, 512, 102, 32046, 2, 32833, 342, 4, 32833, 327, 4, 32833, 312, 4, 32833, 297, 4, 32833, 282, 2, 32897, 223, 9830, 2, 32834, 0, 60]
926+
SFX_DEATH = [33792, 1, 550, 6554, 32550, 0, 1536, 512, 32046, 0, 2253, 512, 30650, 0, 3174, 512, 30650, 1, 32833, 847, 1, 32833, 401, 1, 32833, 996, 1, 32833, 401, 1, 32833, 847, 1, 32833, 788, 1, 32833, 847, 1, 32833, 788, 1, 32833, 847, 1, 32833, 788, 1, 32897, 847, 4915, 1, 32833, 788, 1, 32833, 847, 1, 32833, 788, 1, 32897, 847, 3277, 1, 32833, 788, 1, 32897, 847, 1638, 1, 32897, 788, 0, 1]
927927

928928
save_game('gerion.bin', load_code('gerion.py'))

0 commit comments

Comments
 (0)