From abb9ab6aac0eb9dcdf4475d59d0d1be7589208b6 Mon Sep 17 00:00:00 2001 From: May Evans <36418502+PlagueVonKarma@users.noreply.github.com> Date: Wed, 29 Mar 2023 21:42:32 +0100 Subject: [PATCH] BAD! BAD!!!! These lines are NOT necessary and bug out the trainers lol --- README.md | 5 +++-- scripts/CeladonUniversityOutside.asm | 2 -- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e2fa39b2..dd7d84dd 100644 --- a/README.md +++ b/README.md @@ -247,10 +247,11 @@ Credits * Paulluxx - Showdown Mod assistance * DuoM2 - Showdown Mod assistance * 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 * 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. * 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. diff --git a/scripts/CeladonUniversityOutside.asm b/scripts/CeladonUniversityOutside.asm index 38f3c6da..9c17312d 100644 --- a/scripts/CeladonUniversityOutside.asm +++ b/scripts/CeladonUniversityOutside.asm @@ -2,8 +2,6 @@ CeladonUniversityOutside_Script: call EnableAutoTextBoxDrawing ld de, CeladonUniversityOutside_ScriptPointers ld a, [wCeladonUniversityOutsideCurScript] - call ExecuteCurMapScriptInTable - ld [wCeladonUniversityOutsideCurScript], a ret CeladonUniversityOutside_ScriptPointers: