diff options
| author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-06-25 16:58:27 -0400 |
|---|---|---|
| committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-06-25 16:58:27 -0400 |
| commit | bd533aa79bbe1998fd2b699bd7205da2de4fe55c (patch) | |
| tree | 90d7000b49fc29d65a3a90a04074f7a7dd8a475f /engine/overworld/doors.asm | |
| parent | Use macros for predef calls/jumps instead of static ids. (diff) | |
| download | pokeyellow-bd533aa79bbe1998fd2b699bd7205da2de4fe55c.tar.gz pokeyellow-bd533aa79bbe1998fd2b699bd7205da2de4fe55c.tar.xz pokeyellow-bd533aa79bbe1998fd2b699bd7205da2de4fe55c.zip | |
Use *Coord instead of FuncCoord
Using 'Coord =' doesn't like using wTileMap
So use hlCoord, deCoord, bcCoord, aCoord, Coorda, or dwCoord
to avoid static addresses
Diffstat (limited to 'engine/overworld/doors.asm')
| -rwxr-xr-x | engine/overworld/doors.asm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/engine/overworld/doors.asm b/engine/overworld/doors.asm index 6337f511..42ebb174 100755 --- a/engine/overworld/doors.asm +++ b/engine/overworld/doors.asm @@ -10,8 +10,7 @@ HandleDoors: ; 1a609 (6:6609) ld a, [hli] ld h, [hl] ld l, a - FuncCoord 8, 9 - ld a, [Coord] + aCoord 8, 9 ld b, a .asm_1a621 ld a, [hli] |
