[ghlpanic] - GHOUL PANIC

This forum is the archive of arcade cheats that have already been added to the current or the next release of the cheat file.
Post Reply
asper
Posts: 132
Joined: Thu Oct 18, 2007 11:44 am

[ghlpanic] - GHOUL PANIC

Post by asper »

:ghlpanic:00000000:003B1530:00000063:FFFFFFFF:Always 99 Hits P1
User avatar
Pugsy
Posts: 3638
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 12 times
Contact:

Post by Pugsy »

Not much on it's own....

I'd forgot how much I don't like PSX assembler (had to alter the program code for the time & ammo cheats)

Code: Select all

; [ Ghoul Panic (OB2/VER.A) ]
:ghlpanic:00000000:803B1324:00000009:FFFFFFFF:Infinite Credits
:ghlpanic:00B00000:8032372C:00000000:FFFFFFFF:Freeze Time (disable to finish levels):Assign this to an activation key for the best effect so that you can quickly disable it when you need the Time to fully decrement to proceed or finish a level:This cheat changes the program code (ROM) and stops 803B13A0 decreasing
:ghlpanic:00B00000:803544A0:34027FFF:FFFFFFFF:Infinite Ammo::This cheat changes the program code (ROM)
:ghlpanic:60000000:00000000:00000000:00000000:
:ghlpanic:00100000:803B14FE:0000012C:FFFFFFFF:Infinite Lives PL1
:ghlpanic:00000000:803B1530:00000063:FFFFFFFF:Always have 99 Hits PL1
:ghlpanic:00100000:803B1552:0000012C:FFFFFFFF:Infinite Lives PL2
:ghlpanic:00000000:803B1584:00000063:FFFFFFFF:Always have 99 Hits PL2
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.259 XML cheat collection (6 OCTOBER 2023) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/q4dHGZ6K#i-EUiqIjH ... KMz7hnbTfw (ZIP Archive 3.76MB)
stephh
Posts: 601
Joined: Fri Aug 17, 2001 1:00 am
Location: Paris, France

Post by stephh »

Pugsy wrote:

Code: Select all

; [ Ghoul Panic (OB2/VER.A) ]
:ghlpanic:00B00000:803544A0:34027FFF:FFFFFFFF:Infinite Ammo::This cheat changes the program code (ROM)
Beware ! There is an extra ':' after the description and before the extra description of the cheat !

Image Steph from The Ultimate Patchers Image
asper
Posts: 132
Joined: Thu Oct 18, 2007 11:44 am

Post by asper »

Well, so this is the reason why I was not able to find any other cheat... thank you again Pugsy ! maybe you can write a doc where you explain how to make rom-cheats !
User avatar
Pugsy
Posts: 3638
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 12 times
Contact:

Post by Pugsy »

stephh wrote:Beware ! There is an extra ':' after the description and before the extra description of the cheat !
It's intentional - I don't want it to appear as a comment in the UI. It's just a way of marking what is in effect a ROM cheat when it's effectively poking RAM.

I use the same technique in a few places to add comments without ruining the flow of cheats and to make comments like this:-

Code: Select all

:cruisin:00000001:0000:00000007:FFFFFFFF:Finish Stage Now!::It's a legal zero address!
This comment shows up in the output of the cheat checker when it's checking for zero addresses - in this case it'll still show up but the comment helps.
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.259 XML cheat collection (6 OCTOBER 2023) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/q4dHGZ6K#i-EUiqIjH ... KMz7hnbTfw (ZIP Archive 3.76MB)
Post Reply