mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-20 06:08:57 +13:00
Post-stream bits and bobs
- Reused the double doors for the Route 2 gate, and added the warp for it - Changed the Route 2 map to have the ledge on the path this irritated the fucking LIFE out of me - Pokemon Tower takes you to the right place when going down. - Kotora line now has Flash - Refactored Gentlarva - Route 2 gate now uses the double doors. - New hidden Moon Stone where the Clefairy are in Mt. Moon - Added a new Paradox Pokemon-themed border by Gecko557 - Shifted a ledge in Cerulean City that was off-centre in a really jarring way - Added the Nugget glitch from FRLG because it's funny and cool
This commit is contained in:
parent
ad4567e691
commit
953e8e295f
33 changed files with 52 additions and 42 deletions
|
|
@ -43,7 +43,7 @@
|
|||
const DEX_WEEDLE ; 13 (037)
|
||||
const DEX_KAKUNA ; 14 (038)
|
||||
const DEX_BEEDRILL ; 15 (039)
|
||||
const DEX_KOKANA ; (040)
|
||||
const DEX_GENTLARVA ; (040)
|
||||
const DEX_PUPAL ; (041)
|
||||
const DEX_CARAPTHOR ; (042)
|
||||
const DEX_KOTORA ; (043)
|
||||
|
|
|
|||
|
|
@ -221,7 +221,7 @@
|
|||
const ELECTIVIRE ; $D4
|
||||
const MAGMORTAR ; $D5
|
||||
const DISTURBAN ; $D6
|
||||
const KOKANA ; $D7
|
||||
const GENTLARVA ; $D7
|
||||
const PUPAL ; $D8
|
||||
const CARAPTHOR ; $D9
|
||||
const MAGNEZONE ; $DA
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue