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 134

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

Posted by: Parzival
Date: 2019-01-22 22:57:46

Nope, Motherboard. x)
Well. AEVILIA GB tech.

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

Posted by: ISSOtm
Date: 2019-01-23 05:13:19
Nope, it's tech I'm developing exclusively for Motherboard. It fixes the DMG's behavior when overlapping sprites.

Now to return to our schedule:


    ld a, [wScrollingType]
    cp SCROLLING_HORIZ
    ret z

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

Posted by: Zowayix
Date: 2019-01-23 21:47:49
A.  A distributor may not manufacture, sell, offer for sale, lease or distribute a product in this state that makes content accessible on the internet unless the product:

1.  Contains active and properly operating blocking software that renders a website that displays obscene material inaccessible by default.

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

Posted by: Torchickens
Date: 2019-01-25 14:01:25
[[File:Trey CCA.png|thumb|right|160px|[[Chee-Chai Alien]] artwork]]

'''Trey''' (No. 025) is one of the [[Chalien]]s.

==Activity==
*[[Uchuubito Dai Raishuu!!]]

==Profile==
*Home location: [[Planet Yuppie]]
*Smartness: 185 times that of a police dog
*Personality: Melancholy

It was born to protect space. It is dangerous to approach one. Many powerful Trey can be found around stars.

==Spin Six Score Attack multiplier==
*x2.5 (1 minute)

==Spin Six words==
*"Your play will be hindered if the screen is dirty."

==Names in other languages==
*[[File:Japan.png|15px]] (Japan): , ''3-Rou'')

[[Category:Chaliens]]

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

Posted by: ISSOtm
Date: 2019-01-25 18:17:39
$(RGBASM) -M $@.tmp $(ASFLAGS) -o $(patsubst $(SRCDIR)/%.asm,$(OBJDIR)/%.o,$<) $<; \
sed 's,\($*\)\.o[ :]*,\1.o $@: ,g' < $@.tmp > $@; \
rm $@.tmp

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

Posted by: Zowayix
Date: 2019-01-25 23:09:40
https://tvtropes.org/pmwiki/pmwiki.php/Anime/MajokkoMegChan

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

Posted by: Torchickens
Date: 2019-01-26 14:01:42
wWarpEntries

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

Posted by: Parzival
Date: 2019-01-26 18:10:29
ETH310604H

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

Posted by: Zowayix
Date: 2019-01-27 01:08:56
🐱

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

Posted by: ISSOtm
Date: 2019-01-27 02:21:43
https://www.youtube.com/watch?v=19YPbJl_hVs

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

Posted by: Torchickens
Date: 2019-01-28 10:53:25
https://www.youtube.com/watch?v=ZZ1jy4VnD1c

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

Posted by: ISSOtm
Date: 2019-01-28 11:10:32
RoboTwo: Using the interrupt is fair game, it's available on all systems. The thing you should avoid is relying on its timing within a frame

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

Posted by: Sherkel
Date: 2019-01-28 11:27:08
と伝説の士ち
(oh yes, I'm still searching obsessively for the slightest thing that comes up before release)

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

Posted by: Parzival
Date: 2019-01-28 13:07:21
https://youtu.be/t8z1Ez-IPmo

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

Posted by: ISSOtm
Date: 2019-01-28 17:17:15
const srcFolder = '../motherboard-gb/'
const srcPaths = [
    '../motherboard-gb/src/home.asm',
    '../motherboard-gb/src/memory.asm',
    '../motherboard-gb/src/engine.asm',
    '../motherboard-gb/src/maps.asm',
    "../motherboard-gb/src/npc.asm"
]
const incFolder = '../motherboard-gb/'
const incPaths = ['../motherboard-gb/src/', '../motherboard-gb/src/constants/', '../motherboard-gb/src/macros/']