Mirror of the github repository
Find a file
Matthew Glazar 3541904411 Use correct variable in EngageMapTrainer
EngageMapTrainer should write to wEngagedTrainerClass and
wEngagedTrainerSet, not wEngagedTrainerClass and
wEnemyMonAttackMod. wEnemyMonAttackMod doesn't make any
sense in this context. Use the correct variable.

These two variables happen to have the same address, so
there is no functional difference between using
wEnemyMonAttackMod versus using wEngagedTrainerSet.
2017-04-02 13:19:04 -07:00
audio Replace unnecessary tabs with spaces 2016-07-27 22:33:48 -05:00
constants correct mistaken comments 2016-10-29 02:04:48 -07:00
data Continuing the source-level documentation of roughly where trainers can be found 2016-09-04 14:31:59 -05:00
engine Gave names to the functions and labels and adresses used in DivideBCD 2017-03-19 21:09:24 +00:00
extras@0e1798937a
gfx
home split code out of main.asm 2016-12-31 17:23:54 -08:00
macros Split macros.asm 2016-07-31 13:04:04 -05:00
maps
pic
scripts use more HRAM constants 2016-10-29 10:32:03 -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 script to use make compare and rgbds v0.2.5 2017-03-20 20:37:02 +01:00
audio.asm Fix floating sections 2017-03-14 21:45:45 +00:00
charmap.asm
constants.asm Split macros.asm 2016-07-31 13:04:04 -05:00
home.asm Use correct variable in EngageMapTrainer 2017-04-02 13:19:04 -07: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
macros.asm Split macros.asm 2016-07-31 13:04:04 -05:00
main.asm Fix floating sections 2017-03-14 21:45:45 +00:00
Makefile
README.md
roms.md5
sram.asm Fix floating sections 2017-03-14 21:45:45 +00:00
text.asm Fix floating sections 2017-03-14 21:45:45 +00:00
vram.asm
wram.asm Fix typo in address 2017-03-16 20:47:01 +01: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