diff options
author | Pokeglitch <pokeglitchx@gmail.com> | 2018-08-20 08:45:06 -0400 |
---|---|---|
committer | Pokeglitch <pokeglitchx@gmail.com> | 2018-08-20 08:45:06 -0400 |
commit | 5c5290706238d561ab0e275753b44a018ca07d5c (patch) | |
tree | 7d03cec5d0a81b11c0d338a15143e512b9fcb42b /wram.asm | |
parent | 8f3ebd4a59cf69d97bc4932738a78a37d0968d3d (diff) |
Dumped first section of Bank 2
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -906,7 +906,10 @@ wBGMapAnchor:: ; d643 wUsedSprites:: ; d645 dw ; This is for the player + +wUsedNPCSprites:: ;d647 ds 2 * 5 ; This is for the NPCs + wUsedSpritesEnd:: ; d651 |