diff options
| author | vulcandth <vulcandth@gmail.com> | 2022-03-12 17:34:04 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-12 18:34:04 -0500 |
| commit | 31c3c94d64e1ac1e40c95acfda7de8b99b4f302b (patch) | |
| tree | 274ec3a4fb4cacaa3d0f88c713085cfb5a3c85d1 /engine/pokedex | |
| parent | 775b5d046c7f42a3bd8034b92da92e25969bdbf7 (diff) | |
Build the Virtual Console patch with `make crystal11_vc` (#882)
Fixes #813
Diffstat (limited to 'engine/pokedex')
| -rw-r--r-- | engine/pokedex/pokedex.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/pokedex/pokedex.asm b/engine/pokedex/pokedex.asm index 1a52d750f..5b356c29e 100644 --- a/engine/pokedex/pokedex.asm +++ b/engine/pokedex/pokedex.asm @@ -356,6 +356,7 @@ Pokedex_UpdateDexEntryScreen: ld a, [hl] and B_BUTTON jr nz, .return_to_prev_screen + vc_hook print_forbid_5 ld a, [hl] and A_BUTTON jr nz, .do_menu_action |
