The Itemfinder can once again find items

(who actually uses this thing?)
This commit is contained in:
Martha Schilling 2024-01-07 11:02:17 +00:00
parent 88da32d39d
commit c0727f3044
2 changed files with 3 additions and 2 deletions

View file

@ -262,7 +262,8 @@ and more!
Known Bugs
====
- Itemfinder fails at its one job of finding items.
- Trying to teach a TM/HM twice in a row may cause a game crash, so it's advised to save when teaching moves.
- Trying to Surf from the overworld on Cycling Road has an invisible textbox stopping you, but just pressing A again lets you regain control.
Evolution Methods for new Pokemon
====

View file

@ -333,7 +333,6 @@ SECTION "Itemfinder 1", ROMX
INCLUDE "engine/movie/credits.asm"
INCLUDE "engine/pokemon/status_ailments.asm"
INCLUDE "engine/items/itemfinder.asm"
SECTION "Vending Machine", ROMX
@ -344,6 +343,7 @@ INCLUDE "gfx/fishing.asm"
SECTION "Itemfinder 2", ROMX
INCLUDE "engine/items/itemfinder.asm"
INCLUDE "engine/menus/league_pc.asm"
INCLUDE "engine/events/hidden_items.asm"