Announcement

Collapse
No announcement yet.

[GG] Advendure Island (USA) / Always have hudson bee [NES]

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • [GG] Advendure Island (USA) / Always have hudson bee [NES]

    as requested :

    Click image for larger version  Name:	sEmb1Vq.png Views:	0 Size:	3.4 KB ID:	216395

    This is the GameGenie to always have the hudson bee:

    Code:
    OZZLIE
    NYZLTE
    SAZLYE
    Code explanation:
    In adventure Island there is a bee at the end of the first level, taking it will activate the continue code.
    The continue code is basically pressing any direction and start button to continue level

    GG explanation:
    taking the bee will populate RAM 0x53D with the value FF (which activates the bee code)
    luckily at the title screen when we press start, it will check for the value at PC:B025
    AND #$0F
    AND $053D
    So we basically change it so we load the accumulator with the value of FF
    LDA #$FF
    and then Store it to 0x53D
    STA $053D

    Location in ROM is 3025 for the first byte (Unheadered)
    Enjoy
    Last edited by Dreamer; 12-03-2021, 10:08:50 AM.
Working...
X