Unused Safari Zone menu (Generation II)

2,334 views · Published 26 October 2017 · 0:25 · Indexed 20 September 2026

Channel: Evie (ChickasaurusGL) 🌺 · 2017 · Gaming

Watch on YouTube

Read description for more information:

Recently I found out in the Pokémon Crystal disassembly project that it's not just the Safari Zone map there is leftover code for in Generation II.

The Safari Zone menu, like the old Generation I Mimic menu remains unused in Generation II as well. It is untranslated from Japanese, resulting in what appears to be mojibake in the English version.

I don't know yet whether this also exists in Pokémon Gold and Silver, but it's likely the case.

Menu locations:
JP Crystal 09:4F1B
EN Crystal 09:4F0B


Source:
https://github.com/pret/pokecrystal/blob/700321a7fb2d6c852ffc91cc0b8867526cb76813/battle/menu.asm

SafariBattleMenu: ; 24f0b
; untranslated
 ld hl, MenuDataHeader_0x24f4e
 call LoadMenuDataHeader
 jr Function24f19
; 24f13


Strings24f5f: ; 24f5f
 db "サファりボール×  @" ; "SAFARI BALL×  @"
 db "エサをなげる@" ; "THROW BAIT"
 db "いしをなげる@" ; "THROW ROCK"
 db "にげる@" ; "RUN"
; 24f7c

Function24f7c: ; 24f7c
 hlcoord 17, 13
 ld de, wSafariBallsRemaining
 lb bc, PRINTNUM_LEADINGZEROS | 1, 2
 call PrintNum
 ret
; 24f89

More from this channel