diff options
| author | Daniel Harding <corrnondacqb@yahoo.com> | 2015-07-17 10:49:54 -0500 |
|---|---|---|
| committer | Daniel Harding <corrnondacqb@yahoo.com> | 2015-07-17 10:49:54 -0500 |
| commit | 6e46ec61f9a324116ef016397cdce9e67f75e77f (patch) | |
| tree | 101d51fea00a852808f2a76d9e45a4b3779cab56 /wram.asm | |
| parent | More direction constants (diff) | |
| parent | money / coins hram constants (diff) | |
| download | pokeyellow-6e46ec61f9a324116ef016397cdce9e67f75e77f.tar.gz pokeyellow-6e46ec61f9a324116ef016397cdce9e67f75e77f.tar.xz pokeyellow-6e46ec61f9a324116ef016397cdce9e67f75e77f.zip | |
Merge pull request #103 from YamaArashi/master
Misc changes again
Diffstat (limited to 'wram.asm')
| -rwxr-xr-x | wram.asm | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -634,6 +634,13 @@ wOverrideSimulatedJoypadStatesMask:: ; cd3b ds 1 +wTitleMonSpecies:: ; cd3d + +wPlayerCharacterOAMTile:: ; cd3d + +wMoveDownSmallStarsOAMCount:: ; cd3d +; the number of small stars OAM entries to move down + wChargeMoveNum:: ; cd3d wCoordIndex:: ; cd3d |
