From dadb1883934f8cf658929f467df41d0bff4c9f37 Mon Sep 17 00:00:00 2001 From: Llinos Evans <36418502+PlagueVonKarma@users.noreply.github.com> Date: Sat, 13 Jul 2024 10:44:40 +0100 Subject: [PATCH] More accurate News Machine Turns out it's that massive...thing. The screen is all fuzz, but it seems like it was meant to change. We ought to include this stuff https://www.youtube.com/watch?v=CmvFT4PLAMQ&ab_channel=H%C3%A1%C4%8Dky But it's hard, so I haven't done it (yet). I don't think people would kill us if it was just this, but with random quotes from the time period, but... --- maps/PokecomCenterAdminOfficeMobile.asm | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/maps/PokecomCenterAdminOfficeMobile.asm b/maps/PokecomCenterAdminOfficeMobile.asm index f715c68..b863569 100644 --- a/maps/PokecomCenterAdminOfficeMobile.asm +++ b/maps/PokecomCenterAdminOfficeMobile.asm @@ -246,7 +246,7 @@ GoldenrodPokecomCenterNewsMachineText: para "That's it! The" line "crowd goes wild!" - para "Sato Yuki wins" + para "SATO YUKI wins" line "the 4th #MON" cont "LEAGUE National" cont "Tournament!" @@ -731,8 +731,23 @@ PokecomCenterAdminOfficeMobile_MapEvents: bg_event 6, 26, BGEVENT_UP, PokecomCenterAdminOfficeMobileComputer1 bg_event 6, 28, BGEVENT_UP, PokecomCenterAdminOfficeMobileComputer2 bg_event 3, 26, BGEVENT_UP, PokecomCenterAdminOfficeMobileComputer3 - bg_event 19, 8, BGEVENT_UP, GoldenrodPokecomCenterNewsMachineScript - bg_event 2, 9, BGEVENT_UP, GoldenrodPokecomCenterSignScript + bg_event 2, 9, BGEVENT_READ, GoldenrodPokecomCenterSignScript + bg_event 24, 9, BGEVENT_READ, GoldenrodPokecomCenterNewsMachineScript + bg_event 27, 11, BGEVENT_READ, GoldenrodPokecomCenterNewsMachineScript + bg_event 26, 11, BGEVENT_READ, GoldenrodPokecomCenterNewsMachineScript + bg_event 25, 11, BGEVENT_READ, GoldenrodPokecomCenterNewsMachineScript + bg_event 24, 8, BGEVENT_READ, GoldenrodPokecomCenterNewsMachineScript + bg_event 24, 7, BGEVENT_READ, GoldenrodPokecomCenterNewsMachineScript + bg_event 24, 6, BGEVENT_READ, GoldenrodPokecomCenterNewsMachineScript + bg_event 24, 5, BGEVENT_READ, GoldenrodPokecomCenterNewsMachineScript + bg_event 24, 4, BGEVENT_READ, GoldenrodPokecomCenterNewsMachineScript + bg_event 29, 9, BGEVENT_READ, GoldenrodPokecomCenterNewsMachineScript + bg_event 29, 8, BGEVENT_READ, GoldenrodPokecomCenterNewsMachineScript + bg_event 29, 7, BGEVENT_READ, GoldenrodPokecomCenterNewsMachineScript + bg_event 29, 6, BGEVENT_READ, GoldenrodPokecomCenterNewsMachineScript + bg_event 29, 5, BGEVENT_READ, GoldenrodPokecomCenterNewsMachineScript + bg_event 29, 4, BGEVENT_READ, GoldenrodPokecomCenterNewsMachineScript + bg_event 28, 11, BGEVENT_READ, GoldenrodPokecomCenterNewsMachineScript def_object_events object_event 4, 28, SPRITE_SCIENTIST, SPRITEMOVEDATA_WALK_UP_DOWN, 0, 1, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, PokecomCenterAdminOfficeMobileScientist1Script, -1