Skip to content

Commit

Permalink
Update copyright years and links to website
Browse files Browse the repository at this point in the history
Update to version 1.2.

Signed-off-by: Antonio Niño Díaz <[email protected]>
  • Loading branch information
AntonioND committed Jan 31, 2018
1 parent 9cb2e3a commit 6be822e
Show file tree
Hide file tree
Showing 106 changed files with 108 additions and 111 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
################################################################################
#
# µCity - City building game for Game Boy Color.
# Copyright (C) 2017 Antonio Niño Díaz (AntonioND/SkyLyrac)
# Copyright (c) 2017-2018 Antonio Niño Díaz (AntonioND/SkyLyrac)
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion data/gfx/credits_bg_map.bin
Original file line number Diff line number Diff line change
@@ -1 +1 @@
555555555555555555555555#Nny~575DBCI5555555555555555555555555Lsytsnt5YnAt5Onf55555555555555555555555LsytsntYO6^p~W~wfh5555555555555555555555fsytsnt:si;5555555555555555tzyqttp9htr55555555555555555555555555555555555555555555555555555555555555[wtlwfr5qnhjsxji555555555555555555555555zsijw5ymj5yjwrx5tk5555555555555555555555ymj5RY`5R[W{E"9555555555555555555555555
555555555555555555555#Nny~575DBCI(DBCJ55555555555555555555555Lsytsnt5YnAt5Onf55555555555555555555555LsytsntYO6^p~W~wfh5555555555555555555555fsytsnt:si;5555555555555555tzyqttp9htr5555555555555555555555|||9xp~q~wfh9sjy555555555555555555555555[wtlwfr5qnhjsxji555555555555555555555555zsijw5ymj5yjwrx5tk5555555555555555555555ymj5RY`5R[W{E"9555555555555555555555555
2 changes: 1 addition & 1 deletion data/gfx/main_menu_bg_map.bin
Original file line number Diff line number Diff line change
@@ -1 +1 @@
555555555555555555555555555555555555555555555#Nny~55C9C555555555%%%%%%%%%%%%55555555555555555555555555555555555555555555555555Wtfi5Rfrj5555555555555555555555555555555]fsitr5Xfu555555555555555555555555555555^hjsfwnt55555555555555555555555555555555Nwjinyx55555555555555555555555555555555555555555555555555555555555555555555555555g~5LsytsntYO555555555555555555555
555555555555555555555555555555555555555555555#Nny~55C9D555555555%%%%%%%%%%%%55555555555555555555555555555555555555555555555555Wtfi5Rfrj5555555555555555555555555555555]fsitr5Xfu555555555555555555555555555555^hjsfwnt55555555555555555555555555555555Nwjinyx55555555555555555555555555555555555555555555555555555555555555555555555555g~5LsytsntYO555555555555555555555
13 changes: 5 additions & 8 deletions readme.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
=========
µCity 1.1
µCity 1.2
=========

Introduction
Expand All @@ -15,7 +15,7 @@ Video: https://www.youtube.com/watch?v=2rir-TVx020
This game is completely free. Just download the ROM, install a Game Boy Color
emulator, and play! The last release of the game should be here:

https://github.com/AntonioND/ucity/releases
https://github.com/AntonioND/ucity/releases

You can also play on real hardware. Even though the game has been developed
using mainly emulators, it has been verified to work on hardware. The game
Expand Down Expand Up @@ -49,7 +49,7 @@ Compiling
This game needs a really recent version of ``RGBDS`` to correctly assemble the
code. It is the only real dependency. This toolchain can be found here:

https://github.com/rednex/rgbds/
https://github.com/rednex/rgbds/

Follow the instructions in that link to install it in your system.

Expand Down Expand Up @@ -103,9 +103,7 @@ Web:

https://github.com/AntonioND

http://antoniond_blog.drunkencoders.com/

http://antoniond.drunkencoders.com/
www.skylyrac.net

Thanks to:

Expand Down Expand Up @@ -140,7 +138,7 @@ GNU General Public License version 3+
=====================================

µCity - City building game for Game Boy Color.
Copyright (C) 2017 Antonio Niño Díaz (AntonioND/SkyLyrac)
Copyright (C) 2017-2018 Antonio Niño Díaz (AntonioND/SkyLyrac)

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand All @@ -156,4 +154,3 @@ GNU General Public License version 3+
along with this program. If not, see <http://www.gnu.org/licenses/>.

Contact: [email protected]

Binary file modified resources/gfx/credits_bg.gbm
Binary file not shown.
Binary file modified resources/gfx/main_menu_bg.gbm
Binary file not shown.
2 changes: 1 addition & 1 deletion source/apa.asm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;###############################################################################
;
; µCity - City building game for Game Boy Color.
; Copyright (C) 2017 Antonio Niño Díaz (AntonioND/SkyLyrac)
; Copyright (c) 2017-2018 Antonio Niño Díaz (AntonioND/SkyLyrac)
;
; This program is free software: you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion source/apa.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;###############################################################################
;
; µCity - City building game for Game Boy Color.
; Copyright (C) 2017 Antonio Niño Díaz (AntonioND/SkyLyrac)
; Copyright (c) 2017-2018 Antonio Niño Díaz (AntonioND/SkyLyrac)
;
; This program is free software: you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion source/bcd_math.asm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;###############################################################################
;
; µCity - City building game for Game Boy Color.
; Copyright (C) 2017 Antonio Niño Díaz (AntonioND/SkyLyrac)
; Copyright (c) 2017-2018 Antonio Niño Díaz (AntonioND/SkyLyrac)
;
; This program is free software: you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion source/bg_handler.asm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;###############################################################################
;
; µCity - City building game for Game Boy Color.
; Copyright (C) 2017 Antonio Niño Díaz (AntonioND/SkyLyrac)
; Copyright (c) 2017-2018 Antonio Niño Díaz (AntonioND/SkyLyrac)
;
; This program is free software: you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion source/bg_handler_main.asm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;###############################################################################
;
; µCity - City building game for Game Boy Color.
; Copyright (C) 2017 Antonio Niño Díaz (AntonioND/SkyLyrac)
; Copyright (c) 2017-2018 Antonio Niño Díaz (AntonioND/SkyLyrac)
;
; This program is free software: you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion source/engine/engine.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;###############################################################################
;
; µCity - City building game for Game Boy Color.
; Copyright (C) 2017 Antonio Niño Díaz (AntonioND/SkyLyrac)
; Copyright (c) 2017-2018 Antonio Niño Díaz (AntonioND/SkyLyrac)
;
; This program is free software: you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion source/engine/init.asm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;###############################################################################
;
; µCity - City building game for Game Boy Color.
; Copyright (C) 2017 Antonio Niño Díaz (AntonioND/SkyLyrac)
; Copyright (c) 2017-2018 Antonio Niño Díaz (AntonioND/SkyLyrac)
;
; This program is free software: you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion source/engine/rand.asm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;###############################################################################
;
; µCity - City building game for Game Boy Color.
; Copyright (C) 2017 Antonio Niño Díaz (AntonioND/SkyLyrac)
; Copyright (c) 2017-2018 Antonio Niño Díaz (AntonioND/SkyLyrac)
;
; This program is free software: you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion source/engine/utils.asm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;###############################################################################
;
; µCity - City building game for Game Boy Color.
; Copyright (C) 2017 Antonio Niño Díaz (AntonioND/SkyLyrac)
; Copyright (c) 2017-2018 Antonio Niño Díaz (AntonioND/SkyLyrac)
;
; This program is free software: you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion source/engine/video.asm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;###############################################################################
;
; µCity - City building game for Game Boy Color.
; Copyright (C) 2017 Antonio Niño Díaz (AntonioND/SkyLyrac)
; Copyright (c) 2017-2018 Antonio Niño Díaz (AntonioND/SkyLyrac)
;
; This program is free software: you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion source/main.asm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;###############################################################################
;
; µCity - City building game for Game Boy Color.
; Copyright (C) 2017 Antonio Niño Díaz (AntonioND/SkyLyrac)
; Copyright (c) 2017-2018 Antonio Niño Díaz (AntonioND/SkyLyrac)
;
; This program is free software: you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion source/math.asm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;###############################################################################
;
; µCity - City building game for Game Boy Color.
; Copyright (C) 2017 Antonio Niño Díaz (AntonioND/SkyLyrac)
; Copyright (c) 2017-2018 Antonio Niño Díaz (AntonioND/SkyLyrac)
;
; This program is free software: you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion source/money.asm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;###############################################################################
;
; µCity - City building game for Game Boy Color.
; Copyright (C) 2017 Antonio Niño Díaz (AntonioND/SkyLyrac)
; Copyright (c) 2017-2018 Antonio Niño Díaz (AntonioND/SkyLyrac)
;
; This program is free software: you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion source/money.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;###############################################################################
;
; µCity - City building game for Game Boy Color.
; Copyright (C) 2017 Antonio Niño Díaz (AntonioND/SkyLyrac)
; Copyright (c) 2017-2018 Antonio Niño Díaz (AntonioND/SkyLyrac)
;
; This program is free software: you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion source/rlediff.asm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;###############################################################################
;
; µCity - City building game for Game Boy Color.
; Copyright (C) 2017 Antonio Niño Díaz (AntonioND/SkyLyrac)
; Copyright (c) 2017-2018 Antonio Niño Díaz (AntonioND/SkyLyrac)
;
; This program is free software: you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion source/room_bank/room_bank.asm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;###############################################################################
;
; µCity - City building game for Game Boy Color.
; Copyright (C) 2017 Antonio Niño Díaz (AntonioND/SkyLyrac)
; Copyright (c) 2017-2018 Antonio Niño Díaz (AntonioND/SkyLyrac)
;
; This program is free software: you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion source/room_budget/room_budget.asm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;###############################################################################
;
; µCity - City building game for Game Boy Color.
; Copyright (C) 2017 Antonio Niño Díaz (AntonioND/SkyLyrac)
; Copyright (c) 2017-2018 Antonio Niño Díaz (AntonioND/SkyLyrac)
;
; This program is free software: you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion source/room_city_stats/room_city_stats.asm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;###############################################################################
;
; µCity - City building game for Game Boy Color.
; Copyright (C) 2017 Antonio Niño Díaz (AntonioND/SkyLyrac)
; Copyright (c) 2017-2018 Antonio Niño Díaz (AntonioND/SkyLyrac)
;
; This program is free software: you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion source/room_credits/room_credits.asm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;###############################################################################
;
; µCity - City building game for Game Boy Color.
; Copyright (C) 2017 Antonio Niño Díaz (AntonioND/SkyLyrac)
; Copyright (c) 2017-2018 Antonio Niño Díaz (AntonioND/SkyLyrac)
;
; This program is free software: you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion source/room_game/build_menu.asm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;###############################################################################
;
; µCity - City building game for Game Boy Color.
; Copyright (C) 2017 Antonio Niño Díaz (AntonioND/SkyLyrac)
; Copyright (c) 2017-2018 Antonio Niño Díaz (AntonioND/SkyLyrac)
;
; This program is free software: you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion source/room_game/building_info.asm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;###############################################################################
;
; µCity - City building game for Game Boy Color.
; Copyright (C) 2017 Antonio Niño Díaz (AntonioND/SkyLyrac)
; Copyright (c) 2017-2018 Antonio Niño Díaz (AntonioND/SkyLyrac)
;
; This program is free software: you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion source/room_game/building_info.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;###############################################################################
;
; µCity - City building game for Game Boy Color.
; Copyright (C) 2017 Antonio Niño Díaz (AntonioND/SkyLyrac)
; Copyright (c) 2017-2018 Antonio Niño Díaz (AntonioND/SkyLyrac)
;
; This program is free software: you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion source/room_game/cursor.asm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;###############################################################################
;
; µCity - City building game for Game Boy Color.
; Copyright (C) 2017 Antonio Niño Díaz (AntonioND/SkyLyrac)
; Copyright (c) 2017-2018 Antonio Niño Díaz (AntonioND/SkyLyrac)
;
; This program is free software: you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion source/room_game/date.asm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;###############################################################################
;
; µCity - City building game for Game Boy Color.
; Copyright (C) 2017 Antonio Niño Díaz (AntonioND/SkyLyrac)
; Copyright (c) 2017-2018 Antonio Niño Díaz (AntonioND/SkyLyrac)
;
; This program is free software: you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion source/room_game/draw_building.asm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;###############################################################################
;
; µCity - City building game for Game Boy Color.
; Copyright (C) 2017 Antonio Niño Díaz (AntonioND/SkyLyrac)
; Copyright (c) 2017-2018 Antonio Niño Díaz (AntonioND/SkyLyrac)
;
; This program is free software: you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion source/room_game/draw_common.asm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;###############################################################################
;
; µCity - City building game for Game Boy Color.
; Copyright (C) 2017 Antonio Niño Díaz (AntonioND/SkyLyrac)
; Copyright (c) 2017-2018 Antonio Niño Díaz (AntonioND/SkyLyrac)
;
; This program is free software: you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion source/room_game/draw_port.asm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;###############################################################################
;
; µCity - City building game for Game Boy Color.
; Copyright (C) 2017 Antonio Niño Díaz (AntonioND/SkyLyrac)
; Copyright (c) 2017-2018 Antonio Niño Díaz (AntonioND/SkyLyrac)
;
; This program is free software: you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion source/room_game/draw_power_lines.asm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;###############################################################################
;
; µCity - City building game for Game Boy Color.
; Copyright (C) 2017 Antonio Niño Díaz (AntonioND/SkyLyrac)
; Copyright (c) 2017-2018 Antonio Niño Díaz (AntonioND/SkyLyrac)
;
; This program is free software: you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion source/room_game/draw_road.asm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;###############################################################################
;
; µCity - City building game for Game Boy Color.
; Copyright (C) 2017 Antonio Niño Díaz (AntonioND/SkyLyrac)
; Copyright (c) 2017-2018 Antonio Niño Díaz (AntonioND/SkyLyrac)
;
; This program is free software: you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion source/room_game/draw_train.asm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;###############################################################################
;
; µCity - City building game for Game Boy Color.
; Copyright (C) 2017 Antonio Niño Díaz (AntonioND/SkyLyrac)
; Copyright (c) 2017-2018 Antonio Niño Díaz (AntonioND/SkyLyrac)
;
; This program is free software: you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion source/room_game/map_load.asm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;###############################################################################
;
; µCity - City building game for Game Boy Color.
; Copyright (C) 2017 Antonio Niño Díaz (AntonioND/SkyLyrac)
; Copyright (c) 2017-2018 Antonio Niño Díaz (AntonioND/SkyLyrac)
;
; This program is free software: you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion source/room_game/map_load.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;###############################################################################
;
; µCity - City building game for Game Boy Color.
; Copyright (C) 2017 Antonio Niño Díaz (AntonioND/SkyLyrac)
; Copyright (c) 2017-2018 Antonio Niño Díaz (AntonioND/SkyLyrac)
;
; This program is free software: you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion source/room_game/message_box.asm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;###############################################################################
;
; µCity - City building game for Game Boy Color.
; Copyright (C) 2017 Antonio Niño Díaz (AntonioND/SkyLyrac)
; Copyright (c) 2017-2018 Antonio Niño Díaz (AntonioND/SkyLyrac)
;
; This program is free software: you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion source/room_game/persistent_messages.asm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;###############################################################################
;
; µCity - City building game for Game Boy Color.
; Copyright (C) 2017 Antonio Niño Díaz (AntonioND/SkyLyrac)
; Copyright (c) 2017-2018 Antonio Niño Díaz (AntonioND/SkyLyrac)
;
; This program is free software: you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
Expand Down
Loading

0 comments on commit 6be822e

Please sign in to comment.