Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

SomeRanDev the game you know creating is really nice but even searching online I didn't understand how you managed to create a game writing haxe code and then use that code for a gba rom.

Could you tell me how you did it or tell me the resources you used to succeed in this.

I thank in advance whoever answers

(1 edit)

Generally developers don’t use hex editors to write code. That’d be insane, like trying to run a program by poking your cpu with a needle. Instead, developers use a compiler (such as GCC for windows) to turn their human readable code into working machine code.

I don’t know how helpful this is well over a year later, but googling “game boy advance compiler” will probably get you places

edit: realized this was about the haxe programming language and NOT hex editors, but same idea. whoopsy!