diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-11-22 16:47:06 -0500 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-11-22 16:47:06 -0500 |
commit | 4cb785e0db4adb727ac1b92115ad3f74e414867f (patch) | |
tree | c9327cb353e1a8eafeaa9bda38ab67cfac478280 /wram.asm | |
parent | 489339d1d2fa3a5f432e918a84eb3efe2158a3fe (diff) |
bg_map_attributes.asm
Diffstat (limited to 'wram.asm')
-rwxr-xr-x | wram.asm | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -517,7 +517,9 @@ wNPCMovementDirections:: ; cc5b wDexRatingNumMonsOwned:: ; cc5c ds 1 + wDexRatingText:: ; cc5d +wTrainerCardBadgeAttributes:: ; cc5d ds 1 wSlotMachineSavedROMBank:: ; cc5e @@ -1355,7 +1357,9 @@ wPalPacket:: ; cf2d wPartyMenuBlkPacket:: ; cf2e ; $30 bytes - ds 29 + ds 9 +wPartyHPBarAttributes:: ; cf36 + ds 20 wExpAmountGained:: ; cf4b ; 2-byte big-endian number |