named most of the used events
move event macros to separate file
Merge pull request #106 from YamaArashi/master
Merge branch 'master' of https://github.com/YamaArashi/pokered
Merge pull request #104 from YamaArashi/master
Merge pull request #103 from YamaArashi/master
title / diploma / vending machine
Merge branch 'master' of https://github.com/iimarckus/pokered
Swap trade center and battle center
Merge pull request #101 from YamaArashi/master
player animations, emotion bubbles, etc.
Use more screen dimension constants
Merge branch 'master' of https://github.com/YamaArashi/pokered
named party menu/naming screen wram variables
movemon and removepokemon wram variables
use constant for bg transfer dest hram var
Merge pull request https://github.com/iimarckus/pokered/pull/95 from luckytyphlosion/master
Merge pull request #98 from dannye/master
Rename/organize part 4 of 4
Rename/organize part 3 of 4
Rename/organize part 2 of 4
Rename/organize part 1 of 4
Document code related to MonName1Text
Hardcoded palette constant
Hardcoded audio bank references
Name the last of unnamed text
Merge pull request #96 from dannye/master
Fix a hardcoded value by replacing it with a variable.
Remove S_SAVEDPLAYERID as a constant
Labels instead of constants
Replaced all direct addresses with labels.
S_SAVEDPLAYERID constant.
Added all necessary SRAM constants
Replaced Box Direct Addresses with Labels.
Merge pull request #93 from xCrystal/master
money won and trainer pic constants
user xor operator for clearing status flags
Document DisableEffect and CheckEnemyStatusConditions
Merge pull request #90 from xCrystal/master
Rename battle files and split move effects Part 5