From 5cfa08ae5932941ce9af00a0b78e408011a8af90 Mon Sep 17 00:00:00 2001 From: Erjan Kalybek Date: Sat, 13 Oct 2018 07:50:45 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a494b03..e580b12 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This repository contains the fully annotated disassembly of the original Metal G I like to learn how things work, and to explain to others what I have learned. -This was a good oportunity to find out how Konami made games in the old good days, how all their games use the same structure, how they reused the same "libraries" in different games (e.g. the routine used to calculate the trajectory of a shot), etc. +This was a good opportunity to find out how Konami made games in the old good days, how all their games use the same structure, how they reused the same "libraries" in different games (e.g. the routine used to calculate the trajectory of a shot), etc. Also, I like to find oddities (unused graphics, rooms, texts, musics, code...) and find bugs.