Looking at the grimacesbirthday.com, I'm trying to figure out someone extracted a GameBoy ROM from that page. It looks like everything is implemented inside a WASM blob, containing what looks like binjgb (based on the strings). I'm assuming the game itself is also included in the data section at the end of the WASM blob. Are there any good tools for reverse engineering that? (Or am I missing a more obvious way of ext…
But the blog post says the ROM was already extracted?
McDonald's just dropped a brand new Game Boy game
171–180 of 340 posts
Re: McDonald's just dropped a brand new Game Boy game
#172Re: McDonald's just dropped a brand new Game Boy game
#173>Just be sure to order some McDonald’s to support them. Who knows… if we keep eating McDonald’s, they might keep producing these oddball retro gaming related projects. >I, for one, will NEVER stop eating McDonald’s. You have my word. Uh... hail marketing! Nothing quite like getting nostalgia exploited for corporate profits. But hey, its important to support... uh... 'retro gaming?'
Maybe the author likes retro games and fast food? The anti-corporatism shtick is so lame. Just because something is done by a massive corporation doesn’t make the thing bad. Just because something is an advertisement doesn’t make it bad. I think this is pretty cool. Maybe I’ll buy some McDonalds today too.
No one needs to "support McDonalds", and no one needs to be encouraged to. It'll do fine.
Re: McDonald's just dropped a brand new Game Boy game
#174This isn't even the first legitimately interesting video game connection to McDonalds, weirdly. Treasure is an influential game development studio that did a lot of really interesting work in the mid to late 90s, responsible for games like Gunstar Heroes, Radiant Silvergun, Ikaruga, Bangai-o, Silhouette Mirage, Dynamite Headdy, Mischief Makers, Alien Soldier, and others. They were a bunch of ex-Konami developers (who…
Re: McDonald's just dropped a brand new Game Boy game
#175This is using my gameboy emulator, binjgb[0], on the website! (well one of my gameboy emulators, heh [1][2]) It's been used as the emulator for GB Studio for a little while now, but I don't know how often people embed it in their websites, so it's really cool to see. [0] https://github.com/binji/binjgb [1] https://github.com/binji/pokegb [2] https://binji.github.io/raw-wasm/badgb/
Re: McDonald's just dropped a brand new Game Boy game
#176This isn't even the first legitimately interesting video game connection to McDonalds, weirdly. Treasure is an influential game development studio that did a lot of really interesting work in the mid to late 90s, responsible for games like Gunstar Heroes, Radiant Silvergun, Ikaruga, Bangai-o, Silhouette Mirage, Dynamite Headdy, Mischief Makers, Alien Soldier, and others. They were a bunch of ex-Konami developers (who…
Re: McDonald's just dropped a brand new Game Boy game
#177Earlier quoted context omitted.
Why did they decide to make a retro game and then hire a member of the gbc homebrew community? The choices behind this are interesting. Even after somebody successfully convinced corporate to fund this game it's surprising someone else didn't say "we could do this in Unity for half the price." It really only makes sense to me if someone on the corporate ladder was already a fan of the gbc homebrew community, or close…
If you want something retro is seems a lot easier to just get someone who made a quality homebrew game to make you one rather than search for some generic Unity shop and have them make something good that looks sufficently retro.
Re: McDonald's just dropped a brand new Game Boy game
#178I'm kind of shocked the physical tooling exists to make a Game Boy cartridge and chips more than anything else.
It's pretty trivial for a company to make a mold for a plastic cartridge. The chips are nothing special, they are just ROMs. Cheap and widely available. In fact, I'm pretty confident that a competent DIYer could 3D print a cartridge shell, flash a ROM, and etch a PCB in an afternoon or two.
Re: McDonald's just dropped a brand new Game Boy game
#179Re: McDonald's just dropped a brand new Game Boy game
#180Does this have the Nintendo logo in the ROM header? Real GameBoys check the ROM for an image containing Nintendo's logo during boot up as a way to prevent unlicensed games. The idea is, to make a GMB/GBC boot, you must at least commit trademark infringement, which gives Nintendo more legal leverage to block/punish any attempts to sell anything that Nintendo didn't get a cut of. If the logo is missing, it would still…