mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
BAD! BAD!!!!
These lines are NOT necessary and bug out the trainers lol
This commit is contained in:
parent
9cf8a3fcc7
commit
abb9ab6aac
|
@ -247,10 +247,11 @@ Credits
|
||||||
* Paulluxx - Showdown Mod assistance
|
* Paulluxx - Showdown Mod assistance
|
||||||
* DuoM2 - Showdown Mod assistance
|
* DuoM2 - Showdown Mod assistance
|
||||||
* Albatross - Much of the new sprites used in the hack (Electivire, Magmortar, Rhyperior, Tangrowth, Glaceon, Sylveon...)
|
* Albatross - Much of the new sprites used in the hack (Electivire, Magmortar, Rhyperior, Tangrowth, Glaceon, Sylveon...)
|
||||||
|
* Frrf - Assisting with the development of the Pikachu / Eevee Mode
|
||||||
|
* erosunica - Assistance with developing Celadon University & Citrine City, plus sources for various subjects.
|
||||||
|
* Chatot4444 - Assisting with gym scaling code
|
||||||
* ZumiIsawhat? - Restorations of beta OST
|
* ZumiIsawhat? - Restorations of beta OST
|
||||||
* Helix Chamber, RacieBeep, et al - Prototype Pokémon sprites
|
* Helix Chamber, RacieBeep, et al - Prototype Pokémon sprites
|
||||||
* Frrf - Assisting with the development of the Pikachu / Eevee Mode
|
|
||||||
* Chatot4444 - Assisting with gym scaling code
|
|
||||||
* Vortyne - Reused a bit of code from their pureRGB hack, which was used to assist with making MissingNo. stable. Assisted in bug fixes.
|
* Vortyne - Reused a bit of code from their pureRGB hack, which was used to assist with making MissingNo. stable. Assisted in bug fixes.
|
||||||
* Rangi - Reused a bit of code from their Red* / Blue* hack to make HMs usable in the overworld!
|
* Rangi - Reused a bit of code from their Red* / Blue* hack to make HMs usable in the overworld!
|
||||||
* 大吟醸 (Daiginjo) - Assistance in translating the Tamamushi University Student Book, allowing for an accurate adaptation of the location.
|
* 大吟醸 (Daiginjo) - Assistance in translating the Tamamushi University Student Book, allowing for an accurate adaptation of the location.
|
||||||
|
|
|
@ -2,8 +2,6 @@ CeladonUniversityOutside_Script:
|
||||||
call EnableAutoTextBoxDrawing
|
call EnableAutoTextBoxDrawing
|
||||||
ld de, CeladonUniversityOutside_ScriptPointers
|
ld de, CeladonUniversityOutside_ScriptPointers
|
||||||
ld a, [wCeladonUniversityOutsideCurScript]
|
ld a, [wCeladonUniversityOutsideCurScript]
|
||||||
call ExecuteCurMapScriptInTable
|
|
||||||
ld [wCeladonUniversityOutsideCurScript], a
|
|
||||||
ret
|
ret
|
||||||
|
|
||||||
CeladonUniversityOutside_ScriptPointers:
|
CeladonUniversityOutside_ScriptPointers:
|
||||||
|
|
Loading…
Reference in a new issue