diff options
| author | Sam Nelson <snelson@cs.uoregon.edu> | 2018-07-15 10:50:44 -0700 |
|---|---|---|
| committer | Sam Nelson <snelson@cs.uoregon.edu> | 2018-07-15 10:50:44 -0700 |
| commit | ee723161025844bf3606cd7e5c3b867db7a94160 (patch) | |
| tree | cf2035732681300ee40cf9da3307b5ea3ac813fd /data/mapHeaders/gary.asm | |
| parent | Use rgblink dmg mode (diff) | |
| download | pokeyellow-ee723161025844bf3606cd7e5c3b867db7a94160.tar.gz pokeyellow-ee723161025844bf3606cd7e5c3b867db7a94160.tar.xz pokeyellow-ee723161025844bf3606cd7e5c3b867db7a94160.zip | |
make comments consistent throughout all mapHeader files
Diffstat (limited to 'data/mapHeaders/gary.asm')
| -rwxr-xr-x | data/mapHeaders/gary.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/data/mapHeaders/gary.asm b/data/mapHeaders/gary.asm index 792c4b32..a9cf381b 100755 --- a/data/mapHeaders/gary.asm +++ b/data/mapHeaders/gary.asm @@ -1,6 +1,6 @@ Gary_h: - db GYM ;tileset - db CHAMPIONS_ROOM_HEIGHT, CHAMPIONS_ROOM_WIDTH ; Height, Width - dw GaryBlocks, GaryTextPointers, GaryScript - db $0 ;No Connections - dw GaryObject + db GYM ; tileset + db CHAMPIONS_ROOM_HEIGHT, CHAMPIONS_ROOM_WIDTH ; dimensions (y, x) + dw GaryBlocks, GaryTextPointers, GaryScript ; blocks, texts, scripts + db $0 ; connections + dw GaryObject ; objects |
