Commit Graph

663 Commits

Author SHA1 Message Date
jeffman 03cef4736a BG0 offset 2019-09-25 23:39:27 -04:00
jeffman da55c7c765 Fix bug with clobbered register 2019-09-25 23:38:42 -04:00
jeffman 6213911edc Fix bad graphics rip
TileMolester's default palette repeats black on some colours which made it not copy properly. This one should be fine...
2019-09-25 23:38:03 -04:00
jeffman 941057bfc6 Add/update sequences 0, 1, 4, 5 2019-09-17 21:55:05 -04:00
jeffman 5756d24a46 Update notes 2019-09-17 21:54:01 -04:00
jeffman e201fe3e51 Add a fade-in delay 2019-09-17 00:07:24 -04:00
jeffman 6b407d0c3b Remove title.c etc.
Not gonna try unwinding those routines into C so
let's just to ASM for this hack.
2019-09-17 00:06:42 -04:00
jeffman 1c4f61e7ce Update notes 2019-09-17 00:04:33 -04:00
jeffman c43b2d8f2d WIP new title screen code
All it does right now is play the title screen sound for 5 seconds
2019-09-11 23:21:54 -04:00
jeffman a2d7dcfbfa Update notes 2019-09-11 23:20:55 -04:00
jeffman 37cac6396f Add title screen initializer hack
Making the palettes compressed because it results in shorter code.
2019-09-11 21:01:17 -04:00
jeffman eb29cdef34 Add some frame notes 2019-09-11 18:08:31 -04:00
jeffman 6abad73ae6 Title screen animation notes, data files, basic hacks 2019-09-10 22:47:32 -04:00
jeffman 9cda024911
Merge pull request #73 from Lorenzooone/window-text-buffering
Status & PSI windows text buffering
2019-09-10 20:34:44 -04:00
Lorenzooone a8a221ae2d Fix status interactions
Both in-battle (tile placement in target window and checkerboard refresh) and outside of battle (header tiles not having proper background for death palette)
2019-09-10 13:41:40 +02:00
Lorenzooone de901d6d27 Make width of the equip window match EB's one 2019-09-10 12:35:56 +02:00
Lorenzooone fbeb2e1383 Proper contributions (feel free to properly update this with other names which fall into this category) 2019-09-10 03:32:38 +02:00
Lorenzooone 1341e39a4e Merge branch 'thewip' into window-text-buffering 2019-09-10 03:30:40 +02:00
Lorenzooone fe145bf79e Complete PSI window in battle 2019-09-10 03:26:31 +02:00
Lorenzooone f3808c4e85 Fix status-removal 2019-09-08 23:36:18 +02:00
Lorenzooone cbae542ae8 Fix checkerboard - Status interaction 2019-09-08 23:23:23 +02:00
jeffman dd96ba00b5
Merge pull request #72 from PhoenixBound/master
Localize sfx in Pokey's house + a few text changes
2019-09-07 17:34:18 -04:00
PhoenixBound 2c5004697d Merge branch 'master' of https://github.com/jeffman/Mother2GbaTranslation 2019-09-07 16:31:20 -05:00
PhoenixBound 71dcdfadf2 Localize sfx in Pokey's house + a few text changes 2019-09-07 16:11:21 -05:00
Lorenzooone 80d1d654cf Complete out of battle PSI menu and improve in-batttle PSI menu 2019-09-06 21:24:22 +02:00
Lorenzooone 0f7438300f Improve situation in the battle psi window
Temporally broke the main menu psi window.
2019-09-05 12:51:12 +02:00
Lorenzooone 0d405412ce Complete work on sound effects for the ststus window 2019-09-04 23:55:54 +02:00
Lorenzooone cb1218d7c0 Move stuff around in order to make space for the code 2019-09-04 20:07:04 +02:00
Lorenzooone 248f054ebf Improve sound situation 2019-09-04 15:28:25 +02:00
Lorenzooone 310771a6a9 Add buffering for the full status window. Also update status tiles in printed text.
Temporarily breaks battle psi menu
2019-09-03 22:38:59 +02:00
Lorenzooone 1c0e1264e0 Improve scanlines situation 2019-08-31 23:31:56 +02:00
jeffman 79adf0da9c
Merge pull request #71 from John-Enigma/patch-1
Added Lorenzooone as a contributor to the project.
2019-08-30 12:52:14 -04:00
Lorenzooone ebb9e13c63 Add window text buffering for inner PSI windows 2019-08-30 03:30:05 +02:00
John-Enigma 9bffde95d3
Added Lorenzooone as a contributor to the project.
Surprised no one has added him yet.
2019-08-29 21:17:44 -04:00
jeffman 14f8e9ba09
Merge pull request #70 from Lorenzooone/naming-overworld
Add player naming feature
2019-08-28 20:19:16 -04:00
Lorenzooone ac66b7be05 Use buffer for the naming screen in order to improve graphical status of it 2019-08-28 15:36:31 +02:00
Lorenzooone 14a299cd98 Proper placement of hack 2019-08-28 02:32:28 +02:00
Lorenzooone 9fd4b90b2a Change the player naming screen in the tenda village and fix off-by-one player name printing
Thanks to https://github.com/PhoenixBound for telling me where to look for the tenda change
2019-08-28 02:30:56 +02:00
Lorenzooone 9efe047bbe Add alphabet switching and complete letters table 2019-08-28 01:51:04 +02:00
Lorenzooone 699b61ff5e Properly manage held buttons 2019-08-26 03:43:08 +02:00
Lorenzooone 7aebf05fa7 Remove duplicate type CHARACTER_DATA (Same as PC) 2019-08-26 02:37:05 +02:00
Lorenzooone e7ec8ea80c Proper cursor movement (Temporally breaks the ok button) 2019-08-26 02:05:27 +02:00
Lorenzooone 09da8cbb24 Remove issue with bottom text for the overworld alphabet 2019-08-26 00:31:37 +02:00
Lorenzooone f57113c246 Added proper printing for the name up top and also referenced the overworld alphabet table 2019-08-25 02:24:31 +02:00
jeffman 8ffd478a85
Merge pull request #68 from Lorenzooone/merge-fileselect-fix
Fix previous merge
2019-08-21 23:45:37 -04:00
Lorenzooone 8f216103a4 Fix previous merge 2019-08-22 05:19:17 +02:00
jeffman 306979ca43
Merge pull request #67 from Lorenzooone/give-code-indentation
Fix indentation of previous give text code
2019-08-21 22:22:28 -04:00
Lorenzooone d841453e76 Fix indentation of previous give text code 2019-08-22 04:03:03 +02:00
jeffman 21435861d1
Merge pull request #66 from Lorenzooone/give_proper
Print Give text
2019-08-21 21:55:42 -04:00
Lorenzooone d98b028981 Proper merge 2019-08-22 03:46:28 +02:00