Disassembly of Pokémon Red/Blue
Go to file
Narishma-gb 0ecc36c83a
Some checks failed
CI / build (push) Has been cancelled
Use constants in PrintBCDNumber calls (#503)
2025-04-08 22:17:32 -05:00
.github Use RGBDS 0.9.0 (#482) 2024-12-25 21:24:21 -05:00
audio Comment wave5 garbage data (#474) 2024-10-07 12:04:31 -04:00
constants Use constants in PrintBCDNumber calls (#503) 2025-04-08 22:17:32 -05:00
data Further improve NPC trade labels and comments (#493) 2025-04-08 22:17:12 -05:00
engine Use constants in PrintBCDNumber calls (#503) 2025-04-08 22:17:32 -05:00
gfx Thoroughly document debug code (#410) 2023-07-15 18:36:59 -04:00
home Use constants in PrintBCDNumber calls (#503) 2025-04-08 22:17:32 -05:00
macros Avoid using EQUS when EQU or MACRO will do (#496) 2025-02-27 13:07:17 -05:00
maps Fix file modes 2020-11-14 20:52:10 -06:00
ram Consistently refer to CGB, not GBC (#491) 2025-01-30 17:13:40 -05:00
scripts Use constants in PrintBCDNumber calls (#503) 2025-04-08 22:17:32 -05:00
text Fix some label typos, and add some constants instead of raw numbers (#492) 2025-01-30 17:26:55 -05:00
tools Remove GSC-only Stadium data handling from make_patch.c 2025-03-11 11:30:03 -04:00
vc Fix hardcoded address in Blue VC patch 2025-02-04 08:29:14 +01:00
.gitattributes Build the Virtual Console patches with make red_vc and make blue_vc (#351) 2022-03-26 16:59:36 -04:00
.gitignore Build the Virtual Console patches with make red_vc and make blue_vc (#351) 2022-03-26 16:59:36 -04:00
audio.asm Require rgbds 0.6.0 2022-10-02 21:14:23 -04:00
home.asm Require rgbds 0.6.0 2022-10-02 21:14:23 -04:00
includes.asm Use exported constants for VC patch (#483) 2024-12-27 13:10:13 -05:00
INSTALL.md Fix termux instructions to not use "sudo" 2025-03-07 16:17:50 +01:00
layout.link Use more WRAM sections 2021-05-31 17:17:03 -04:00
main.asm Require rgbds 0.6.0 2022-10-02 21:14:23 -04:00
Makefile Use "command -v" instead of "which" 2025-03-07 17:25:38 +01:00
maps.asm Require rgbds 0.6.0 2022-10-02 21:14:23 -04:00
ram.asm Require rgbds 0.6.0 2022-10-02 21:14:23 -04:00
README.md Renamed pokemon-asm-tools to gb-asm-tools 2024-10-09 09:19:27 -04:00
rgbdscheck.asm Use RGBDS 0.9.0 (#482) 2024-12-25 21:24:21 -05:00
roms.sha1 Build the Virtual Console patches with make red_vc and make blue_vc (#351) 2022-03-26 16:59:36 -04:00
text.asm Require rgbds 0.6.0 2022-10-02 21:14:23 -04:00

Pokémon Red and Blue Build Status

This is a disassembly of Pokémon Red and Blue.

It builds the following ROMs:

  • Pokemon Red (UE) [S][!].gb sha1: ea9bcae617fdf159b045185467ae58b2e4a48b9a
  • Pokemon Blue (UE) [S][!].gb sha1: d7037c83e1ae5b39bde3c30787637ba1d4c48ce2
  • BLUEMONS.GB (debug build) sha1: 5b1456177671b79b263c614ea0e7cc9ac542e9c4
  • dmgapae0.e69.patch sha1: 0fb5f743696adfe1dbb2e062111f08f9bc5a293a
  • dmgapee0.e68.patch sha1: ed4be94dc29c64271942c87f2157bca9ca1019c7

To set up the repository, see INSTALL.md.

See also

You can find us on Discord (pret, #pokered).

For other pret projects, see pret.github.io.