diff options
| author | Daniel Harding <33dannye@gmail.com> | 2018-07-15 21:44:14 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-15 21:44:14 -0500 |
| commit | 929c65f805ba144e7e093b2c5b2f70b84176ba00 (patch) | |
| tree | 388aa35997bcbc07367459f7e556fe08c2ff821e /data/mapHeaders/gary.asm | |
| parent | Merge pull request #185 from UrsSchmidt/master (diff) | |
| parent | make comments consistent throughout all mapHeader files (diff) | |
| download | pokeyellow-929c65f805ba144e7e093b2c5b2f70b84176ba00.tar.gz pokeyellow-929c65f805ba144e7e093b2c5b2f70b84176ba00.tar.xz pokeyellow-929c65f805ba144e7e093b2c5b2f70b84176ba00.zip | |
Merge pull request #188 from snelson3/consistent-map-header-comments
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 |
