diff options
| author | libjet <libj3t@gmail.com> | 2020-06-05 21:34:35 +0100 |
|---|---|---|
| committer | libjet <libj3t@gmail.com> | 2020-06-05 21:34:35 +0100 |
| commit | 6f1d7fe952cb042cf5d47e45a1abed69db67eb7a (patch) | |
| tree | 95b7c04aca391aac14bcf4d133975db09f59260b /wram.asm | |
| parent | 2b17267a77434ec8a6936a3b0d6b0d583e76c090 (diff) | |
Add engine/pokemon/bills_pc.asm
Diffstat (limited to 'wram.asm')
| -rw-r--r-- | wram.asm | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -499,6 +499,25 @@ wPrinterExposureTime:: db ; cafb wGameboyPrinterRAMEnd:: NEXTU ; c700 +; bill's pc data +wBillsPCData:: +wBillsPCPokemonList:: +; (species, box number, list index) x30 + ds 3 * 30 + ds 720 +wBillsPC_ScrollPosition:: db +wBillsPC_CursorPosition:: db +wBillsPC_NumMonsInBox:: db +wBillsPC_NumMonsOnScreen:: db +wBillsPC_LoadedBox:: db ; 0 if party, 1 - 14 if box, 15 if active box +wBillsPC_BackupScrollPosition:: db +wBillsPC_BackupCursorPosition:: db +wBillsPC_BackupLoadedBox:: db +wBillsPC_MonHasMail:: db + ds 5 +wBillsPCDataEnd:: + +NEXTU ; c700 ; Hall of Fame data wHallOfFamePokemonList:: hall_of_fame wHallOfFamePokemonList |
