diff options
author | Logan <log.butt@gmail.com> | 2016-06-05 23:52:28 +1200 |
---|---|---|
committer | Logan <log.butt@gmail.com> | 2016-06-05 23:52:28 +1200 |
commit | 9514b0847cf54f85e8321a82ed41f618e58406ed (patch) | |
tree | 5d6af0592d771d3c83b5492bf437703b77bc6e88 /wram.asm | |
parent | 1c637b6aeae0c007647cfe1c3648f82eeda9617e (diff) |
More text, 4 banks to go~
Diffstat (limited to 'wram.asm')
-rwxr-xr-x | wram.asm | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1648,7 +1648,7 @@ wTrainerBaseMoney:: ; d046 wMissableObjectCounter:: ; d048 ds 1 - ds 1 + ds 6 wTrainerName:: ; d04a ; 13 bytes for the letters of the opposing trainer @@ -3128,13 +3128,15 @@ wEventFlags:: ; d747 wLinkEnemyTrainerName:: ; d887 ; linked game's trainer name -wGrassRate:: ; d887 +; ds 5 + +wGrassRate:: ; d88c ds 1 wGrassMons:: ; d888 ;ds 20 - ds 11 + ds 6 ; Overload wGrassMons wSerialEnemyDataBlock:: ; d893 ds 9 |