diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-02-03 16:58:49 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-02-03 17:11:55 -0500 |
commit | 6ff2cb20e67db2054486fc5dc48eb9263298d4ad (patch) | |
tree | d70275fa8318d27959d156c15456eecc63b39191 /mobile | |
parent | bf138d94d42ba0d092d5028e40a85260c250a4ee (diff) |
map → map_id; map_def → map; map_data → map_attributes
Diffstat (limited to 'mobile')
-rw-r--r-- | mobile/mobile_22_2.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile/mobile_22_2.asm b/mobile/mobile_22_2.asm index 059a0b405..c6ee2b243 100644 --- a/mobile/mobile_22_2.asm +++ b/mobile/mobile_22_2.asm @@ -2,7 +2,7 @@ Function8b342:: ; 8b342 ; Loads the map data pointer, then runs through a ; dw with three dummy functions. Spends a lot of energy ; doing pretty much nothing. - call GetMapDataPointer + call GetMapAttributesPointer ld d, h ld e, l |