mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
The Itemfinder can once again find items
(who actually uses this thing?)
This commit is contained in:
parent
88da32d39d
commit
c0727f3044
|
@ -262,7 +262,8 @@ and more!
|
||||||
|
|
||||||
Known Bugs
|
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
|
Evolution Methods for new Pokemon
|
||||||
====
|
====
|
||||||
|
|
2
main.asm
2
main.asm
|
@ -333,7 +333,6 @@ SECTION "Itemfinder 1", ROMX
|
||||||
|
|
||||||
INCLUDE "engine/movie/credits.asm"
|
INCLUDE "engine/movie/credits.asm"
|
||||||
INCLUDE "engine/pokemon/status_ailments.asm"
|
INCLUDE "engine/pokemon/status_ailments.asm"
|
||||||
INCLUDE "engine/items/itemfinder.asm"
|
|
||||||
|
|
||||||
|
|
||||||
SECTION "Vending Machine", ROMX
|
SECTION "Vending Machine", ROMX
|
||||||
|
@ -344,6 +343,7 @@ INCLUDE "gfx/fishing.asm"
|
||||||
|
|
||||||
SECTION "Itemfinder 2", ROMX
|
SECTION "Itemfinder 2", ROMX
|
||||||
|
|
||||||
|
INCLUDE "engine/items/itemfinder.asm"
|
||||||
INCLUDE "engine/menus/league_pc.asm"
|
INCLUDE "engine/menus/league_pc.asm"
|
||||||
INCLUDE "engine/events/hidden_items.asm"
|
INCLUDE "engine/events/hidden_items.asm"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue