Lorenzooone
ad7757dea5
Merge pull request #112 from jeffman/jeffman-patch-1
...
Update README.md
2020-05-14 23:50:55 +02:00
jeffman
232cad8676
Update README.md
...
Testing webhook
2020-04-09 01:14:10 -04:00
Lorenzooone
5b3e435f16
Merge pull request #111 from PatrickStankard/patrickstankard/macos-build
...
Set `$asm_cmd` for macOS in `build.ps1`
2020-03-24 17:51:02 +01:00
Patrick Stankard
de53c83d60
Use -or operator instead of double ElseIf
2020-03-24 12:48:21 -04:00
Patrick Stankard
5e58e04c84
Update README with macOS build instructions
2020-03-24 12:45:48 -04:00
Patrick Stankard
277606213a
Set $asm_cmd for macOS in build.ps1
2020-03-23 17:33:41 -04:00
jeffman
84ff49ca8e
Merge pull request #110 from PhoenixBound/master
...
Lazy Saturn items
2020-03-22 21:59:31 -04:00
PhoenixBound
63882b9efa
Lazy Saturn items, fix Lier X
2020-03-20 15:39:36 -05:00
jeffman
0bb2099850
Merge pull request #108 from Lorenzooone/cash_window_consistent
...
Fix cash not being always formatted
2020-03-07 10:26:05 -05:00
Lorenzooone
c69cc44771
Merge pull request #109 from PhoenixBound/L55555555555529
...
Fix retrieving two items from Escargo Express
2020-03-05 00:36:57 +01:00
PhoenixBound
17ac1e86a6
Fix retrieving two items from Escargo Express
2020-03-04 17:18:09 -06:00
Lorenzooone
63421fa3cc
Update to make 5F FF act as it should
2020-02-23 05:26:55 +01:00
Lorenzooone
4a824807bb
https://github.com/jeffman/Mother2GbaTranslation/issues/100
2020-02-23 03:56:36 +01:00
jeffman
87987abbc4
Merge pull request #107 from Lorenzooone/target_overworld_dialogue
...
Put buffer in overworld target window
2020-02-15 16:16:02 -05:00
Lorenzooone
3f74b43bae
Fix https://github.com/jeffman/Mother2GbaTranslation/issues/82
2020-02-13 21:05:35 +01:00
jeffman
989e39107b
Merge pull request #106 from PhoenixBound/merrychristmas
...
Stuff that needed to see the light of day sooner
2020-01-04 18:20:53 -05:00
PhoenixBound
cfdf3e2f06
Probably fix geyser crash
2019-12-30 22:51:30 -06:00
PhoenixBound
6a4622a07a
Add Lumine Hall font graphics in preparation for VWF
2019-12-28 16:44:59 -06:00
PhoenixBound
dbc209ee4f
Some strings edits I don't remember
2019-12-26 15:05:45 -06:00
jeffman
e5ad23eb9b
Merge pull request #105 from Lorenzooone/tea_coffee
...
Make the tea/coffee cutscenes print the text properly
2019-11-14 21:35:51 -05:00
Lorenzooone
a0199eaaf0
Make the tea/coffee cutscenes print the proper text
2019-10-21 19:10:52 +02:00
Lorenzooone
2948d56e42
Merge pull request #102 from PhoenixBound/master
...
Coffee/tea scene data, bus text fixes
2019-10-06 23:51:15 +02:00
Lorenzooone
af7ec48ebb
Merge pull request #101 from Lorenzooone/window-text-buffering
...
Change Mother 2 cartridge to EB cartridge + Fix issue with tenda village naming screen
2019-10-06 23:50:55 +02:00
PhoenixBound
ca3a61a32b
Dang it
2019-09-29 18:18:30 -05:00
PhoenixBound
b100aa86d0
Merge branch 'master' of https://github.com/PhoenixBound/Mother2GbaTranslation
2019-09-29 16:19:12 -05:00
PhoenixBound
79f402aab9
Merge branch 'master' of https://github.com/jeffman/Mother2GbaTranslation
2019-09-29 16:18:38 -05:00
PhoenixBound
6ab083cedd
Fix file screen issues
2019-09-29 16:17:55 -05:00
Lorenzooone
2552445fcc
Merge remote-tracking branch 'upstream/master'
2019-09-29 22:52:55 +02:00
Lorenzooone
468ba9afed
Fix issues with tenda village naming screen
2019-09-29 22:26:24 +02:00
PhoenixBound
1bee01ab73
Clean up flyover data, add buggy coffee and tea stuff
2019-09-29 12:22:59 -05:00
PhoenixBound
6d5e57949d
Bus fixes and bugfixes
2019-09-28 17:14:03 -05:00
Lorenzooone
dcf97b1557
Change Mother 2 cartridge to EB cartridge
2019-09-28 23:36:27 +02:00
jeffman
887ac89ad1
Merge pull request #81 from Lorenzooone/window-text-buffering
...
Improve 1bpp buffer performance more and fix missing text pointers
2019-09-25 19:01:09 -04:00
Lorenzooone
0e3b6a97cb
Fix https://github.com/jeffman/Mother2GbaTranslation/issues/27
2019-09-26 00:35:48 +02:00
Lorenzooone
3dd24b23d3
Update convenience threshold for storing in IWRAM + Update store_pixels_overworld_buffer_totalTiles
2019-09-25 20:19:55 +02:00
Lorenzooone
02f0b350df
Improve buffer storing and loading
...
For loading: Use a table to get a byte directly out of an int (instead of two nibbles).
For both: Remove writing the unused 4 pixels of the vertical doubletiles.
Storing is now 55k cycles and Loading is now 92k cycles.
2019-09-25 19:45:12 +02:00
Lorenzooone
c00039cb18
Improve reduce_bit_depth_sp
2019-09-24 23:11:43 +02:00
Lorenzooone
4624911fa3
Use pointers for load_pixels_buffer too
...
Also fixes issue where only two pixels per tile were copied.
2019-09-24 22:41:44 +02:00
Lorenzooone
22c70883d8
Improve load_pixels_overworld_buffer performance
...
Uses a special function in order to speed things up by quite a bunch
2019-09-24 22:13:40 +02:00
Lorenzooone
b372862942
Improve 1bpp buffer storing performance by using an edited coord_table and (if useful) loading the m2_bits_to_nybbles table in IWRAM
2019-09-24 19:14:01 +02:00
jeffman
9191a412ca
Merge pull request #80 from Lorenzooone/window-text-buffering
...
Add buffering for Goods windows
2019-09-23 19:46:09 -04:00
Lorenzooone
24fbc3098e
Complete Goods windows
2019-09-24 01:37:14 +02:00
Lorenzooone
672cbc1647
Add missing timed events
2019-09-24 00:49:22 +02:00
Lorenzooone
0bcf7b1180
Complete stored goods. Missing pickup text.
2019-09-23 23:29:05 +02:00
Lorenzooone
626cfc8c7e
Goods buffers (Stored goods' one isn't complete yet)
2019-09-23 01:49:38 +02:00
jeffman
4a81263a81
Merge pull request #79 from Lorenzooone/window-text-buffering
...
Teleport window text buffer + Player naming window text buffer
2019-09-22 14:01:42 -04:00
Lorenzooone
98874ae6a6
Player name input menu buffer
2019-09-21 01:32:23 +02:00
Lorenzooone
f0420979f4
Implement buffer for teleport window
2019-09-20 13:40:40 +02:00
Lorenzooone
d60f46bc0a
Fix "Medium" text speed option highlighting
2019-09-20 01:55:17 +02:00
jeffman
a3f86fcf02
Merge pull request #78 from Lorenzooone/window-text-buffering
...
Improve 1bpp buffer performances
2019-09-18 17:58:33 -04:00