|

eMail Me
Note: You must add uk to the end of the address, it's to help prevent spam.
|
Bubble Bobble
Firebird, 1987
|
 |
Action Replay Code:
POKE 1240,189 - Lives
POKE 5425,44 POKE 7617,44 POKE 7797,44 - Invincibility
Reset Code:
SYS 58518 - Restart Game
Basic Listing Cheat:
1 rem bubble bobble (firebird/hit squad)
2 rem infinite lives by m pugh
3 rem cassette -v1- commodore format
4 for x=52992 to 53113:read y:c=c+y:poke x,y:next
5 for x=608 to 615:read y:c=c+y:poke x,y:next
6 if c<>15348 then print "data error":end
7 poke 157,128:sys 52992
8 data 032,086,245,169,017,141,211,002
9 data 169,207,141,212,002,096,072,077
10 data 080,169,030,141,120,029,169,207
11 data 141,121,029,076,000,028,072,169
12 data 045,141,128,028,169,207,141,129
13 data 028,104,076,130,028,047,207,072
14 data 165,173,201,191,240,004,104,108
15 data 172,000,169,076,141,026,191,169
16 data 096,141,027,191,169,207,141,028
17 data 191,169,172,141,128,028,169,000
18 data 141,129,028,169,130,141,120,029
19 data 169,028,141,121,029,108,172,000
20 data 169,112,141,254,191,169,207,141
21 data 255,191,120,169,047,076,029,191
22 data 114,207,169,002,141,070,072,108
23 data 121,000,169,189,141,216,004,076
24 data 096,068
Download PRG...
|
1 rem bubble bobble (firebird)
2 rem infinite credits by colin gordon
3 rem cassette -v1- zzapp64 iss.34
10 for i=12288 to 12314
20 read a:poke i,a:t=t+a:next
30 if t=3169 then sys 12288
40 print "error in data"
50 data 32,57,245,169,96,141,253,2
60 data 32,192,2,169,173,141,86,101
70 data 141,89,101,169,165,141,92,101
80 data 76,176,27
Download PRG...
|
|