diff options
author | mid-kid <esteve.varela@gmail.com> | 2019-10-21 00:27:34 +0200 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2019-10-21 00:42:36 +0200 |
commit | 86061d37d2aff18530d4340796c0799bb316e7f0 (patch) | |
tree | 2aeb40fb1c53f682cf722de345d1a50524440e21 /sram.asm | |
parent | f4907040c9f757960dd1e37c3c02a3c01824b1e1 (diff) |
More mobile SDK documentation
Labelled WRAM addresses, added constants for mobile commands, fixed some
mobile lib function names, documented most of the functions for specific
commands.
Diffstat (limited to 'sram.asm')
-rw-r--r-- | sram.asm | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -258,6 +258,10 @@ s4_a60c:: db ; a60c s4_a60e:: dw ; a60e + ds $1f0 + +sMobileBattleTimer:: ds 3 + SECTION "SRAM Mobile 2", SRAM |