diff options
author | ISSOtm <eldredhabert0@gmail.com> | 2018-06-06 00:43:42 +0200 |
---|---|---|
committer | ISSOtm <eldredhabert0@gmail.com> | 2018-06-06 00:44:41 +0200 |
commit | a9519e401db0c8db0b96cee3c0130c3fe8a4a58b (patch) | |
tree | 846df4dbab2f7ac99d429af9dc0312901e4fe4ae /wram.asm | |
parent | e9a8f8a769f77c289a4aa38423a39e00425b4813 (diff) |
Disassemble map script function
Part 1 of disassembling map loading functions
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -98,8 +98,8 @@ SECTION "Unknown map buffer?", WRAM0[$C5E8] wMapBuffer:: wMapScriptNumber:: db ; c5e8 -wUnknownIdC5E8Location:: dw ; c5e9 -wUnknownMapPointer:: dw ; c5eb +wMapScriptNumberLocation:: dw ; c5e9 +wUnknownMapPointer:: dw ; c5eb ; TODO ds 19 ; TODO wMapBufferEnd:: ; c600 |