Mirror of the github repository
Find a file
Antonio Niño Díaz 9ea25bc8cd Replace deprecated mnemonics by the correct ones
The old mnemonics generate warnings with new versions of rgbds. This
patch replaces them by the correct ones.

Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
2017-06-09 22:54:09 +01:00
audio
constants Typo: SFX_POKEFLUE → SFX_POKEFLUTE 2017-05-08 02:54:20 -05:00
data Continuing the source-level documentation of roughly where trainers can be found 2016-09-04 14:31:59 -05:00
engine Replace deprecated mnemonics by the correct ones 2017-06-09 22:54:09 +01:00
extras@0e1798937a
gfx
home Replace deprecated mnemonics by the correct ones 2017-06-09 22:54:09 +01:00
macros
maps
pic
scripts Remove duplicate OaksLabText labels 2017-04-02 13:32:21 -07:00
text pull some bank 1 code out of main.asm 2016-09-17 17:37:32 -07:00
.gitattributes
.gitignore
.gitmodules
.travis.yml Update Travis configuration to use rgbds 0.3.1 2017-06-09 22:36:11 +01:00
audio.asm Revert "Fix floating sections" 2017-03-21 01:12:49 +00:00
charmap.asm
constants.asm Split macros.asm 2016-07-31 13:04:04 -05:00
home.asm Replace deprecated mnemonics by the correct ones 2017-06-09 22:54:09 +01:00
hram.asm Gave names to the functions and labels and adresses used in DivideBCD 2017-03-19 21:09:24 +00:00
INSTALL.md Update the rgbds links. v0.2.5 is the last working version. 2017-05-01 11:08:36 -04:00
linkerscript.link Add linkerscript 2017-06-09 22:34:50 +01:00
macros.asm
main.asm Revert "Fix floating sections" 2017-03-21 01:12:49 +00:00
Makefile Add linkerscript 2017-06-09 22:34:50 +01:00
README.md
roms.md5
sram.asm Revert "Fix floating sections" 2017-03-21 01:12:49 +00:00
text.asm Revert "Fix floating sections" 2017-03-21 01:12:49 +00:00
vram.asm
wram.asm Fix the Stack section. 2017-05-01 11:15:39 -04:00

Pokémon Red and Blue

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

It builds the following roms:

  • Pokemon Red (UE) [S][!].gb md5: 3d45c1ee9abd5738df46d2bdda8b57dc
  • Pokemon Blue (UE) [S][!].gb md5: 50927e843568814f7ed45ec4f944bd8b

To set up the repository, see INSTALL.md.

See also