Glitch blackboard text arbitrary code execution (Generation I)
Each entry for text on the Viridian City school blackboard is indexed. Invalid entries (other than the explanations for ailments SLP, BRN, PSN, FRZ, PAR, and the QUIT) can be forced by writing to CC26. To preserve it, we can write to CC26 with OAM DMA arbitrary code execution (requiring another form of arbitrary code execution such as the glitch item 4F).
In Red, glitch entry 0x1C is sourced from FACD (Echo RAM for DACD); the Defense EV of the second stored Pokémon in the current box. So outside of emulation which doesn't emulate Echo RAM correctly (e.g. Stadium Game Boy Tower), having it as 08 makes the text execute code from DACE onward. Here, you can have your own code such as one to call the Hall of Fame function in the video.
Some useful resources for doing this:
https://glitchcity.wiki/ItemDex/RB:089
https://glitchcity.wiki/OAM_DMA_hijac...
https://glitchcity.wiki/The_Big_HEX_List
https://glitchcity.wiki/Arbitrary_cod...
https://glitchcity.wiki/Dry_underflow...
https://glitchcity.wiki/Reusable_RAM_...
https://glitchcity.wiki/Generation_I_...
(e.g. with reusable RAM writer, write to D322 onward - 3E 1C EA 26 CC C9 and DACD onward 08 0e 16 26 64 2e bb 41 40 cd d6 35 c9 then at FF82-FF80 backwards D3 22 C3)