Difference between revisions of "Game Boy Tile Designer"

From GbdevWiki
Jump to: navigation, search
(Created page with "Game Boy Tile Designer, by Harry Mulder, is a graphical sprite editing application. It exports to various assembly filetypes, binary, and a C array. We're storing a copy of...")
 
(Add link to updated version from GBDK-2020 project)
 
Line 3: Line 3:
 
It exports to various assembly filetypes, binary, and a C array.
 
It exports to various assembly filetypes, binary, and a C array.
  
We're storing a copy of the most recent version: http://gbdev.gg8.se/files/tools/
+
A updated version with some fixes and improvements is available from the GBDK-2020 project:
 +
* [https://github.com/gbdk-2020/GBTD_GBMB GBTD/GBMB sources and binaries]
 +
 
 +
 
 +
We're storing a copy of the last original version: http://gbdev.gg8.se/files/tools/
  
 
The original website, for historical purposes is  here: http://www.devrs.com/gb/hmgd/gbtd.html.
 
The original website, for historical purposes is  here: http://www.devrs.com/gb/hmgd/gbtd.html.

Latest revision as of 01:30, 24 June 2021

Game Boy Tile Designer, by Harry Mulder, is a graphical sprite editing application.

It exports to various assembly filetypes, binary, and a C array.

A updated version with some fixes and improvements is available from the GBDK-2020 project:


We're storing a copy of the last original version: http://gbdev.gg8.se/files/tools/

The original website, for historical purposes is here: http://www.devrs.com/gb/hmgd/gbtd.html.