Glitch City Laboratories Archives

Glitch City Laboratories closed on 1 September 2020 (announcement). This is an archived copy of a thread from Glitch City Laboratories Forums.

You can join Glitch City Research Institute to ask questions or discuss current developments.

You may also download the archive of this forum in .tar.gz, .sql.gz, or .sqlite.gz formats.

Forum Games

Press Ctrl+V or Cmd+V or whatever and post - Page 140

Re: Press Ctrl+V or Cmd+V or whatever and post

Posted by: Raven Freak
Date: 2019-03-03 12:55:44
49 E9 47 F3 47 A6 48 89 48 F7 50

Re: Press Ctrl+V or Cmd+V or whatever and post

Posted by: ISSOtm
Date: 2019-03-03 18:03:17
```diff
    ld a, $f0
    ld [wCryTracks], a
    ld a, [wBattleMonSpecies]
    call PlayStereoCry
+    ld a, [wCurBattleMon]
+    push af
    ld a, [wLastPlayerMon]
+    ld [wCurBattleMon], a
+    call UpdateFaintedPlayerMon
+    pop af
+    ld [wCurBattleMon], a
-    ld c, a
-    ld hl, wBattleParticipantsNotFainted
-    ld b, RESET_FLAG
-    predef SmallFarFlagAction
    call PlayerMonFaintedAnimation
    ld hl, BattleText_MonFainted
    jr .done_fainted
```

Re: Press Ctrl+V or Cmd+V or whatever and post

Posted by: Zowayix
Date: 2019-03-12 20:58:48
(?P<Franchise>.+?)\b\s*(?:\d+?|[IVX]+?)\b

Re: Press Ctrl+V or Cmd+V or whatever and post

Posted by: Ketsuban
Date: 2019-03-12 22:25:12
GV-N105TD5-4GD

Re: Press Ctrl+V or Cmd+V or whatever and post

Posted by: ISSOtm
Date: 2019-03-13 22:13:47
https://cdn.discordapp.com/attachments/311917081086001152/498830438526222336/motherboard.gif

Re: Press Ctrl+V or Cmd+V or whatever and post

Posted by: Ketsuban
Date: 2019-03-14 04:36:02
98281

Re: Press Ctrl+V or Cmd+V or whatever and post

Posted by: Zowayix
Date: 2019-03-14 05:34:15
Casual Cooperative and Versus Overcooked

Re: Press Ctrl+V or Cmd+V or whatever and post

Posted by: Ketsuban
Date: 2019-03-14 06:00:47
F. Call Wes and Rui from Colosseum to help put out the fire

Re: Press Ctrl+V or Cmd+V or whatever and post

Posted by: ISSOtm
Date: 2019-03-14 07:26:59
Two Hours of Switch in Just Two Calories.

Re: Press Ctrl+V or Cmd+V or whatever and post

Posted by: Zowayix
Date: 2019-03-18 03:35:43
#Megadrive: Need to detect region code (J/U not necessarily compatible, but at least it's not as confusing as SMS)
# Can do Sonic & Knuckles + Sonic 2/3 lockon (IIRC)
# Does do SVP
# Doesn't emulate the Power Base Converter but you don't need to
# Titan - Overdrive: Glitches out on the part with PCB that says "Blast Processing" and the Titan logo as well as the "Titan 512C Forever" part (doesn't even display "YOUR EMULATOR SUX" properly as Kega Fusion does with the unmodified binary)
# Overdrive 2 won't boot as it claims SSF2-style bankswitching is not supported, but Super Street Fighter 2 seems fine? Might only work for that
# md_slot.cpp claims that carts with EEPROM and Codemasters J-Cart games don't work (not sure yet if it's the whole game or just the EEPROM part)
# Seems to work well for pirate mappers and given the software list has info on those, might see how Kega Fusion fares (see md_carts.cpp for list of games)
# Mega CD and 32X seem to work but are marked as MACHINE_NOT_WORKING (might become expansion devices later), probably just use 32x_scd etc to get 32X CD-based games to work rather than any of the myriad of segacd clones
# Don't use genesis_tmss
# Controllers are configured via Machine Configuration and hence are out of reach for poor little frontends

Re: Press Ctrl+V or Cmd+V or whatever and post

Posted by: Parzival
Date: 2019-03-18 21:33:46

#Megadrive: Need to detect region code (J/U not necessarily compatible, but at least it's not as confusing as SMS)
# Can do Sonic & Knuckles + Sonic 2/3 lockon (IIRC)
# Does do SVP
# Doesn't emulate the Power Base Converter but you don't need to
# Titan - Overdrive: Glitches out on the part with PCB that says "Blast Processing" and the Titan logo as well as the "Titan 512C Forever" part (doesn't even display "YOUR EMULATOR SUX" properly as Kega Fusion does with the unmodified binary)
# Overdrive 2 won't boot as it claims SSF2-style bankswitching is not supported, but Super Street Fighter 2 seems fine? Might only work for that
# md_slot.cpp claims that carts with EEPROM and Codemasters J-Cart games don't work (not sure yet if it's the whole game or just the EEPROM part)
# Seems to work well for pirate mappers and given the software list has info on those, might see how Kega Fusion fares (see md_carts.cpp for list of games)
# Mega CD and 32X seem to work but are marked as MACHINE_NOT_WORKING (might become expansion devices later), probably just use 32x_scd etc to get 32X CD-based games to work rather than any of the myriad of segacd clones
# Don't use genesis_tmss
# Controllers are configured via Machine Configuration and hence are out of reach for poor little frontends
is this from Gens or are you writing one?

Re: Press Ctrl+V or Cmd+V or whatever and post

Posted by: Parzival
Date: 2019-03-19 15:52:53
https://youtu.be/AmN1BX1m9HU

why does youtube give me one good video every 500-1000 and it's just… in a Mix but not got the Music category so shouldn't be in a Mix?

Re: Press Ctrl+V or Cmd+V or whatever and post

Posted by: ISSOtm
Date: 2019-03-19 19:58:46
https://forums.glitchcity.info/index.php?topic=8686.msg213271#msg213271

Re: Press Ctrl+V or Cmd+V or whatever and post

Posted by: Zowayix
Date: 2019-03-19 20:46:48
args.append('a7800p')

Re: Press Ctrl+V or Cmd+V or whatever and post

Posted by: ISSOtm
Date: 2019-03-20 15:25:18

        if(i == n) {
            for(j = 0; j < n; j++) {
                putchar(T[j]);
            }
            putchar('\n');
        }