Welcome to Data Crystal's new home! Data Crystal is now part of the TCRF family (sort of).
The wiki has recently moved; please report any issues in Discord. Pardon the dust.

Pokémon Pinball/ROM map

From Data Crystal
< Pokémon Pinball
Revision as of 12:56, 4 July 2014 by Mantidactyle (talk | contribs) (Created page with "{{rommap|game=Pokémon Pinball}} ==Ball== * <tt>0x154AD-0x154B2</tt> - Ball IDs (upgrade) * <tt>0x154B3-0x154B8</tt> - Ball IDs (downgrade...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Chip tiny.png The following article is a ROM map for Pokémon Pinball.

Ball

  • 0x154AD-0x154B2 - Ball IDs (upgrade)
  • 0x154B3-0x154B8 - Ball IDs (downgrade)
  • 0x15530-0x1554E - Subroutine that downgrades the current Ball
ld   a,(D47E) // Loads the old Ball ID in register a
ld   c,a
ld   b,00
ld   hl,54B3
add  hl,bc
ld   a,(hl) // Loads the new Ball ID from ROM 0x154B3 + old Ball ID
ld   (D47E),a // Updates the Ball ID in RAM