diff options
| author | Daniel Harding <33dannye@gmail.com> | 2019-08-25 16:09:29 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-25 16:09:29 -0500 |
| commit | bfd1d53d847b31b170693c40439fa3b61c473c17 (patch) | |
| tree | bbb93d8d7880ee95df3c7440574ac0b7c9433e97 | |
| parent | Merge pull request #220 from Rangi42/master (diff) | |
| parent | Fixed some wrong wram addresses within comments. (diff) | |
| download | pokeyellow-bfd1d53d847b31b170693c40439fa3b61c473c17.tar.gz pokeyellow-bfd1d53d847b31b170693c40439fa3b61c473c17.tar.xz pokeyellow-bfd1d53d847b31b170693c40439fa3b61c473c17.zip | |
Merge pull request #224 from UrsSchmidt/master
Fixed some wrong wram addresses within comments.
| -rwxr-xr-x | wram.asm | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1319,7 +1319,7 @@ wAIItem:: ; cf05 ; the item that the AI used ds 1 -wUsedItemOnWhichPokemon:: ; cf05 +wUsedItemOnWhichPokemon:: ; cf06 ds 1 wAnimSoundID:: ; cf07 @@ -1767,7 +1767,7 @@ wPlayerNumHits:: ; d074 wPlayerBideAccumulatedDamage:: ; d074 ; the amount of damage accumulated by the player while biding (2 bytes) -wUnknownSerialCounter2:: ; d075 +wUnknownSerialCounter2:: ; d074 ; 2 bytes ds 4 @@ -3082,7 +3082,7 @@ wCardKeyDoorX:: ; d740 wFirstLockTrashCanIndex:: ; d743 ds 1 -wSecondLockTrashCanIndex:: ; d743 +wSecondLockTrashCanIndex:: ; d744 ds 1 ds 2 |
