Archipelago/worlds/pokemon_rb
zig-for 5a7d20d393
Lua: Further centralize code, fix Bizhawk 2.9 (#1685)
* Fixes the socket library for bizhawk 2.9/lua 5.4 by including another one in parallel
* Fixes lua 5.4 support by making socket.lua into a "modern" module (the `module` keyword is gone)
* Adds the linux version and 32 bit windows socket dlls because why not
* Merges common functions into `common.lua` - the only functional change of this should be that:
  * Some things that were locals are globals now - this can be changed, I just was lazy and it likely doesn't matter
  * `drawText` now uses middle/bottom for all prints - feel free to do what you like with that change
2023-04-15 09:17:33 +02:00
..
docs Lua: Further centralize code, fix Bizhawk 2.9 (#1685) 2023-04-15 09:17:33 +02:00
LICENSE [Pokemon Red and Blue] Initial implementation (#1016) 2022-10-13 07:45:52 +02:00
__init__.py Pokémon R/B: Pokédex option fixes (#1666) 2023-04-04 23:59:59 -05:00
basepatch_blue.bsdiff4 Pokémon R/B: Pokédex option fixes (#1666) 2023-04-04 23:59:59 -05:00
basepatch_red.bsdiff4 Pokémon R/B: Pokédex option fixes (#1666) 2023-04-04 23:59:59 -05:00
items.py Pokémon R/B: Version 3 (#1520) 2023-03-13 23:40:55 +01:00
locations.py Pokemon R/B: Version 3 final touches (#1542) 2023-03-14 18:36:17 +01:00
logic.py Pokémon R/B: Version 3 (#1520) 2023-03-13 23:40:55 +01:00
options.py Pokémon R/B: Pokédex option fixes (#1666) 2023-04-04 23:59:59 -05:00
poke_data.py Pokémon R/B: Version 3 (#1520) 2023-03-13 23:40:55 +01:00
regions.py Pokémon R/B: Version 3 (#1520) 2023-03-13 23:40:55 +01:00
rock_tunnel.py Pokémon R/B: Version 3 (#1520) 2023-03-13 23:40:55 +01:00
rom.py Pokémon R/B: Pokédex option fixes (#1666) 2023-04-04 23:59:59 -05:00
rom_addresses.py Pokémon R/B: Pokédex option fixes (#1666) 2023-04-04 23:59:59 -05:00
rules.py Pokémon R/B: Missing game corner logic (#1693) 2023-04-10 20:16:38 -05:00
text.py Pokémon R/B: Another quiz fix 2023-03-30 15:29:55 +02:00