- 192
- Posts
- 17
- Years
- Seen Oct 28, 2020
For a long time I wanted to make a Pokemon-clone and I always failed at making a nice conversion-pipeline for the images (PNG->GBA LZ77). Finally I came up with a solution also solves the copyright problem: I just copy the already compressed data from the original ROM into my ROM. Kinda like a patch. Just more complicated.
However the graphics aren't the only thing about Pokemon that are protected. Game Freak has patents on the Game Mechanics or certain Ideas of the game (which I can obviously not "copy" using a patching-software).
Google Patents gave me way too many results: https://www.google.com/patents?q=pokemon
And they are hard to understand: https://www.google.com/patents?id=kMwHAAAAEBAJ&printsec=claims&zoom=4#v=onepage&q&f=false
In this patent (in which they reveal a lot about the ROM btw ;) ) they claim (among 10-20 other things) "A game machine for executing a game program of a type having an associated display wherein a player object is moved within a displayed territory to encounter a character, comprising: a program storage for storing a game program; a clock for generating time related information; an operation control member actuated by a player for controlling the display of a player object; and a processor for executing said program to vary a displayed image based on the operation of said operation control member, wherein said game program storage stores a program for evaluating a time related criteria using said time related 10 information, and for varying the likelihood for a character to appear on the game display in a portion of said territory based at least in part on the evaluation of said time related criteria."
I think I'm misunderstanding something because other games do that too. Right? Or is it actually illegal to make time-dependent appearance-probability nowadays?!
If you look closely you'll see that not the program is subject of the claim but the hardware. If I made a PC-Version of Pokemon my computer would violate the patent but not my program?!
What does it mean? And how is it possible to make a 100% legal Pokemon-clone?
PS: This is one of the reason why I think that the "usual" ROM-Patches are useless. Because Nintendo can still sue the maker for 100 other things.
However the graphics aren't the only thing about Pokemon that are protected. Game Freak has patents on the Game Mechanics or certain Ideas of the game (which I can obviously not "copy" using a patching-software).
Google Patents gave me way too many results: https://www.google.com/patents?q=pokemon
And they are hard to understand: https://www.google.com/patents?id=kMwHAAAAEBAJ&printsec=claims&zoom=4#v=onepage&q&f=false
In this patent (in which they reveal a lot about the ROM btw ;) ) they claim (among 10-20 other things) "A game machine for executing a game program of a type having an associated display wherein a player object is moved within a displayed territory to encounter a character, comprising: a program storage for storing a game program; a clock for generating time related information; an operation control member actuated by a player for controlling the display of a player object; and a processor for executing said program to vary a displayed image based on the operation of said operation control member, wherein said game program storage stores a program for evaluating a time related criteria using said time related 10 information, and for varying the likelihood for a character to appear on the game display in a portion of said territory based at least in part on the evaluation of said time related criteria."
I think I'm misunderstanding something because other games do that too. Right? Or is it actually illegal to make time-dependent appearance-probability nowadays?!
If you look closely you'll see that not the program is subject of the claim but the hardware. If I made a PC-Version of Pokemon my computer would violate the patent but not my program?!
What does it mean? And how is it possible to make a 100% legal Pokemon-clone?
PS: This is one of the reason why I think that the "usual" ROM-Patches are useless. Because Nintendo can still sue the maker for 100 other things.